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

2010-01-18 Thread William Stein
On Mon, Jan 18, 2010 at 4:15 PM, Dr. David Kirkby wrote: > William Stein wrote >>> >>> How does this sound then. >>> >>> Set SAGE_COMMON_FLAGS >>> >>> to be a reasonable set of CFLAGS for most packages, so most .spkg's can >>> simply use >>> >>> CFLAGS=$SAGE_COMMON_FLAGS >>> >>> which will have -g

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

2010-01-18 Thread Dr. David Kirkby
William Stein wrote How does this sound then. Set SAGE_COMMON_FLAGS to be a reasonable set of CFLAGS for most packages, so most .spkg's can simply use CFLAGS=$SAGE_COMMON_FLAGS which will have -g, -Wall, and if necessary -m64, when using gcc. For other compilers, the options will be different

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

2010-01-18 Thread William Stein
On Mon, Jan 18, 2010 at 12:22 PM, Dr. David Kirkby wrote: > William Stein wrote: >> >> On Sun, Jan 17, 2010 at 11:20 PM, Dr. David Kirkby >> wrote: >>> >>> Last week was a pretty annoying week for Solaris support. Two quite major >>> obstacles came up. >>> >>> 1) #7932: _Complex_I undeclared - a

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

2010-01-18 Thread Robert Bradshaw
On Jan 18, 2010, at 12:22 PM, Dr. David Kirkby wrote: William Stein wrote: On Sun, Jan 17, 2010 at 11:20 PM, Dr. David Kirkby wrote: Last week was a pretty annoying week for Solaris support. Two quite major obstacles came up. 1) #7932: _Complex_I undeclared - a new bug totally stops a So

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

2010-01-18 Thread Dr. David Kirkby
William Stein wrote: On Sun, Jan 17, 2010 at 11:20 PM, Dr. David Kirkby wrote: Last week was a pretty annoying week for Solaris support. Two quite major obstacles came up. 1) #7932: _Complex_I undeclared - a new bug totally stops a Solaris 10 build. has introduced code which exploits a bug in

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

2010-01-18 Thread William Stein
On Sun, Jan 17, 2010 at 11:20 PM, Dr. David Kirkby wrote: > Last week was a pretty annoying week for Solaris support. Two quite major > obstacles came up. > > 1) #7932: _Complex_I undeclared - a new bug totally stops a Solaris 10 > build. > > has introduced code which exploits a bug in gcc, which

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

2010-01-17 Thread Dr. David Kirkby
Last week was a pretty annoying week for Solaris support. Two quite major obstacles came up. 1) #7932: _Complex_I undeclared - a new bug totally stops a Solaris 10 build. has introduced code which exploits a bug in gcc, which stops Sage building on Solaris. This was particularly annoying, as 4