On Thu, May 30, 2002 at 05:29:03PM +0200, Jean-Marc Lasgouttes wrote: > I am currently trying to build with gcc 2.95.2, but I am stuck with > the following: > > make[3]: Entering directory >`/afs/inria.fr/rocq/home/meval/lasgoutt/src/lyx/oldb/src/mathed' > /bin/ksh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. >-I../../../1.2.x/src/mathed -I../../src -I../../../1.2.x/src/mathed/../ -I../.. >-I../../../1.2.x -I../../../1.2.x/boost -I/afs/rocq/home/meval/common/include >-I/usr/local/include -O -fno-rtti -fno-exceptions -W -Wall -c >../../../1.2.x/src/mathed/textpainter.C > Waiting for textpainter.o.lock to be removed > Waiting for textpainter.o.lock to be removed > Waiting for textpainter.o.lock to be removed > Waiting for textpainter.o.lock to be removed > [...] > > Has anybody seen that? What is the culprit?
The culprit is libtool. Look at the ./configure output. It should have attempted to build with -c and -o and failed. We should try to fnid out why. -- albert chin ([EMAIL PROTECTED])