Re: Compile 64bit .so file on Solaris 10

  • From: "Pedro Espinoza" <raindoctor@xxxxxxxxx>
  • To: JDunn@xxxxxxxxx
  • Date: Tue, 29 Apr 2008 08:22:07 -0400

On Tue, Apr 29, 2008 at 3:31 AM, John Dunn <JDunn@xxxxxxxxx> 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
--
//www.freelists.org/webpage/oracle-l


Other related posts: