Hi, For any C++ file, I get an error while compiling because libtool doesn't recognise the option --tag=CXX Here's what happens when I try to build kdelibs /bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../libltdl -I../kdecore -I../kdeui -I../kssl -I/x/cvs/kde3/qt3-copy/include -I/usr/X11R6/include -I/x/kde3/include -DQT_THREAD_SUPPORT -D_REENTRANT -fno-builtin -Wnon-virtual-dtor -Wno-long-long -g3 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -fno-exceptions -fno-check-new -ftemplate-depth-99 -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -c dcopstub.cpp libtool: unrecognized option `--tag=CXX' Try `libtool --help' for more information. Do I have the wrong version of libtool ? rik@without kdelibs > ./libtool --version ltmain.sh (GNU libtool) 1.4.1 (1.922.2.34 2001/09/03 01:22:13) rik@without kdelibs > /usr/bin/libtool --version ltmain.sh (GNU libtool) 1.4.1 (1.922.2.34 2001/09/03 01:22:13) Rik