public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Gcc 4.0.0 on NCR
@ 2005-05-02 13:46 Bruzzone Mirko
  2005-05-04  1:09 ` James E Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: Bruzzone Mirko @ 2005-05-02 13:46 UTC (permalink / raw)
  To: gcc-bugs

 Goodmornig,
    I have a problem when compiling the gcc 4.0.0 on NCR release 4.0 version
3.0, system UNIX_SV
 
The system displays some errors:
 
config.status: executing default commands
        if [ x"" != x ] && [ ! -d pic ]; then \
          mkdir pic; \
        else true; fi
        touch stamp-picdir
 
make: fatal error: don't know how to make ./../include/ansidecl.h (bu42).
*** Error code 1 (bu21)
 
make: fatal error.
 
 
Could you help me?
 
Thank you very much.
 
___________________________________
Primeur System Integration s.r.l. (Italy - Genoa)
 
Mirko Bruzzone
+390102781259
mirko.bruzzone@primeur.com
http://www.primeur.com
___________________________________


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

* Re: Gcc 4.0.0 on NCR
  2005-05-02 13:46 Gcc 4.0.0 on NCR Bruzzone Mirko
@ 2005-05-04  1:09 ` James E Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: James E Wilson @ 2005-05-04  1:09 UTC (permalink / raw)
  To: Bruzzone Mirko; +Cc: gcc-bugs

Bruzzone Mirko wrote:
> make: fatal error: don't know how to make ./../include/ansidecl.h (bu42).
> *** Error code 1 (bu21)

Are you building in the srcdir or a separate objdir?  Building in the 
srcdir is supposed to work, but is known to be broken in gcc-4.0.0.  So 
you must build in a separate objdir.  E.g.
   mkdir objdir
   cd objdir
   ../gcc-4.0.0/configure ...

Are you using GNU make?  The gcc makefile requires a recent version of 
GNU make.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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

end of thread, other threads:[~2005-05-04  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-02 13:46 Gcc 4.0.0 on NCR Bruzzone Mirko
2005-05-04  1:09 ` James E Wilson

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).