Results 1 to 4 of 4
It seems to be the root of all my compiling problems. Whenever there i an error ld is there. Now I am getting this error from gcc
Code:
configure: error: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-30-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 73
ld
It seems to be the root of all my compiling problems. Whenever there i an error ld is there. Now I am getting this error from gcc
Code:configure: error: C++ compiler cannot create executables
- 01-10-2007 #2
what distro are you on?
chances are if your on a single install disc distro such as ubuntu you havent got the necessary programs installed
if you are on ubuntu then "sudo apt-get install build-essential" should do the trickYou know, aliens are going to come to earth in 50 years and kill the hell out of us for DDoSing their networks with this SETI crap
registered linux user #388463
- 01-10-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 73
I'm on mandriva, Thanks. And I fixed it by updateng my software.
- 01-10-2007 #4
Try compiling a simple cpp script with g++ and see what it says.


Reply With Quote
