Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gcc make bootstrap

Status
Not open for further replies.

apocalypse11

Technical User
Jan 11, 2001
77
AU
Hi,

After a configure of gcc I run make bootstrap. The following happens:

cc -c -DIN_GCC -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I/usr/local/src/gcc-3.2/gcc/intl -I/usr/local/src/gcc-3.2/gcc -I/usr/local/src/gcc-3.2/gcc/config -I/usr/local/src/gcc-3.2/gcc/../include -g plural.c -o plural.o
cc: Severe: No such file or directory
... file is 'plural.c'
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

Does anyone know how to get around this problem?

Thanks
 
Perhaps you need to use the GNU version of make (sometimes called gmake). Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top