> > But the project doesn't compile anymore, with saying such error: > > > > libtool: unrecognized option `--tag=CXX' > > > > I'm not able to do anything. Everything I've tried (with looking > > at older posts here) didn't worked. > > > > Does someone has any idea on how to avoid this problem ? > > Libtool 1.4.X does not support --tag while 1.5.X and later does. > Apparently you are accidentally using libtool 1.4.X components.
OK. Thanks a lot. It did help. Effectively, I used an old libtool that were generated by ltmain.sh. Sorry for asking such a question, but how to add a new ltmain.sh to my project ? It appears I don't have any recent version of this file. Jdf > > Bob > ====================================== > Bob Friesenhahn > [EMAIL PROTECTED] > http://www.simplesystems.org/users/bfriesen > _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
