From: "Chad Simmons" Newsgroups: comp.os.msdos.djgpp References: <199806012237 DOT AAA06390 AT facteur DOT in DOT grolier DOT fr> Subject: Re: gcc seams to start, but then... nothing, really *NOTHING* ! Lines: 106 Message-ID: Date: Fri, 05 Jun 1998 11:35:13 GMT NNTP-Posting-Host: 166.41.186.1 NNTP-Posting-Date: Fri, 05 Jun 1998 07:35:13 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Yann Coupin wrote in message <199806012237 DOT AAA06390 AT facteur DOT in DOT grolier DOT fr>... >Here is my problem (if the subject wasn't explicit enought ). Whenever I >lauch gcc from rhide or directly from the command line it start, make a >small amount of disk access (maybe it's even only windows swap mechanism) >then it does absolutly NOTHING, this can last up to ten minutes (maybe more >but I wasn't patient enough since on the P200 I have at work it only need 1 >second or so to compile the same .C file (btw I have a K6-233 with 64Mo >RAM). I've tried tweaking my autoexec.bat & config.sys file without >success. So, to quote Princess Leila "help me djgcc list member, you're my >only help" :-) > >Ok here goes the param part : > >autoexec.bat >------------------------------- >@echo off > >set tmp=d:\temp >set temp=d:\temp >set DJGPP=C:\DJGPP\DJGPP.ENV >set PATH=C:\DJGPP\BIN;%PATH% > >lh C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001 /L:H /M:15 >lh keyb fr,,C:\WINDOWS\COMMAND\keyboard.sys >lh c:\mouse\mouse //Logitech driver v. >7.20 >rem d:\UNIVBE51\UNIVBE.EXE >lh doskey /insert >choice /to,10 Lancer windows ? >if errorlevel 2 goto fin >win >:fin >-------------------------- > >config.sys >-------------------------------- >devicehigh=c:\windows\himem.sys >device=c:\windows\emm386.exe ram >dos=high,umb >Country=033,,C:\WINDOWS\COMMAND\country.sys >rem DEVICEHIGH=C:\PIONEER\ATAPI_CD.SYS /D:MSCD001 /S:1 >DEVICEHIGH=C:\TEAC_CDI.SYS /D:MSCD001 >files=30 >buffer=30 >----------------------------- > >env strings >----------------------------- >PROMPT=$p$g >winbootdir=C:\WINDOWS >COMSPEC=C:\WINDOWS\COMMAND.COM >TMP=d:\temp >TEMP=D:\temp >PATH=C:\DJGPP\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND >windir=C:\WINDOWS >BLASTER=A220 I5 D1 H5 P330 T6 E620 >------------------------------ >NB: then temp directory exists on the disk > >Thanks in advance for any help you could provide me. > > >Yann Coupin, a.k.a. PoV on IRC >___________________________________________ >Yann Coupin, Hot-Line Club-Internet (Paris), France >Ray Tracing, Animation, Coding, HTML... >http://perso.club-internet.fr/pov/ / IRC : >PoV or P0V >*Free* sms messages, go to my home page / UIN : 1829210 > I have the same problem... It just hangs, on the gcc command. The caption is GCC, and at first I thought it was just taking a long time on the file I was compiling, so I tried a simple c program, and it gave me the same problem, so then I tried compiling a .c file that didn't even exist. same result. Ctrl-break gave this info: Exiting due to signal SIGINT Control-Break Pressed at eip=0000d96b eax=014affc0 ebx=00000002 ecx=00001000 edx=014affa0 esi=00000020 edi=00000002 ebp=00317e20 esp=00317e10 program=C:\DJGPP\BIN\GCC.EXE cs: sel=00f7 base=82e35000 limit=014b7fff ds: sel=00ff base=82e35000 limit=014b7fff es: sel=00ff base=82e35000 limit=014b7fff fs: sel=00d7 base=00011460 limit=0000ffff gs: sel=010f base=00000000 limit=ffffffff ss: sel=00ff base=82e35000 limit=014b7fff Call frame traceback EIPs: 0x0000d96b 0x0000d8f1 0x0000b9d6 0x0000bb1b 0x0000bb7e 0x00005983 0x000072ba 0x0000a1bf 0x0000d2ee (yes I realized I posted this reply to another message, but they seem to be the similiar, if not the same, problem)