Newsgroups: comp.os.msdos.djgpp From: matt v Subject: libraries & compiling Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Lines: 13 Date: Tue, 20 Oct 1998 00:39:41 -0500 NNTP-Posting-Host: 12.13.120.8 X-Trace: news.giganews.com 908861987 12.13.120.8 (Tue, 20 Oct 1998 00:39:47 CDT) NNTP-Posting-Date: Tue, 20 Oct 1998 00:39:47 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I can not figure out how a person is supposed to link a program with a library file when compiling. for an example: I am experimenting with the files in bcsio20?.zip I just want to compile it the way its supposed to be. I have this as my command line gcc term.c -o term.exe -djgpp.djl the only result I get is that gcc gives an error like this ld.exe: -djgpp.djl no such file or directory (enoent) what am i doing wrong? thanks in advance