In trying to build plib, it tells me I need glut.  No biggie, right?
Mesa has that so I'll just build it.  I downloaded v5.0.2 and after
./configure, I try making.  It explodes instantly with:

[EMAIL PROTECTED] Mesa-5.0.2]$ make
cd . && /bin/sh ./config.status conf.h
config.status: creating conf.h
config.status: conf.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/geneb/Mesa-5.0.2'
Making all in include
make[2]: Entering directory `/home/geneb/Mesa-5.0.2/include'
Making all in GL
make[3]: Entering directory `/home/geneb/Mesa-5.0.2/include/GL'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/geneb/Mesa-5.0.2/include/GL'
make[3]: Entering directory `/home/geneb/Mesa-5.0.2/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/geneb/Mesa-5.0.2/include'
make[2]: Leaving directory `/home/geneb/Mesa-5.0.2/include'
Making all in src
make[2]: Entering directory `/home/geneb/Mesa-5.0.2/src'
Making all in math
make[3]: Entering directory `/home/geneb/Mesa-5.0.2/src/math'
/bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../..
-I../../include -I../../src    -g -O2 -Wall -fomit-frame-pointer
-ffast-math -fexpensive-optimizations -fstrict-aliasing -malign-loops=2
-malign-jumps=2 -malign-functions=2 -D_REENTRANT -DPTHREADS -c -o
m_debug_clip.lo `test -f 'm_debug_clip.c' || echo './'`m_debug_clip.c
../../libtool: s%^.*/%%: No such file or directory
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
../../libtool: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [m_debug_clip.lo] Error 1
make[3]: Leaving directory `/home/geneb/Mesa-5.0.2/src/math'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/geneb/Mesa-5.0.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/geneb/Mesa-5.0.2'
make: *** [all] Error 2

My libtool version is 1.4.2, automake is 1.7.8 and autoconf is 2.58.

Ideas?

I ran configure with the --prefix=/usr parameter per the Mesa install doc.

g.



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to