SRCDS Steam group


idler
#1
Hello,

When I try to compile the idler from beehartes tutorial, I get the following error:
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status

I tried installing libc6-dev, and I got the following error:
The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.7-18lenny1) but 2.7-18lenny2 is to be installed
E: Broken packages

Any one have any ideas.
Reply
#2
This may sound like common sense, but have you tried "apt-get install libc6"? At least I'm assuming its debian judging by the mentioning of lenny.
Reply
#3
yes Sad[/align]
Reply
#4
(02-09-2010, 06:57 PM)pwnagecss Wrote:  The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.7-18lenny1) but 2.7-18lenny2 is to be installed
E: Broken packages

did you use some graphical packet manager in the past? they are known to produce such problems :-)

in any case, try upgrading your system:
Code:
apt-get update
apt-get upgrade

then try installing libc6-dev again (that one is mandatory to compile any C programm, you can't go without it).

if this all doesn't help you might want to ask in some debian forum. They can probably help you better. The "idler" is the easiest C program you can think of, if that one doesn't compile it's a clear problem of the C compiler (and completely independent of the program you compile) :-)
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!)
Do not ask technical questions via PM!
Reply
#5
Try:

apt-get install build-essential

It probably won't help in your case, but usually that's the best way to install all the necessary stuff to compile anything. After the "apt-get upgrade" you should have the dependencies fixed and the "apt-get install build-essential" should work.
Reply
#6
same result :X
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)