libtool: unrecognized option `--tag=CC'

2005-01-03 Thread pete
Can someone please tell me why I keep getting this error? libtool: unrecognized option `--tag=CC' What info do you need? libtool --version ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42) 2.6.9-1.681_FC3 kernel and sources -- pete <[EMAIL P

Re: libtool: unrecognized option `--tag=CC'

2005-01-04 Thread pete
en mv -f ".deps/hw_default.Tpo" ".deps/hw_default.Po"; else rm -f ".deps/hw_default.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -Wall -MT receive.o -MD - MP -MF ".deps/receive.Tpo" -c -o receive.o receive.c; \ then mv -f ".deps/receive.Tpo&

Re: libtool: unrecognized option `--tag=CC'

2005-01-04 Thread pete
removed directories, untarred package, ran the script Still get the same error, I looked through the script to see if it changes any files, it renames a bunch and moves the directories, but it doesn't look like it edits the configure.in or anything. --Pete On Tue, 2005-01-04 at 20:00

Re: libtool: unrecognized option `--tag=CC'

2005-01-05 Thread pete
On Wed, 2005-01-05 at 13:02 +0100, Ralf Wildenhues wrote: > Please don't reply above quotes -- thank you. > > * pete wrote on Tue, Jan 04, 2005 at 11:11:48PM CET: > > On Tue, 2005-01-04 at 20:00 +0100, Ralf Wildenhues wrote: > > > * pete stagman wrote on Tue, J

quick question

2003-02-13 Thread Pete Mocat
Hi all, I have a quick question - I hope it is not out of place but I believe it is a simple question. Short version: * installed a binary and got a libtool error * I did: ln -s /usr/lib/libltdl.so.3.0.0 /usr/lib/libltdl.so.0 * all seems well * good idea? or will this cause future problems? Lo

Re: libtool: unrecognized option `--tag=CC'

2005-01-04 Thread pete stagman
./configure make won't that create the same libtool and the same error? --Pete On Tue, 2005-01-04 at 08:10, Ralf Wildenhues wrote: > [ reordered for readability ] > > * pete wrote on Tue, Jan 04, 2005 at 01:05:24PM CET: > > On Tue, 2005-01-04 at 10:42 +0100, Ralf Wildenhues