Search the web
Sign In
New User? Sign Up
libsocket · libsocket is a library for DJGPP, the DO
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Installing DJGPP   Message List  
Reply | Forward Message #489 of 491 |
Re: [libsocket] Installing DJGPP

Hello.

Liam wrote:
>
> I have recently tried to reinstall DJGPP on my PC, but I can't get
> the compiler to work.
>
> I have put the following two lines into the autoexec.bat file
>
> SET PATH=C:DJGPP\BIN;%PATH%
> SET DJGPP=C:DJGPP\DJGPP.ENV
>
> as I was told.
>
> I keep getting the following error:
>
> "environment variable DJGPP points to corrupt
> file 'C:\DJGPP\DJGPP.ENV'"
>
> even though the file 'C:\DJGPP\DJGPP.ENV' is taken from the
> delorie.com website and is untouched by me.
[snip]

You missed out the backslashes after the drive letter. Try this:

SET PATH=C:\DJGPP\BIN;%PATH%
SET DJGPP=C:\DJGPP\DJGPP.ENV

The newsgroup comp.os.msdos.djgpp may be a better source of help than here.

This is also a moderated mailing list, so don't be surprised if it takes
a while for your messages to be delivered. Especially if I'm not around
for a couple of days. ;)

Bye, Rich =]

--
Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ]

"You can't evaluate a man by logic alone."
-- McCoy, "I, Mudd", Star Trek



Wed Jan 19, 2005 8:35 pm

richdawe
Online Now Online Now
Send Email Send Email

Forward
Message #489 of 491 |
Expand Messages Author Sort by Date

I have recently tried to reinstall DJGPP on my PC, but I can't get the compiler to work. I have put the following two lines into the autoexec.bat file SET...
Liam
email_liam_at
Offline Send Email
Jan 19, 2005
8:31 pm

Hello. ... [snip] You missed out the backslashes after the drive letter. Try this: SET PATH=C:\DJGPP\BIN;%PATH% SET DJGPP=C:\DJGPP\DJGPP.ENV The newsgroup...
Richard Dawe
richdawe
Online Now Send Email
Jan 19, 2005
8:36 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help