Message-ID: <3AA81392.3E2A638F@home.com> From: Tom Fjellstrom X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.4.2 i686) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: AAAARRRRRRRRRGGGGGGGGG!!!!!!!!!!!!!!!!!!! References: <3AA7F969 DOT AF3614B9 AT home DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 66 Date: Thu, 08 Mar 2001 23:19:28 GMT NNTP-Posting-Host: 24.70.88.73 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.ab.home.com 984093568 24.70.88.73 (Thu, 08 Mar 2001 15:19:28 PST) NNTP-Posting-Date: Thu, 08 Mar 2001 15:19:28 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Paul Michailidis wrote: > > This is pissing me off. I can't compile a damn thing. Ok this is what > I've done. PLEASE HELP!!!!! > I've installed the following files into c:\dgjpp ^^^^^ should be djgpp and don't use winzip. (unless you only use djgpp in windows _AND_ you know what your dooing) > allegro312.zip > bnu2951.zip > djdev203.zip > faq230b.zip > gcc2952b.zip > gpp2952b.zip (When I installed this, it asked me if I wanted to > overwrite cxxfilt.exe, I did) > ma3791b.zip > rhide1478b.zip > txi40b.zip make sure all these packages extracted corectly. ie: dirs c:\djgpp\bin c:\djgpp\lib\ c:\djgpp\include\ exist instead of ones named after the zip files. > Ok I typed this into autoexec.bat and ran it: > path=c:\windows\command;c:\djgpp\bin; > set djgpp=c:\djgpp\djgpp.env you can't just run autoexec.bat you need to restart your computer. > I typed this in DOS: > setdjgpp c:\djgpp c:/djgpp > > I went into the Allegro folder and typed this: > make > > ... and I sat for an hour. Rebooted my machine and tried many different > programs. Many different errors came up. Some came up when I tried it > with rhide and other errors when I tried it in the dos console. Eg. > "virtual memory exhausted." I tried compiling an example in dos, gcc > ex1.c -lalleg > when I pressed enter I heard the hard drive making sounds and then > nothing happened. The prompt just came up again, as if nothing was typed > in. try this: gcc ex1.c -o ex1.exe -lalleg then run ex1.exe > Please Please Please this is driving me crazy. I've installed djgpp 4 > times trying to pinpoint my problem. NOTHING!!! Make sure you read the DJGPP FAQ and the readme file that comes with djdev203.zip > Please help, > Paul M. -- "Computer programmers don't byte, they nybble a bit." Tom Fjellstrom tfjellstrom AT home DOT com http://strangesoft.net/