This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Courses
- To: gcc at gcc dot gnu dot org, madi dot marzuq at comptel dot com
- Subject: Re: Courses
- From: Mike Stump <mrs at windriver dot com>
- Date: Fri, 12 May 2000 12:23:04 -0700 (PDT)
> From: "Madi Marzuq" <madi.marzuq@comptel.com>
> To: <gcc@gcc.gnu.org>
> Date: Fri, 12 May 2000 12:00:34 +0300
> I want to ask were I could I find places (in Euorope) were they
> arrange courses for installations of GCC or GNU emacs and other
> software. I need trainning very badly.
Let me save you a ton of money:
tar zxf gcc-2.95.2.tar.gz && mkdir o && cd o && ../gcc-2.95.2/configure --prefix=/usr/local/gcc-2.95.2 && make && make install
That's it. Maybe you could add this to the FAQ? I've seen it asked a
few times recently. This also applies to (almost) all GNU software,
for (almost) all systems, and almost all opensource software as well.
Welcome to the club.