Xref: news-dnh.mv.net comp.os.msdos.djgpp:15 Path: news-dnh.mv.net!mv!news.sprintlink.net!demon!chocolat.demon.co.uk!PS From: Paul Shirley Newsgroups: comp.os.msdos.djgpp Subject: Re: Exec generated by djgpp Date: 1 Jun 1995 01:33:28 +0100 Organization: a loose end. Lines: 23 Sender: news AT newnews DOT demon DOT co DOT uk References: <3qgmfg$bq9 AT nic-nac DOT CSU DOT net> Reply-To: PS AT chocolat DOT demon DOT co DOT uk Nntp-Posting-Host: dispatch.demon.co.uk To: djgpp AT sun DOT soe DOT clarkson DOT edu In article <3qgmfg$bq9 AT nic-nac DOT CSU DOT net> hshaw AT mars DOT calstatela DOT edu "E.I.T." writes: ;) Hello all.. i been on the list for about a month since i ;)reinstalled djgpp112. I have a question regarding the executables ;)tha djgpp makes. I just noticed that when i dont have the djgpp ;)environment or /bin in my path ( as i use a boot disk to setup ;)all the relavent paths and such when programming) my executables ;)dont run. The error i get is "Cannont exec go32" ;) ;) Are these executables only valid when i have djgpp installed ;)and setup in the paths? How can i generate exec that will run as normal ;).EXE files? ;) Thanks.. You need to have go32.exe somewhere in your path. coff2exe binds a stub program to your program which loads go32.exe, then runs your program. apparently 'copy /b go32.exe+ .exe' will build a self contained program. -- Paul Shirley: SemiProfessional Coffee & Chocolate Taster