Re: Compiler error: C compiler cannot create executables

2003-01-21 Thread Rob Weir
On Sun, Jan 19, 2003 at 05:02:31PM +0100, Achton N. Netherclift wrote: > Isildur:/home/public/incoming# dpkg -i libc6-dev_2.2.5-11.2_i386.deb > Selecting previously deselected package libc6-dev. > (Reading database ... 22250 files and directories currently installed.) > Unpacking libc6-dev (from li

Re: Compiler error: C compiler cannot create executables

2003-01-19 Thread Achton N. Netherclift
At 17:45 18-01-2003 -0500, Stephen Gran wrote: Are you, by any chance, running a mixture of testing and unstable? It seems like you have sources for one version, and another version installed. Explicitly tell apt which version you want to install (or download and dpkg -i the right version). m

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Stephen Gran
This one time, at band camp, Achton N. Netherclift said: > But when I get the error already when ./configure is run, could that mean > that I am missing certain libraries? How do I figure out which ones? Yes, probably libc6-dev. > I've run apt-get update and apt-get dist-upgrade several times and

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Achton N. Netherclift
At 10:45 18-01-2003 -0500, Richard Cobbe wrote: crt1.o is, I think, an object file containing a big chunk of the C/C++ runtime. In particular, it contains the startup code that does a bunch of initialization, then calls main(). After main() returns, it does a bunch of OS-specific cleanup, like

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Richard Cobbe
Lo, on Saturday, January 18, Eric G. Miller did write: > On Sat, Jan 18, 2003 at 12:07:24PM +0100, Achton N. Netherclift wrote: > [snip] > > According to packages.debian.org, the file that is missing according to > > the config.logs (crt1.o) is contained in the libc6-dev package. The file is > > m

Re: Compiler error: C compiler cannot create executables

2003-01-18 Thread Eric G. Miller
On Sat, Jan 18, 2003 at 12:07:24PM +0100, Achton N. Netherclift wrote: [snip] > According to packages.debian.org, the file that is missing according to > the config.logs (crt1.o) is contained in the libc6-dev package. The file is > missing on my system, so I attempt to install it: AFAIK crt1.o wou