Mail Archives: djgpp/2001/06/08/05:30:21
Im-not AT mind-reader DOT co DOT uk wrote:
: --6589014 DOT 991981711987 DOT JavaMail DOT root AT www-a26
: Content-Type: text/plain; charset=us-ascii
: Content-Transfer-Encoding: 7bit
: Hello,
: Just recently dl DJGPP and I can't figure out how to work it for a new programmer and a veteran computer app and hardware troubleshotter this is embarrassing and frustrating. PLease do what you can to help me... Here's the problem:
You need to configure your post/mail-program to break your lines at
about 70 columns. Or hit <CR> now and then.
: I installed the program and did all I could with the information I recieved about this prog but I cant get GCC or GPP to work. When I type GCC or GPP at the promt it say GCC/GPP: no input files.
How about giving it some input files? Like
"gcc -O2 -Wall -o hello hello.c"? Read the file README.1ST that
explains basic usage.
: The contents of my Environ.txt are as follows:
: TMP=c:\windows\TEMP
: TEMP=C:\windows\TEMP
: PROMPT=$p$g
: winbootdir=C:\WINDOWS
: COMSPEC=C:\WINDOWS\COMMAND.COM
: windir=C:\WINDOWS
: PATH=C:\WINDOWS\DESKTOP\EMUS\DJGPP\BIN;PATH
This isn't perfect, but it won't harm DJGPP programs.
: DJGPP=C:\windows\desktop\emus\DJGPP\DJGPP.ENV
Ok.
: BLASTER=A240 D1 I5 T4
: CMDLINE=gcc/v
: My Auto exec.bat as follows:
: REM [Home Series]
: set PATH=C:\windows\desktop\emus\DJGPP\BIN;%PATH
"%PATH" above should be "%PATH%". But again this isn't your problem.
: set DJGPP=C:\windows\desktop\emus\DJGPP\DJGPP.ENV
: chdir C:\windows\desktop\emus\djgpp
: @ECHO OFF
: My Config.sys as follows:
: DEVICE=C:\essolo.sys
: REM [Header]
: To date I haven't been able to get either of the Compilers to load. So as of yet I havn't been able try the -v command. I tried it at the DOS prompt gcc-v, gcc\v, gcc/v as well as their counter parts for Gpp, none of which worked, and I'm assuming that is because the programs wont even load let alone compile or give any extensive text about errors. If you could help me out I would greatly appreciate it thanks.
Try "gcc -v". Note the space.
Right,
MartinS
- Raw text -