cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Link error in Sun5.6, why should gcc lib must needed?

From: Tor Arntsen <tor_at_spacetec.no>
Date: Thu, 16 Dec 2004 12:00:08 +0100

On Dec 16, 10:08, hzhijun wrote:
>I use CC to compiler my app, while use gcc to compile curl. How let curl find
>CC compiler instead of cc?

Your actualy compiler executable is named "CC"? If so, then something like
the following should work:

(in bash or sh)
CC=/usr/bin/CC ./configure (or wherever it is)
make
make install
Received on 2004-12-16