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' for more information.

make[1]: *** [msgevents.lo] Error 1

make[1]: Leaving directory `/vti/eytan/ogle-0.9.2/ogle'

make: *** [all-recursive] Error 

libtool --help did not and libtool --help --tag=TAG did not help

Every makefile contains the lines:

LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \

 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \

 $(AM_CFLAGS) $(CFLAGS)



LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \

 $(AM_LDFLAGS) $(LDFLAGS) -o $@

Can you please help-Thanks , Eytan Barouch
___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool


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 `--tag=CC'
Try `libtool --help' for more information.


This sounds like some older version of libtoolize was inadvertently
used.  What does
./libtool --version 

(note the leading ./ for the script in the build tree) say? 


Cheers,
Ralf


___
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool