Clan x86

Technical (Development, Security, etc.) => General Programming => Topic started by: deadly7 on February 26, 2005, 07:30:49 pm

Title: GCC
Post by: deadly7 on February 26, 2005, 07:30:49 pm
Someone, help me.
I can't figure out which goddamn'd files to download. :| it's driving me insane, I've been staring at the website http://gcc.gnu.org for the past half an hour and I can't figure out which files to download. Yes, I did look at the download page. No, I couldn't make heads or tails of it. I didn't know which ISO to download, which files to download, none of that.
Title: Re: GCC
Post by: Newby on February 26, 2005, 07:51:17 pm
I would personally try getting Dev-C++ (http://www.bloodshed.net/devcpp.html) first.

Quote
Microsoft Windows (32-bit)

A port of GCC 2.95.2 and 3.x is included with the Cygwin environment.

Current (as of early 2001) snapshots of GCC will build under Cygwin without modification.

GCC does not currently build with Microsoft's C++ compiler and there are no plans to make it do so.

Try going to this (http://www.cygwin.com/) link and acquiring that.

If that doesn't work (doubtful), then click (http://ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/releases/index.html).

The .tar.gz and the .tar.bz2 are the same thing, just different compression. I know WinRAR can decompress gzipped tarball archives, so get the .tar.gz one.
Title: Re: GCC
Post by: deadly7 on February 26, 2005, 08:00:56 pm
This thing better not like, fuck my computer over. I don't have a boot drive to recover it.
Title: Re: GCC
Post by: Newby on February 26, 2005, 08:02:15 pm
Then I suggest you download + burn Slackware (http://www.slackware.com/) to a CD. No guarantees it will fuck your drive over, no guarantees it won't. :)
Title: Re: GCC
Post by: Ergot on February 26, 2005, 08:05:12 pm
Or.. one of the LiveCD distro, I'm not sure if they have gcc but probably do.
Title: Re: GCC
Post by: iago on February 27, 2005, 01:46:48 am
Are you trying to get it for Windows or Linux? If Linux, which distro?
Title: Re: GCC
Post by: Newby on February 27, 2005, 01:58:13 am
Deadly is trying to install it in Windows.
Title: Re: GCC
Post by: iago on February 27, 2005, 12:35:19 pm
Then just install Dev-C++.  It comes with gcc, make, and other cool stuff.
Title: Re: GCC
Post by: deadly7 on February 27, 2005, 06:58:16 pm
Is it a program, or does it modify Windows for something? (yes I did read the link)
Title: Re: GCC
Post by: iago on February 27, 2005, 09:30:45 pm
My understanding is that it's a program that emulates a Linux shell
Title: Re: GCC
Post by: deadly7 on February 27, 2005, 09:33:11 pm
Well then, it'd just be easier to install Slack on my other comp. (where the hell WERE you, yago!)
Title: Re: GCC
Post by: iago on February 27, 2005, 10:52:18 pm
That wouldn't be easier, but it would be better.

Title: Re: GCC
Post by: Warrior on April 05, 2005, 03:36:37 pm
Use DJGPP It doesn't use MINGW so it can link elf executables :)
Title: Re: GCC
Post by: Joe on April 05, 2005, 07:23:28 pm
1) You have cable. Go find a MSC++ torrent..

2) Dev-C++ is just your average program. It opens up, gives you a box you type (C++ code) in to, and then it compiles.