I just recently brought my Ubuntu machines up to version 8.10 and everything went fine except for some problems with Compiz, they were easy to solve, tho.
However, I have a few libraries of which I am maintaining the build system and packages for Linux. When I tried to build one of these packages under Intrepid I got some strange errors from libtool:
Quote:
make[2]: Entering directory `/home/ephracis/Development/Snowhard/Code/branches/modular/ninja/src'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 0:1:0 -o libninja.la -rpath /usr/local/lib
../libtool: line 838: X--tag=CC: command not found
../libtool: line 871: libtool: ignoring unknown tag : command not found
../libtool: line 838: X--mode=link: command not found
../libtool: line 1005: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1006: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../libtool: line 2250: X-g: command not found
../libtool: line 2250: X-O2: command not found
../libtool: line 2419: Xlibninja.la: command not found
X: user not authorized to run the X server, aborting.
../libtool: line 2431: Xlibninja.la: command not found
../libtool: line 2439: mkdir /.libs: No such file or directory
mkdir: cannot create directory `/.libs': Permission denied
make[2]: *** [libninja.la] Error 1
|
This library (and the others) all built fine under Hardy, and there has been no modifications to the files.
Any ideas?