On 07/23/10 03:52 PM, Carl Witty wrote:
On Fri, Jul 23, 2010 at 3:45 AM, Dr. David Kirkby
<david.kir...@onetel.net>  wrote:
I just tried to build Sage, and got a failure with building IML. See log
here.

http://boxen.math.washington.edu/home/kirkby/iml-1.0.1.p12.log

As soon as I restarted "make" again, so the build completed ok.

Well, in the following lines:

  gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -m64
-I/export/home/drkirkby/sage-4.5.1/local/include -I. -O2 -g -m64 -MT
libiml_la-basisop.lo -MD -MP -MF .deps/libiml_la-basisop.Tpo -c
basisop.c -o libiml_la-basisop.o>/dev/null 2>&1
make[4]: *** [libiml_la-basisop.lo] Error 1

the>/dev/null 2>&1 means we don't get to see the actual compile error.

It would be interesting, and perhaps informative, to see what the error was.

Carl


That's one of the "features" of libtool. Does anyone know how to stop it sending the output to /dev/null?

Dave

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

Reply via email to