Libtool bug while make check

2007-09-28 Thread Rafael De Jesus
What can I do === Running hardcode.test = Running make hardcode in ../demo You may ignore any linking errors from the following command: gcc -g -O2 -o hc-direct main.o ./.libs/libhello.so -lm -Wl,+b -Wl,/home/rdejes us/libtool-1.5.24/tests/_inst/lib || echo unsupported hc-direct gcc -g

libtool bug

2006-08-23 Thread Eytan Barouch
Hi I downloaded and installed autoconf-2.59 libtool-1.5.22 libmad-0.15.1b/ automake-1.9.6 a52dec-0.7.4 and ogle-0.9.2 on SUSE9.3 with a P4 3.33GHz chip Toshiba laptop. I followed all instructions and in the final make stage I got: libtool: unrecognized option `--tag=CC' Try `libtool --help'

Re: libtool bug

2006-08-23 Thread Ralf Wildenhues
Hello Eytan, Eytan Barouch writes: I downloaded and installed autoconf-2.59 libtool-1.5.22 libmad-0.15.1b/ automake-1.9.6 a52dec-0.7.4 and ogle-0.9.2 on SUSE9.3 with a P4 3.33GHz chip Toshiba laptop. I followed all instructions and in the final make stage I got: libtool: unrecognized option

autoconf 2.59 (libtool) bug

2005-09-06 Thread Roger Cornelius
There is a problem in the configure script generated by autoconf v2.59 for at least some packages. I've seen it in the autoconf v2.59 generated configure script for ImageMagick 6.0.4, and the library packages, libtiff-3.7.2 and liblcms-1.14. I reported this to [EMAIL PROTECTED] and was told that

FYI: sysv5 deplibs host_os wrong match order (was: autoconf 2.59 (libtool) bug)

2005-09-06 Thread Ralf Wildenhues
Hi Roger, * Roger Cornelius wrote on Tue, Sep 06, 2005 at 02:18:43AM CEST: The problem is with matching sysv5UnixWare7.1.4 in $host_os. The case for sysv5* is matched before the case for sysv5UnixWare7*. This is also true for sysv5OpenUNIX8* and sysv5uw[78]* values of $host_os.