This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

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


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


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