[sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-15 Thread Bill Hart
This is a very old issue. It was fixed by Michael Abshoff years ago. Who knows why it is broken again. But I agree, the LD_LIBRARY_PATH_64 should be set correctly. Bill. On Jan 14, 9:47 pm, Dr. David Kirkby david.kir...@onetel.net wrote: Jaap Spies wrote: Building of linbox on Open Solaris

[sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-15 Thread Bill Hart
Actually, I might be thinking of a similar issue which occurs for OSX 64 bit. So perhaps this just hasn't been fixed for solaris yet. On Jan 15, 12:46 pm, Bill Hart goodwillh...@googlemail.com wrote: This is a very old issue. It was fixed by Michael Abshoff years ago. Who knows why it is broken

Re: [sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-15 Thread Dr. David Kirkby
Bill Hart wrote: Actually, I might be thinking of a similar issue which occurs for OSX 64 bit. So perhaps this just hasn't been fixed for solaris yet. Micheal made endless fixes like if [ $SAGE64 = yes -a `uname` = Darwin ] then ; some OS X fix. fi Since 99% of those fixes, such as adding

[sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-14 Thread Bill Hart
There are two problems I see. 1) The invalid option -64 is passed to the compiler (I think this is being ignored anyway). 2) It links against libgmpxx, which it fails to find. It is not clear to me why. It should be in sage/local/lib along with libgmp. Bill. On Jan 14, 4:29 pm, Dr. David

Re: [sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-14 Thread Dr. David Kirkby
Bill Hart wrote: There are two problems I see. 1) The invalid option -64 is passed to the compiler (I think this is being ignored anyway). 2) It links against libgmpxx, which it fails to find. It is not clear to me why. It should be in sage/local/lib along with libgmp. Bill. I believe the

Re: [sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-14 Thread Dr. David Kirkby
Dr. David Kirkby wrote: Bill Hart wrote: There are two problems I see. 1) The invalid option -64 is passed to the compiler (I think this is being ignored anyway). 2) It links against libgmpxx, which it fails to find. It is not clear to me why. It should be in sage/local/lib along with libgmp.

[sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-14 Thread Jaap Spies
Dr. David Kirkby wrote: Dr. David Kirkby wrote: Bill Hart wrote: There are two problems I see. 1) The invalid option -64 is passed to the compiler (I think this is being ignored anyway). 2) It links against libgmpxx, which it fails to find. It is not clear to me why. It should be in

Re: [sage-devel] Re: Linbox complains GMP is not installed on Solaris 10 (64-bit mode)

2010-01-14 Thread Dr. David Kirkby
Jaap Spies wrote: Building of linbox on Open Solaris 06/2009 in VirtualBox ends with: -- Libraries have been installed in: /export/home/jaap/Downloads/sage-4.3.1.alpha2/local/lib [...] linbox-sage.C: At global scope: