On Fri, Feb 06, 2004 at 01:55:02PM -0600, Grant Edwards wrote: > On Mandrake 9.1, autogen.sh generates boatloads of error and > warning messages, but appears to complete [you do have to set > PKG_CONFIG_PATH=/usr/lib/pkgconfig]. > > But then the "make" fails:
[...] > ../../depcomp: line 69: @LIBTOOL@: command not found I couldn't figure out what was wrong with the configure script, so I fixed things the quick-and-dirty way: $ cd /usr/local/bin $ ls -l *LIBTOOL* lrwxrwxrwx 1 root root 16 Feb 6 14:03 @LIBTOOL@ -> /usr/bin/libtool* lrwxrwxrwx 1 root root 16 Feb 6 14:04 LIBTOOL@ -> /usr/bin/libtool* Yes, both links were required. -- Grant Edwards [EMAIL PROTECTED] ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users
