trunk gcc has problems finding crtbegin.o

2007-01-04 Thread Martin Reinecke
Hi, current mainline gcc seems to call the linker incorrectly, so that it cannot find the crt*.o files: ~/tmp>cat bla.c int main(void) {} ~/tmp>gcc -v bla.c Using built-in specs. Target: i686-pc-linux-gnu Configured with: /scratch/martin/gcc/configure --prefix=/afs/mpa/data/martin/ugcc --enab

Re: trunk gcc has problems finding crtbegin.o

2007-01-04 Thread Daniel Jacobowitz
On Thu, Jan 04, 2007 at 02:32:19PM +0100, Martin Reinecke wrote: > /usr/bin/ld: crtbegin.o: No such file: No such file or directory > collect2: ld returned 1 exit status > > This probably happens because the crt*.o files are no longer placed into > /lib/gcc/i686-pc-linux-gnu/4.3.0/ > but rather i

Re: trunk gcc has problems finding crtbegin.o

2007-01-04 Thread Daniel Jacobowitz
On Thu, Jan 04, 2007 at 08:59:51AM -0500, Daniel Jacobowitz wrote: > On Thu, Jan 04, 2007 at 02:32:19PM +0100, Martin Reinecke wrote: > > /usr/bin/ld: crtbegin.o: No such file: No such file or directory > > collect2: ld returned 1 exit status > > > > This probably happens because the crt*.o files

Re: trunk gcc has problems finding crtbegin.o

2007-01-04 Thread Martin Reinecke
Daniel Jacobowitz wrote: On Thu, Jan 04, 2007 at 08:59:51AM -0500, Daniel Jacobowitz wrote: On Thu, Jan 04, 2007 at 02:32:19PM +0100, Martin Reinecke wrote: /usr/bin/ld: crtbegin.o: No such file: No such file or directory collect2: ld returned 1 exit status This probably happens because the

Re: trunk gcc has problems finding crtbegin.o

2007-01-04 Thread Philippe Schaffnit
Hi! Thanks a lot for fixing that in such a speedy manner. Philippe Daniel Jacobowitz wrote: > > On Thu, Jan 04, 2007 at 08:59:51AM -0500, Daniel Jacobowitz wrote: > > On Thu, Jan 04, 2007 at 02:32:19PM +0100, Martin Reinecke wrote: > > > /usr/bin/ld: crtbegin.o: No such file: No such file or d