home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.misc
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!murdoch!cyclops.micr.Virginia.EDU!wrp
- From: wrp@cyclops.micr.Virginia.EDU (Bill Pearson)
- Subject: Re: GNU GCC 2.1
- Message-ID: <1992Sep1.000454.17192@murdoch.acc.Virginia.EDU>
- Sender: usenet@murdoch.acc.Virginia.EDU
- Organization: University of Virginia
- References: <tdhnfmg.genie@netcom.com>
- Date: Tue, 1 Sep 1992 00:04:54 GMT
- Lines: 25
-
- In article <tdhnfmg.genie@netcom.com> genie@netcom.com (The Genie) writes:
- >
- >Hi. I just downloaded the GNU GCC 2.1 package from hobbes and
- >successfully installed it into my 386 OS/2 system. Playing around
- >with C, I couldn't get even the simplest hello.c (not from the
- >sample) program to compile correctly. I'm sure there are
- >no errors in the 4 line program.
- >
- >I type "gcc hello.c"
- >After 3-4 seconds of disk usage, OS/2 responds:
- >SYS1808:
- >The process has stopped. The software diagnostic
- >code (exception code) is 0006.
- >
-
- This should be an FAQ. Try "gcc -o hello.exe hello.c".
- If that does not work, try:
-
- gcc -c hello.c
- link386 hello.obj,hello.exe,,,
-
- Bill Pearson
-
-
-
-