[mwh@sysrq.dk] libc/2225: Compiletime error. Please help.

Jakub Jelinek jakub@redhat.com
Tue May 1 05:50:00 GMT 2001


On Tue, May 01, 2001 at 02:41:50PM +0200, Martin Willemoes Hansen wrote:
> > Hi glibc folks,
> > 
> > the appended bug report looks like a broken installation of
> > GCC. Doesn't it?  
> > 
> > Martin, what's the output of:
> >  gcc -print-file-name=cpp
> /usr/lib/cpp
> 
> > and of:
> >  ls -l `gcc -print-file-name=cpp`
> lrwxrwxrwx    1 root     root           12 Aug 19  2000 /usr/lib/cpp ->
> /usr/bin/gcc*

That's broken. /lib/cpp should point to /usr/bin/cpp (ie. cpp driver, not
gcc driver).
Was the symlink created by yourself or was it done during gcc make install
(that would need fixing)?

	Jakub



More information about the Libc-alpha mailing list