[sage-devel] Native Windows version

2019-01-22 Thread deSitter
Hello all, I am interested in creating a native Windows port completely independent of the ugh-worthy Cygwin. Does such a project exist? TIA -drl -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving

[sage-devel] Build from 6.2 tarball fails on both CentOS 6.5 and SuSE 13.1

2014-07-19 Thread deSitter
Hangs at the message "Checking what CFLAGS MPIR would use if they were empty" Must be manually interrupted. I check Sage every six months only to find that is still never builds correctly. Maybe a new approach is needed. It's sort of comical at this point. Then again, good mathers are usually

[sage-devel] Re: Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-29 Thread deSitter
b 29, 6:00 am, David Kirkby wrote: > On 29 February 2012 09:18, Jeroen Demeyer wrote: > > > On 2012-02-29 02:37, deSitter wrote: > > > Simply including complex.h in base.c would probably work > > No. > > > > My guess is a problem with gcc. > > Are

[sage-devel] Re: Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-29 Thread deSitter
Let's see, gcc --version shows a 4 thing, a 6 thing, and a 2 thing. That's probably because I downloaded and installed gcc 4.6.2. (!!) -drl On Feb 29, 4:18 am, Jeroen Demeyer wrote: > On 2012-02-29 02:37, deSitter wrote:> Simply including complex.h in base.c > would p

[sage-devel] Re: Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-28 Thread deSitter
Also - Sage built fine with gcc 4.5.1 on my Linux installation (SuSE 11.4) -drl On Feb 28, 8:37 pm, deSitter wrote: > Sun Enterprise 420R, gcc 4.6.2, Sun linker, LD_LIBRARY_PATH=/usr/local/ > lib, Sun Studio 12 installed. > > There is a problem with inclusion of somewhere in the &g

[sage-devel] Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-28 Thread deSitter
Sun Enterprise 420R, gcc 4.6.2, Sun linker, LD_LIBRARY_PATH=/usr/local/ lib, Sun Studio 12 installed. There is a problem with inclusion of somewhere in the cvxopt-1.1.3 package. Error: gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- prototypes -fPIC -I/root/Documents/sage

[sage-devel] Build on OpenSuSE 12.1 w/ 3.1 kernel

2012-02-03 Thread deSitter
Very straightforward, with one bump - the supplied Parma Polyhedron Library libppl.so.9.0.0 confused the linker, so a single unresolved symbol was found. The compilation failed. At that point, I pointed the symbolic links in sagedir/local/lib to the version of libppl that comes with the SuSE distru