Scott, Thanks for your followup. The autotools stuff is not my strong point for sure. After downloading a fresh cvs tree today and running configure all is well. The ./libtool no longer has the issue I saw and the Makefile's are indeed using that libtool and not /usr/bin/libtool. Cheers, Don
On Mon, Dec 15, 2008 at 9:05 AM, Scott James Remnant <[email protected]> wrote: > On Thu, 2008-12-11 at 19:30 +0000, Don Maghrak wrote: > >> I am working on getting the performance analysis tool OpenSpeedShop >> working on ubuntu 8.10 and had the same issue after running make. >> I added the line echo="echo" after line 153 (ECHO="echo") and the build is >> now working fine. Since this appears to be an issue with how libtool >> is created, will this be corrected in a future update to libtool? >> > No. > > This is an issue with how the libtool in your *source tree* is created, > not /usr/bin/libtool. > >> My current version is: >> dpm:~/oss-test/OpenSpeedShop$ libtool --version >> ltmain.sh (GNU libtool) 2.2.4 >> > Try ./libtool --version instead of relying on $PATH > > Scott > -- > Scott James Remnant > [email protected] > > -- > kdevelop can't compile programs in kde4 (intrepid ibex) > https://bugs.launchpad.net/bugs/285841 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in "kdevelop" source package in Ubuntu: New > Status in "libtool" source package in Ubuntu: Invalid > > Bug description: > Binary package hint: kdevelop3 > > I'm on Intrepid Ibex, Kubuntu. > > At the moment KDevelop can't compile programs giving me the following error: > > cd '/home/uwe/Programming/practice/test/debug' && WANT_AUTOCONF_2_5="1" > WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" make -k > make all-recursive > ../libtool: line 832: X--tag=CXX: command not found > Making all in src > ../libtool: line 865: libtool: ignoring unknown tag : command not found > ../libtool: line 832: X--mode=link: command not found > /bin/bash ../libtool --tag=CXX --mode=link g++ -O0 -g3 -o test main.o > ../libtool: line 999: *** Warning: inferring the mode of operation is > deprecated.: command not found > ../libtool: line 1000: *** Future versions of Libtool will require > --mode=MODE be specified.: command not found > gcc: no input files > gcc: no input files > gcc: no input files > gcc: no input files > ../libtool: line 2237: X-O0: command not found > ../libtool: line 2237: X-g3: command not found > ../libtool: line 2406: Xtest: command not found > X: user not authorized to run the X server, aborting. > ../libtool: line 2418: Xtest: command not found > ../libtool: line 2426: mkdir /.libs: No such file or directory > make[2]: Nothing to be done for `all-am'. > mkdir: cannot create directory `/.libs': Permission denied > make[2]: *** [test] Error 1 > make[2]: Target `all' not remade because of errors. > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > *** Exited with status: 2 *** > > Hope I posted this at the right point. > KDevelop also says in its version info it was running on KDE3.5.10 but im on > Intrepid Ibex and therefore im running KDE4. > > Installed version: > u...@loopy:~/Programming/practice$ apt-cache policy kdevelop > kdevelop: > Installed: 4:3.5.3-0ubuntu1 > Candidate: 4:3.5.3-0ubuntu1 > Version table: > *** 4:3.5.3-0ubuntu1 0 > 500 http://de.archive.ubuntu.com intrepid/universe Packages > 100 /var/lib/dpkg/status > -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
