From: sg0026 AT aixrs1 DOT hrz DOT uni-essen DOT de (Frank Borally) Newsgroups: comp.os.msdos.djgpp Subject: installation problem Date: 8 May 1997 17:17:33 GMT Organization: Universitaet Essen GH, Germany Lines: 35 Message-ID: <5kt1rd$e7a@sun3.uni-essen.de> References: <5k688j$2vp$1 AT newserve DOT gulftel DOT com> <3366B245 DOT 1AD4 AT iname DOT com> NNTP-Posting-Host: aixrs1.hrz.uni-essen.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Skye (s_c AT iname DOT com) wrote: : Run this program. If it won't work then your config is messed. : : -------[code]---------- : : #include : : 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