This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ansidecl.h missing from Make in GCC 4.0
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Anton VanderWyst <antonv at umich dot edu>, gcc-help at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 14:49:10 -0500
- Subject: Re: ansidecl.h missing from Make in GCC 4.0
- References: <200504271455.59252.antonv@umich.edu>
Hi Anton,
>A newbie install question - I'm trying to install GCC 4.0 and it is erroring out. './configure' works...
./configure is not supported.
Delete your GCC 4.0 source directory.
Unzip/untar your GCC 4.0 source again.
Make a peer build directory to where the GCC 4.0 source is untar'd to.
Change to the peer build directory.
Do a configure of the GCC 4.0 source (using relative or absolute paths) in that peer build directory. (I use absolute paths.)
Do a make of the GCC 4.0 source using the makefile that is created in your peer build directory.
HTH,
--Eljay