From: Brian P. <br...@va...> - 2001-06-19 18:10:36
|
I need some help with autoconf and libtool. Running ./configure should create or copy the 'libtool' program into the Mesa-3.5/ directory (as it did in Mesa 3.4.x). This isn't happening on my system. Any ideas why? I currently have autoconf 2.50, automake 1.4-p2 and libtool 1.4 installed. Apparently, the 'libtoolize' program should be run during configure in order to install 'libtool'. But that's not happening. To reproduce what I'm doing: cd into your Mesa CVS directory cvs up // get latest sources ln -s Mesa Mesa-3.5 cd Mesa-3.5 cp Makefile.X11 Makefile make lib_tar demo_tar // you should now have MesaLib-3.5.tar.gz and MesaDemos-3.5.tar.gz cp Mesa*3.5.tar.gz /tmp cd /tmp tar zxf MesaLib-3.5.tar.gz tar zxf MesaDemos-3.5.tar.gz cd Mesa-3.5 ./configure make Compilation will fail because 'libtool' isn't found. -Brian |