From: "Kevin W. Rogovin" Newsgroups: comp.os.msdos.djgpp Subject: Problems with GPC Date: Wed, 7 May 1997 18:31:58 -0700 Organization: University of California, Santa Barbara Lines: 22 Message-ID: References: <5kbddj$m63 AT usenet81 DOT supernews DOT com> <5kcghs$8qa AT news DOT ox DOT ac DOT uk> NNTP-Posting-Host: fermat.math.ucsb.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <5kcghs$8qa@news.ox.ac.uk> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello all, It's been a while since I used djgpp, I recently installed V2.01 (fresh install) and have been able to get everything (atleast gcc, g77) to work, but I've been having troubles with gpc: I tried to compile one of the test pascal files (this problem appears _EVERY_ time I try to use GPC) with: gpc source.pas I then get a message from ld.exe: File crt0.o does not exist (or something of that ilk) I then check the lib dircetory and it is there, moreover I have the following workaround: gpc -c source.pas gcc source.o and then everything is A-ok! Does anyone know what might be wrong with my gpc installation? -Kevin Rogovin(rogue1 AT fermat DOT math DOT ucsb DOT edu)