This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: installing GCC
- To: Lester June Cabrera <lester at i-quest dot com>
- Subject: Re: installing GCC
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- Date: Fri, 4 May 2001 12:35:49 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <4.3.0.20010504165956.00ac1450@i-quest.com>
- Reply-To: martin dot kahlert at infineon dot com
On Fri, May 04, 2001 at 05:02:26PM +0800, Lester June Cabrera wrote:
>
> Hi,
>
> I'm trying to install GCC.
> 1) configure
> 2) make
> 3) then,
> cd objdir; make install LANGUAGES="c c++"
>
> But I don't see any objdir. Or which directory is this referring to?
>
> Thanks,
> Lester
I use this
0) cd gcc-2.95.3
1) mkdir objdir
2) cdf objdir
3) ../configure
4) make bootstrap
5) make install
This works.
Bye,
Martin.
--
The early bird gets the worm. If you want something else for
breakfast, get up later.