| delorie.com/archives/browse.cgi | search |
| From: | "Omar Morales" <omar DOT morales AT computer DOT org> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: DJGPP and WindowsXP |
| Date: | Mon, 3 Mar 2003 19:57:36 +0100 |
| Organization: | Tiscali Spa |
| Lines: | 137 |
| Message-ID: | <b408io$pce$1@lacerta.tiscalinet.it> |
| References: | <b3n8jt$eou$1 AT lacerta DOT tiscalinet DOT it> <b3ndfi$a26$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <dnd06vovumalsandrfp1nh4af6bt31v1df AT 4ax DOT com> |
| NNTP-Posting-Host: | ppp-62-11-86-158.dialup.tiscali.it |
| X-Trace: | lacerta.tiscalinet.it 1046717848 25998 62.11.86.158 (3 Mar 2003 18:57:28 GMT) |
| X-Complaints-To: | newsadmin AT it DOT tiscali DOT com |
| NNTP-Posting-Date: | 3 Mar 2003 18:57:28 GMT |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 6.00.2600.0000 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Andrew,
many thanks for your suggestions......
"Andrew Cottrell" <andnews AT ihug DOT com DOT oz DOT au> ha scritto nel messaggio
news:dnd06vovumalsandrfp1nh4af6bt31v1df AT 4ax DOT com...
> >1) DOS support on XP is subtly broken in many "interesting" ways, for
which
> >2) Setting up DJGPP as non-admin on an NT-style box means you have to
> > avoid any changes to the master environment. That still leaves two
> > choices:
> Now to re-itterate item 1) make sure you are using exe's dated after
> 1-Dec-2001 or they will not be compatible with XP. In simple terms
> make sure you are using the latest files.
Yes I am using the files latest version available on SIMTEL.
> If you are using the latest files could you please post :-
> a) the output from the set for "set path" and the "set djgpp"
> environemnt variables
> b) What are the exact messages shown when trying to build the hello
> world program using the instructions in the readme.1st from
> DJDEV203.zip (from 2002!!!)
The info attached contains:
- the result of "set"
- the file.c I'm trying to build
- compilation & abort msg
I'm not buildind the hello world file referred in the readme.1st, but a very
simple test file.
Let me know,
Omar.---
--------------- set
.... -------------------------------------------------------
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\TestDJGPP.HOST00_SPLQ\Dati applicazioni
CLIENTNAME=Console
CommonProgramFiles=C:\Programmi\File comuni
COMPUTERNAME=HOST00_SPLQ
ComSpec=C:\WINDOWS\system32\cmd.exe
DJGPP=c:\Programmi\DJGPP\DJGPP.ENV
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\TestDJGPP.HOST00_SPLQ
LOGONSERVER=\\HOST00_SPLQ
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\programmi\DJ
GPP\
bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=0602
ProgramFiles=C:\Programmi
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\TESTDJ~1.HOS\IMPOST~1\Temp
TMP=C:\DOCUME~1\TESTDJ~1.HOS\IMPOST~1\Temp
USERDOMAIN=HOST00_SPLQ
USERNAME=TestDJGPP
USERPROFILE=C:\Documents and Settings\TestDJGPP.HOST00_SPLQ
windir=C:\WINDOWS
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>
--------------- file to
compile ------------------------------------------------
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>type test.c
#include <stdio.h>
int main()
{
printf("asd asd asd asd qwe qwe\n");
return 0;
}
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>
--------------- compilation &
abort --------------------------------------------
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>gcc test.c -o test.exe
Abort!
Exiting due to signal SIGABRT
Raised at eip=0001758e
eax=000ac7f4 ebx=00000120 ecx=00000000 edx=00000000 esi=000ba188
edi=000ba188
ebp=000ac8a0 esp=000ac7f0 program=C:\PROGRA~1\DJGPP\BIN\GCC.EXE
cs: sel=01a7 base=029a0000 limit=000bffff
ds: sel=01af base=029a0000 limit=000bffff
es: sel=01af base=029a0000 limit=000bffff
fs: sel=017f base=00006e20 limit=0000ffff
gs: sel=01bf base=00000000 limit=0010ffff
ss: sel=01af base=029a0000 limit=000bffff
App stack: [000ad260..0002d260] Exceptn stack: [0002ccb0..0002ad70]
Call frame traceback EIPs:
0x000174b4
0x0001758e
0x0001692b
0x00012db1
0x0000db7f
0x0000e5d3
0x0000e381
0x0000e5d3
0x0000e381
0x0000cbe4
0x0000e5d3
0x0000e381
0x0000e5d3
0x0000e381
0x0000e5d3
0x0000e381
0x0000e5d3
0x0000e381
0x0000c0c8
0x0000fdc1
0x00014ce8
C:\DOCUME~1\TESTDJ~1.HOS\DOCUME~1>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |