If the building configuration is Debug then the command is:

cd '/home/zvonsully/Stuffu_Meu/Prog/test/debug/src' && WANT_AUTOCONF_2_5="1" 
WANT_AUTOMAKE_1_6="1" make -k test.lo
if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I/home/zvonsully/Stuffu_Meu/Prog/test/src -I.. -O0 -g3 -MT test.lo -MD -MP -MF 
".deps/test.Tpo" -c -o test.lo `test -f 
'/home/zvonsully/Stuffu_Meu/Prog/test/src/test.cpp' || echo 
'/home/zvonsully/Stuffu_Meu/Prog/test/src/'`/home/zvonsully/Stuffu_Meu/Prog/test/src/test.cpp;
 then mv -f ".deps/test.Tpo" ".deps/test.Plo"; else rm -f ".deps/test.Plo"; 
exit 1; fi

. Seems that indeed libtool is the problem causing the infinite loop so remove 
kdevelop libtool script(made by configure) and adding a link to 
/ust/bin/libtool fixes the problem:
cd debug; rm libtool; ln -s /usr/bin/libtool libtool;

configure should make link to /usr/bin/libtool instead of making a customised 
version. Should we post this bug to bugs.kde.org ?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to