On 02/16/11 05:46 PM, Patrick Welche wrote:
On another list a poster thought that libtool was doing the wrong thing(tm),
but it seems to be rather that config.guess needs to be given hints about
sun4u. This means that this probably isn't the right list - but which one
is?
Essentially, he is runn
On 08/29/10 10:27 AM, Ralf Wildenhues wrote:
For others looking at the same issue:
We hashed this issue out off-list, using
configure CC='gcc -m64'
works, just
configure CFLAGS=-m64
fails.
Cheers,
Ralf
Thank you Ralf.
I had seen a similar issues with some other packages when setting
On 08/11/10 05:33 AM, Ralf Wildenhues wrote:
* Dr. David Kirkby wrote on Tue, Aug 10, 2010 at 11:33:36PM CEST:
Hrmpf. On Solaris, we add '${wl}-z ${wl}text' to archive_cmds and
archive_expsyms_cmds unconditionally, as opposed to only with
-no-undefined. I wonder why that is the
On 08/10/10 10:10 PM, Ralf Wildenhues wrote:
Hello David,
* Dr. David Kirkby wrote on Tue, Aug 10, 2010 at 10:48:25PM CEST:
On 08/10/10 09:28 PM, Ralf Wildenhues wrote:
/bin/bash ../libtool --mode=link gcc -m64 -fvisibility=hidden -o libiconv.la
-rpath /home/drkirkby/fulvia/64/sage-4.5.3
On 08/10/10 09:28 PM, Ralf Wildenhues wrote:
/bin/bash ../libtool --mode=link gcc -m64 -fvisibility=hidden -o libiconv.la
-rpath /home/drkirkby/fulvia/64/sage-4.5.3.alpha0/local/lib -version-info 7:0:5
iconv.lo localcharset.lo relocatable.lo
No, it does not.
(sage subshell) fulvia:lib drkir
I'm trying to build a 64-bit version of libiconv on Some Solaris machines. This
works on all SPARC, and on 06/2009 release of OpenSolaris on an Intel Xeon. But
I'm getting error messages at the link phase on two machines
* Solaris 10 update 5 (released 05/2008) on x86
* OpenSolaris 11/2008 on x
On OpenSolaris, like Solaris, the default it to build 32-bit objects. For most
applications, setting
CFAGS=-m64
LDFLAGS=-m64
configure
make
works.
However, one or two applications don't work well.
In this case.
http://trac.sagemath.org/sage_trac/ticket/7864
lists a build failure in the Sag