Marshall Hampton wrote:
> I am trying to make an spkg for 4ti2, but I am having trouble getting
> it to recognize GMP.  I'm sure many people on this list are more
> qualified than I am to figure that out.
> 
> t4i2 requires the linear programming package glpk, which I think I did
> succeed in making an spkg for - at least it works on my mac, and its
> pretty minimal so I would think it works on linux.
> 
> My current attempts are at:
> 
> http://www.d.umn.edu/~mhampton/4ti2.p0.spkg
> http://www.d.umn.edu/~mhampton/glpk.p0.spkg
> 
> in case anyone wants to take a look and fix or improve them.
> 
> -Marshall

I decided to download glpk and try it on Solaris.

I was going to congratulate you on there being no warnings messages from 
the compiler, then thought I'd suggest the -Wall flag was added if the 
compiler was the GNU one.

But then I see that any warnings are thrown to /dev/null

e.g.

  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -g -O2 -MT glpipp01.lo -MD 
-MP -MF .deps/glpipp01.Tpo -c glpipp01.c -o glpipp01.o >/dev/null 2>&1

Personally I'd like to see all errors reported, not copied to /dev/null.




--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to