Mail Archives: djgpp/1997/05/08/15:17:57
Skye (s_c AT iname DOT com) wrote:
: Run this program. If it won't work then your config is messed.
:
: -------[code]----------
:
: #include <stdio.h>
:
: int main()
: {
: printf("Hello World.");
: return 0;
: }
:
: ------[end code]-------
:
: Then from your command line:
: gcc -o hello.exe hello.c
:
When I try to compile this program (or others) I get always a message at
the end:
gcc.exe: installation problem, cannot exec 'stubify': No such file or
directory (ENOENT)
Well, there is a source of that program in src/stub .. called stubify.c
... but I cannot compile this source, because of the known problem...
why is this program not included in the binary-package...?
Can somebody send it?
Or tell me where to find?
Thanks,
Frank
- Raw text -