Xref: news2.mv.net comp.os.msdos.djgpp:4665 From: richard durant Newsgroups: comp.os.msdos.djgpp Subject: linking to lib HELP Date: Thu, 06 Jun 1996 01:53:45 -0400 Organization: University of Michigan Lines: 9 Message-ID: <31B67269.446B9B3D@umich.edu> NNTP-Posting-Host: umdesun4.umd.umich.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I need to link to a special lib file that i have copied into the lib dir. when i compile it complains about a function that i call that is in the special library. the name of the file is libpcv.a gxx -lpcv i am assuming that this is the correct way of compiling btw i am using djgpp v2 thanx Richard Durant