RE: Euphoria to DJGPP help needed

new topic     » goto parent     » topic index » view thread      » older message » newer message

Alvin  Koffman wrote:
> Well I found strip.exe where it should be. Here's emake.bat
> set CC=c:\djgpp\bin\redir -o alvins.err -eo 
> echo on
> @echo main_.c
> @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math
> -fomit-frame-pointer main_.c
> @echo init_.c
> @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math
> -fomit-frame-pointer init_.c
> @echo cradle3b.c
> @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math
> -fomit-frame-pointer cradle3b.c
> @echo get.c
> @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math
> -fomit-frame-pointer get.c
> @echo wildcard.c
> @%CC% -c -w -fsigned-char -O2 -mpentium -ffast-math
> -fomit-frame-pointer wildcard.c
> @echo linking
> @%CC% c:\alvin\cradle3b.o -ocradle3b.exe @objfiles.lnk
> @del *.o
> @strip c:\alvin\cradle3b.exe
> @echo you can now execute: cradle3b.exe
> set CC=
> 
> Before I put %CC% it gave me an on screen error about line
> 12 in main.c being undeclaired but doesn't now. still makes
> no .exe 

Alvin:
   Are there any errors in the alvins.err file ?
   Is the objfiles.lnk file in your path ?
   Is the allegro library in your path ?
   Make sure that the cradle3b.exe didn't end up in
   some other directory than where you think it should be.
Bernie

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu