Re: Compile 64bit .so file on Solaris 10

From: Pedro Espinoza <raindoctor_at_gmail.com>
Date: Tue, 29 Apr 2008 08:22:07 -0400
Message-ID: <b86c876f0804290522q34d0facdv92514494983e2ae4@mail.gmail.com>


On Tue, Apr 29, 2008 at 3:31 AM, John Dunn <JDunn_at_sefas.com> wrote:

>
> cc -G -dy mytest.c -o mytest.so
>
> but this seems to still create a 32 bit version.
>
>
> How do I compile to 64 bit?

cc -m64 mytest.c -o mytest.o

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Apr 29 2008 - 07:22:07 CDT

Original text of this message