|
-
Dec 14th, 2001, 04:29 AM
#1
Thread Starter
Hyperactive Member
How to configure GCC 3.0?
I have downloaded GCC 3.0 for win from an ftp in May 2001.
I unzipped it, and found no install.exe of any sort.
I also did not found any exes for me to compile.
So how I go about configuring GCC3.0 and compile a source.
I guess I am grown too accustomed to IDEs.
Note: I know GCC3.0 is outdated, there is a new updated version.
But I would like to solve this problem first.
Another question what is G++?
Thanks. I am GCC Newbie.
-
Dec 14th, 2001, 03:43 PM
#2
Monday Morning Lunatic
On Windows, you need, as it says in the documentation, Cygwin.
www.cygwin.com
I'm still trying to get it working now it's built, but basically you need to download and install cygwin, including gcc 2.95 binaries.
Then, extract the gcc tgz file into /home/gcc-3 or something. Then, use the command:...that sets the compiler up, which you use to compile the compiler (don't be too confused, it's the way it works for everything that a compiler is built using an older version 
So, using the command./configureyou configure it. Then, just a simple "make".
I haven't got further than that.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|