Results 1 to 3 of 3
Im trying to run a ./configure command for many different programs and I'm often running into the same problem:
napps:/home/nb/dlz/lmule-1.2.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ...
- 06-11-2005 #1Just Joined!
- Join Date
- Oct 2004
- Location
- Osaka, Japan
- Posts
- 4
C++ Compiler Problems
Im trying to run a ./configure command for many different programs and I'm often running into the same problem:
napps:/home/nb/dlz/lmule-1.2.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
...
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
I'm not sure what to do. I've looked in the install.txt file and done everything there; I've apt-get installed all the libraries I can think of; and I've tried looking for a new compiler. But to be honest, I don't know what is wrong and why I can't get it to work.
Any help?
- 06-11-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
Try doing all the compilation procedure as root (including ./configure).
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 06-11-2005 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 54
you might need to reinstall g++
or you could download the lmule deb from http://cadrm.roma1.infn.it/zullo/uti...2.1-1_i386.deb and install it withCode:dpkg -i lmule_1.2.1-1_i386.deb


Reply With Quote
