www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/01/03/19:29:12

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
Message-Id: <4.1.20020103161130.00b754b0@odd.qualcomm.com>
X-Sender: t_paulh AT odd DOT qualcomm DOT com
X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1
Date: Thu, 03 Jan 2002 16:24:23 -0800
To: djgpp AT delorie DOT com
From: Paul Herndon <t_paulh AT qualcomm DOT com>
Subject: need help with DJGPP
Mime-Version: 1.0
Reply-To: djgpp AT delorie DOT com

--=====================_112868436==_.ALT
Content-Type: text/plain; charset="us-ascii"

I just downloaded all of the components of DJGPP today and when I attempt to
compile a simple C source code file, I get the following text string and no
output file:

"abnormal program termination"

Here are the contents of environ.txt:

COBDIR=t:\dev\FS700\cblbin
COBSW=-L5,+S5
COMPUTERNAME=C-PHERND
ComSpec=C:\WINNT\system32\cmd.exe
DJGPP=C:\DJGPP\DJGPP.ENV
HOMEDRIVE=U:
HOMEPATH=\
HOMESHARE=\\reactor\t_paulh
LM_LICENSE_FILE=7166 AT ITATOOLS01
LOGONSERVER=\\PDC-QCT
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=C:\Apps\Orant\bin;c:\apps\Orant2\bin;C:\Program
Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\UTILS;C:\UTILS\GNU\
BIN;C:\WINNT\System32\WBEM;C:\Apps\Orant\jdk\bin;"C:\Program
Files\Hummingbird\Connectivity\7.00\Accessories\";C:\DJGPP\BIN;h:\pvcs\nt;h:
\pvcs\win;\\PSOFT-ASIC\PSOFT\DEMO\FS700\PSBOOKS\FOLIOS~1;\\PSOFT-ASIC\PSOFT\
DEV\FS700\PSBOOKS\FOLIOS~1
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0703
PROMPT=$P$G
SMS_LOCAL_DIR=C:\WINNT
SMS_LOCAL_DIR_USER=C:\WINNT
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\TEMP
TMP=C:\TEMP
USERDOMAIN=QCT
USERNAME=t_paulh
USERPROFILE=C:\WINNT\Profiles\t_paulh
VCSID=c_phernd
windir=C:\WINNT

Here is what GCC printed during compilation with the vswitch:

C:\DJGPP\my_srce_cd>gcc -v hello.c
cvv version 2_4_5
 cpp -lang-c -v -undef -D__GNUC__=2 -DWINNT -Di386 -DM_COFF -D__WINNT__
-D__i386__ -D__M_COFF__ -D__WINNT -D__i386 -D__M_COFF hello.c /tmp/cc000232.i

abnormal prorgam termination

Here are the contents of C:\autoexec.bat:

SET
PATH=C:\DJGPP\BIN;\\PSOFT-ASIC\PSOFT\DEMO\FS700\PSBOOKS\FOLIOS~1;\\PSOFT-ASI
C\PSOFT\DEV\FS700\PSBOOKS\FOLIOS~1

the output of go32-v2:

DPMI memory available: 42188 Kb
DPMI swap space available: 0 Kb

Thanks in advance for any assistance anyone can provide.

Paul


--=====================_112868436==_.ALT
Content-Type: text/html; charset="us-ascii"

<html>
I just downloaded all of the components of DJGPP today and when I attempt
to compile a simple C source code file, I get the following text string
and no output file:<br>
<br>
&quot;abnormal program termination&quot;<br>
<br>
Here are the contents of environ.txt:<br>
<br>
COBDIR=t:\dev\FS700\cblbin<br>
COBSW=-L5,+S5<br>
COMPUTERNAME=C-PHERND<br>
ComSpec=C:\WINNT\system32\cmd.exe<br>
DJGPP=C:\DJGPP\DJGPP.ENV<br>
HOMEDRIVE=U:<br>
HOMEPATH=\<br>
HOMESHARE=\\reactor\t_paulh<br>
LM_LICENSE_FILE=7166 AT ITATOOLS01<br>
LOGONSERVER=\\PDC-QCT<br>
NUMBER_OF_PROCESSORS=1<br>
OS=Windows_NT<br>
Os2LibPath=C:\WINNT\system32\os2\dll;<br>
Path=C:\Apps\Orant\bin;c:\apps\Orant2\bin;C:\Program
Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\UTILS;C:\UTILS\GNU\BIN;C:\WINNT\System32\WBEM;C:\Apps\Orant\jdk\bin;&quot;C:\Program
Files\Hummingbird\Connectivity\7.00\Accessories\&quot;;C:\DJGPP\BIN;h:\pvcs\nt;h:\pvcs\win;\\PSOFT-ASIC\PSOFT\DEMO\FS700\PSBOOKS\FOLIOS~1;\\PSOFT-ASIC\PSOFT\DEV\FS700\PSBOOKS\FOLIOS~1<br>
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH<br>
PROCESSOR_ARCHITECTURE=x86<br>
PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel<br>
PROCESSOR_LEVEL=6<br>
PROCESSOR_REVISION=0703<br>
PROMPT=$P$G<br>
SMS_LOCAL_DIR=C:\WINNT<br>
SMS_LOCAL_DIR_USER=C:\WINNT<br>
SystemDrive=C:<br>
SystemRoot=C:\WINNT<br>
TEMP=C:\TEMP<br>
TMP=C:\TEMP<br>
USERDOMAIN=QCT<br>
USERNAME=t_paulh<br>
USERPROFILE=C:\WINNT\Profiles\t_paulh<br>
VCSID=c_phernd<br>
windir=C:\WINNT<br>
<br>
Here is what GCC printed during compilation with the vswitch:<br>
<br>
C:\DJGPP\my_srce_cd&gt;gcc -v hello.c<br>
cvv version 2_4_5<br>
&nbsp;cpp -lang-c -v -undef -D__GNUC__=2 -DWINNT -Di386 -DM_COFF
-D__WINNT__ -D__i386__ -D__M_COFF__ -D__WINNT -D__i386 -D__M_COFF hello.c
/tmp/cc000232.i<br>
<br>
abnormal prorgam termination<br>
<br>
Here are the contents of C:\autoexec.bat:<br>
<br>
SET
PATH=C:\DJGPP\BIN;\\PSOFT-ASIC\PSOFT\DEMO\FS700\PSBOOKS\FOLIOS~1;\\PSOFT-ASIC\PSOFT\DEV\FS700\PSBOOKS\FOLIOS~1<br>
<br>
the output of <font face="Courier New, Courier">go32-v2:<br>
<br>
DPMI memory available: 42188 Kb<br>
DPMI swap space available: 0 Kb<br>
<br>
Thanks in advance for any assistance anyone can provide.<br>
<br>
Paul<br>
<br>
</font></html>

--=====================_112868436==_.ALT--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019