What packages needed to compile?

Posts: 61
thinkpada21
Joined: 13 Sep 2007
#1
I have gcc, make, etc, installed, but I get:
ld: crt1.o: No such file

I have not been able to find a package that supplies this.

Perhaps I could get glibc-sources and build glibc, but seems to me this should be available as a package.

I see that others have been able to do compiles, so I assume it is just a matter of finding and installing the right packages,

I am using antiX-M7 with apt-get update;apt-get upgrade as of today.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
apt-get install build-essential

This should give you everything you need to compile packages.

eriefisher
Posts: 61
thinkpada21
Joined: 13 Sep 2007
#3
From the description, I thought build-essential was just stuff for making DEB packages, but it seems to pull in the other stuff I need. Now, I am working on other dependencies to get Inkscape 0.46 built.
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#4
Inkscape-0.46-1 is in the sid repos if you want to enable them.

eriefisher
Posts: 61
thinkpada21
Joined: 13 Sep 2007
#5
Thanks, I'll give it a try. I had looked in Debian Backports, but no luck. I didn't think to look in Sid as I have been hesitant to switch over to Sid.

Also, I did try the Inkscape"autopackage", but ran into too many dependency problems.