libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help: 64 Bit Solaris 10


From: Ralf Wildenhues
Subject: Re: Help: 64 Bit Solaris 10
Date: Tue, 6 Dec 2005 04:38:34 +0100
User-agent: Mutt/1.5.9i

* Tim Rice wrote on Tue, Dec 06, 2005 at 02:25:32AM CET:
> On Mon, 5 Dec 2005, Edward Maros wrote:
> 
> > This may be a frequent question, but I have not been able to find a
> > solution yet. I am trying to port out application to 64bit using a
> > sparc4u running Solaris 10. The application uses
> > autoconf/automake/libtool/gcc for configuration and building of targets.
> > With my first attempt at going 64 bit, I hit a problem since libtool
> > seems to configure only 32bit (at least for creating shared objects). Am
> > I missing something that I could do to make the leap to 64 bit?
> 
> Try CC="gcc -m64" ./configure ........

Yes.  1.5.22 will also allow
  configure CC=gcc CFLAGS=-m64

or, FWIW,
  configure CC=cc CFLAGS=-xarch=...

to function correctly.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]