This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: installing GCC


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]