Michael Leong wrote:
Hi all,
I’m trying to build a 64 bit version of libcurl on a Solaris 10 SPARC machine. I’m using the configure command:

CC=cc CFLAGS=-m64 ./configure --with-ssl=[path to OpenSSL] --prefix=[prefix path]

On Solaris, "cc" generally refers to the Sun compiler while "gcc" is the GNU compiler. Note that -m64 is a gcc flag yet you appear to be passing it to cc.

MB

Reply via email to