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: --with-ld breakage for me.


> 
> I've been unsuccesful at compiling gcc 3.3 and 3.4 with --with-ld=/usr/local/glibc-2.2.3/lib/ld-linux.so.2. I know that ld-2.3.2.do works because I've used it to link some c programs with -Wl,--dynamic-linker=/usr/local/glibc-2.2.3/lib/ld-linux.so.2 and I checked my linkage with ldd. (Note: the 2.2.3 in the path is a typo I made when I chose the install directory. The actual glibc that's sitting in there is 2.3.2.)
> 

--with-ld means to supply with the static linker, not the dynamic one.

Thanks,
Andrew Pinski


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