Date: Mon, 8 Mar 1999 10:49:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Orvbongat cc: djgpp AT delorie DOT com Subject: Re: HELP ME!!!! PLEASEEE!!! In-Reply-To: <19990307130407.28352.00004985@ng117.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 7 Mar 1999, Orvbongat wrote: > Whenever i compile, it always says that LD cannot find the file c_app > It uses c_app file like this -Lc_app I don't know much about RSXNT, but -Lc_app means the linker is looking for a *directory* called c_app. Are you sure it was not -lc_app (lowercase ell)? If so, the library name is libc_app.a (see section 8.22 of the FAQ), look it up on your disk.