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
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
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
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
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