cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building 64 bit version of libcurl on Solaris 10 SPARC

From: Mohun Biswas <m_biswas_at_mailinator.com>
Date: Mon, 20 Jul 2009 16:02:47 -0400

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
Received on 2009-07-20