Message-ID: <37908F1C.567DA473@earthlink.net> Date: Sat, 17 Jul 1999 10:11:42 -0400 From: Juan Sanmiguel X-Mailer: Mozilla 4.03 [en]C-DIAL (Win95; U) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Subject: cannot exec `stubify'? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello, I got the copilier from the SAMS book. This is what happened when I tried to compile my program: [WINDOWS] C:\temp>gcc -o lab3.exe lab3.c gcc.exe: installation problem, cannot exec `stubify': No such file or director (ENOENT) Here is the output from [WINDOWS] C:\temp>gcc -o lab3.exe lab3.c -v Reading specs from c:/djgpp/lib/specs gcc version 2.8.1 c:/djgpp/lib/gcc-lib/djgpp/2.81/cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC _MINOR__=8 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__unix__ -D_ _i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__unix -D__i3 86 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 lab3.c C:\WINDOWS\TEMP\ccais y4e GNU CPP version 2.8.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: c:/djgpp/include c:/djgpp/lib/gcc-lib/djgpp/2.81/include c:/djgpp/include End of search list. c:/djgpp/lib/gcc-lib/djgpp/2.81/cc1.exe C:\WINDOWS\TEMP\ccaisy4e -m486 -malign- jumps=2 -malign-loops=2 -malign-functions=2 -quiet -dumpbase lab3.c -version -o C:\WINDOWS\TEMP\ccbisy4e GNU C version 2.8.1 (djgpp) compiled by GNU C version 2.8.1. c:/djgpp/bin/as.exe -o C:\WINDOWS\TEMP\cccisy4e C:\WINDOWS\TEMP\ccbisy4e c:/djgpp/bin/ld.exe -o lab3.exe c:/djgpp/lib/crt0.o -Lc:/djgpp/lib -Lc:/djgpp/l ib/gcc-lib/djgpp/2.81 -Lc:/djgpp/bin -Lc:/djgpp/lib C:\WINDOWS\TEMP\cccisy4e -Td jgpp.djl -lgcc -lc -lgcc stubify -v lab3.exe gcc.exe: installation problem, cannot exec `stubify': No such file or director (ENOENT) Here is the environ.lst file: TMP=C:\WINDOWS\TEMP winbootdir=C:\WINDOWS COMSPEC=C:\WINDOWS\COMMAND.COM WINPMT=$P$G PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\;C:\DJGPP\BIN DIRCMD=/O TEMP=C:\PBTOOLS\WINTEMP PROMPT=[WINDOWS] $P$G GALAXY=A220 I5 D1 K10 P530 T6 SOUND=C:\SOUND144 ALSINI=C:\WINDOWS\ALS3.INI DJGPP=C:\DJGPP\DJGPP.ENV windir=C:\WINDOWS BLASTER=A220 I5 D1 CMDLINE=more My autoexec.bat: c:\windows\AD_WRAP.COM @ECHO OFF C:\SOUND144\UTILITY\AZCAL.EXE PROMPT $P$G PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\;C:\DJGPP\BIN C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD0001 /M:20 /S C:\WINDOWS\SMARTDRV.EXE 1024 512 /X SET DIRCMD=/O SET TEMP=C:\PBTOOLS\WINTEMP SET WINPMT=[WINDOWS] $P$G SET BLASTER=A220 I5 D1 T4 SET GALAXY=A220 I5 D1 K10 P530 T6 SET SOUND=C:\SOUND144 c:\windows\a3init.exe SET DJGPP=C:\DJGPP\DJGPP.ENV My config.sys DEVICE=C:\WINDOWS\HIMEM.SYSDOS=HIGH,UMB DEVICE=C:\WINDOWS\EMM386.EXE NOEMS I=B000-B7FF FILES=30 BUFFERS=20 STACKS=0,0 FCBS=1 DEVICEHIGH=C:\WINDOWS\MOUSE.SYS DEVICEHIGH=C:\PBTOOLS\CR_ATAPI.SYS /D:MSCD0001 I could not get go32-v2 to run. Any help in this matter would be greatly appreciated. Juan Sanmiguel aka Rainbow Warrior