Re: [sage-devel] Re: Not the best week for the Solaris port.

2010-01-20 Thread Peter Jeremy
On 2010-Jan-20 15:27:50 +, "Dr. David Kirkby" wrote: >Nobody was suggesting that. I was just puzzled how LDFLAGS could >work. I assumed the flags were passed directly to the linker, but it >appears I am incorrect in assuming that. LDFLAGS would normally be passed to the compiler front end (g

Re: [sage-devel] Re: Not the best week for the Solaris port.

2010-01-20 Thread Dr. David Kirkby
Dag Sverre Seljebotn wrote: I hope there's not going to be a rule to call 'ld' directly to do linking in SPKGs, that would be a nightmare... Nobody was suggesting that. I was just puzzled how LDFLAGS could work. I assumed the flags were passed directly to the linker, but it appears I am inco

Re: [sage-devel] Re: Not the best week for the Solaris port.

2010-01-20 Thread Dag Sverre Seljebotn
Dr. David Kirkby wrote: Jaap Spies wrote: Dr. David Kirkby wrote: Jaap Spies wrote: Dr David Kirkby wrote: From what I have read of the GNU linker documentation on the linker 'ld' http://sourceware.org/binutils/docs-2.20/ld/Options.html#Options there is no such flag as -m64. So I can't un

Re: [sage-devel] Re: Not the best week for the Solaris port.

2010-01-20 Thread Dr. David Kirkby
Jaap Spies wrote: Dr. David Kirkby wrote: Jaap Spies wrote: Dr David Kirkby wrote: From what I have read of the GNU linker documentation on the linker 'ld' http://sourceware.org/binutils/docs-2.20/ld/Options.html#Options there is no such flag as -m64. So I can't understand how it works. (T

[sage-devel] Re: Not the best week for the Solaris port.

2010-01-20 Thread Jaap Spies
Dr. David Kirkby wrote: Jaap Spies wrote: Dr David Kirkby wrote: From what I have read of the GNU linker documentation on the linker 'ld' http://sourceware.org/binutils/docs-2.20/ld/Options.html#Options there is no such flag as -m64. So I can't understand how it works. (There is an opton -6

[sage-devel] Re: Not the best week for the Solaris port.

2010-01-19 Thread Jaap Spies
Dr David Kirkby wrote: From what I have read of the GNU linker documentation on the linker 'ld' http://sourceware.org/binutils/docs-2.20/ld/Options.html#Options there is no such flag as -m64. So I can't understand how it works. (There is an opton -64 on the Sun linker, but it rarely needed).

[sage-devel] Re: Not the best week for the Solaris port.

2010-01-19 Thread Dr David Kirkby
On Jan 19, 1:50 am, William Stein wrote: > On Mon, Jan 18, 2010 at 4:15 PM, Dr. David Kirkby > > I should have made it clearer, that it will need to be: > > > CFLAGS=$SAGE_COMMON_CFLAGS > > CXXFLAGS=$SAGE_COMMON_CXXFLAGS > > FCFLAGS=$SAGE_COMMON_FCFLAGS > > > since the options may be different fo