public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [mwh@sysrq.dk] libc/2225: Compiletime error. Please help.
@ 2001-05-01  0:41 Andreas Jaeger
  2001-05-01  5:43 ` Martin Willemoes Hansen
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Jaeger @ 2001-05-01  0:41 UTC (permalink / raw)
  To: libc-alpha; +Cc: mwh

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

and of:
 ls -l `gcc -print-file-name=cpp`

Shouldn't we test in configure for such broken installations?  What's
a proper test to do so?

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mwh@sysrq.dk] libc/2225: Compiletime error. Please help.
  2001-05-01  0:41 [mwh@sysrq.dk] libc/2225: Compiletime error. Please help Andreas Jaeger
@ 2001-05-01  5:43 ` Martin Willemoes Hansen
  2001-05-01  5:50   ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Willemoes Hansen @ 2001-05-01  5:43 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: libc-alpha, mwh

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

> Shouldn't we test in configure for such broken installations?  What's
> a proper test to do so?

Martin Willemoes Hansen

--------------------------------------------------------
E-Mail	mwh@sysrq.dk	Website	mwh.sysrq.dk
IRC     MWH, openprojects	
--------------------------------------------------------               

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mwh@sysrq.dk] libc/2225: Compiletime error. Please help.
  2001-05-01  5:43 ` Martin Willemoes Hansen
@ 2001-05-01  5:50   ` Jakub Jelinek
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Jelinek @ 2001-05-01  5:50 UTC (permalink / raw)
  To: Martin Willemoes Hansen; +Cc: Andreas Jaeger, libc-alpha

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-05-01  5:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-01  0:41 [mwh@sysrq.dk] libc/2225: Compiletime error. Please help Andreas Jaeger
2001-05-01  5:43 ` Martin Willemoes Hansen
2001-05-01  5:50   ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).