From: Christoph Kukulies Message-Id: <199611101019.LAA15103@gilberto.physik.rwth-aachen.de> Subject: Re: can't find -lgcc.. In-Reply-To: <5635og$80o@news.ptd.net> from "pezz@postoffice.ptd.net" at "Nov 9, 96 11:57:04 pm" To: pezz AT postoffice DOT ptd DOT net Date: Sun, 10 Nov 1996 11:19:04 +0100 (MET) Cc: djgpp AT delorie DOT com Reply-To: Christoph Kukulies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 699 > Ok, bear with me cause I've never compiled a C program in my life > before :) I'm trying to compile a mud server to work on dos and I can > get it to make o files, but when I try to compile those or whatever > it's called, it says 'cannot find library -lgcc'. Anyone who can > decipher what I just said want to help me out? :) Besides that information on how to set the correct environment variable for making gcc (ld) search/find libraries can be found in the djgpp documentation you can always add a command line switch to gcc/ld like -L/dj/lib to make it find libgcc.a (provided that lib is really located there). > > > --Chris Christoph P. U. Kukulies kuku AT gil DOT physik DOT rwth-aachen DOT de