From: Matt Vandewalle Subject: problem with linking Newsgroups: comp.os.msdos.djgpp User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (FreeBSD/2.2.7-STABLE (i386)) Lines: 13 Message-ID: NNTP-Posting-Date: Mon, 12 Oct 1998 20:23:34 CDT X-Trace: sv1-vwYYIT5N9HtnD337Vs2VZKU5DMLsmCmXD0C8ByYHS5GB5YGexJiwwznWUyT58ntd/i6HJ+WejgkoEiE!nUcLk6Ou X-Complaints-To: abuse AT GigaNews DOT Com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly Date: Tue, 13 Oct 1998 01:23:34 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hi, I have recently gotten djgpp and installed it. Now I have door toolkits for making doors for other bbses. My question is, how do I get gcc to link with a library file from that other kit? ok, here is the two different things i tried (the library file is called odoors.lib ) i have tried the following gcc mytest.c -o mytest.exe -odoors.lib and I get the error about ......ld.exe: odoors.lib, no such file or directory how do I fix this? matt