This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trunk gcc has problems finding crtbegin.o


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 
> <some path>/lib/gcc/i686-pc-linux-gnu/4.3.0/
> but rather into <some path>/lib/gcc/i686-pc-linux-gnu/.
> Is this related to the recent libgcc changes?

Yes, it's my fault.  The last time I tested make install, they went to
the right place.  I'm building right now to find out what's gone wrong.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]