Mail Archives: djgpp/1995/04/16/23:00:45
>> I've installed DJGPP1.12. I have an application. It's OK to compile
>> it. But when I copy it to another PC where there is no DJGPP. It can
>> not run while a message has been shown:
>>
>> Can't exec go32.
>
>You must also copy go32.exe to the other PC and put one copy of it in
>some directory on its PATH.
An alternative is to include go32 with the executable, eliminating the need to
have go32.exe on each system that plans to run the application. Use coff2exe
with the -s option to merge the two files:
coff2exe -s c:\djgpp\bin\go32.exe program
(replace "c:\djgpp\bin\go32.exe" with the correct path to go32.exe for your
system, and "program" with your program's name)
---Michael Phelps, MD
- Raw text -