Mail Archives: djgpp/1996/09/17/20:05:51
Martin Bernreuther <Martin DOT Bernreuther AT po DOT uni-stuttgart DOT de> wrote:
: Hi,
: After installing djgpp V2 on WindowsNT 3.51 I have the following problem:
: While trying to compile a simple C-file with e.g.
: "gcc test.c", the program go32 cannot be found. After renaming
: "go32-v2.exe" to "go32.exe" I get the following error message:
: go32/v1: cannot find v1's go32.exe
: What's going wrong? Do I need the V1 go32.exe and why?
You shouldn't need go32 (either v1 nor v2), maybe you are calling a
test program in another directory that is compiled with 1.x. Under
unix the default name for the compiled executable is a.out, with DOS
it's probably a.exe, which means that you will not compile a test.exe
program with that call. Instead you should use gcc -o test test.c.
bye, Alexander
PS. on a sidenote, does djgpp include a which-like utility? (to locate
an certain executable), this would be rather useful for such problems.
--
Alexander Lehmann, | "On the Internet,
alex AT hal DOT rhein-main DOT de (MIME, NeXT) | nobody knows
lehmann AT mathematik DOT th-darmstadt DOT de (MIME) | you're a dog."
<URL:http://www.mathematik.th-darmstadt.de/~lehmann/>
- Raw text -