From: "cwg" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Psuedo Newbie - Rhide - PmCom question. Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-Complaints-To: abuse AT usenetserver 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. NNTP-Posting-Date: Tue, 05 Nov 2002 22:29:55 EST Organization: WEBUSENET.com Date: Tue, 5 Nov 2002 21:36:24 -0600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Well, well, well. Rhide info answered my question for me, to build a library just create a project, add the necessary files, change the target filename to .a and away we go! Then you add the library directly to the project. The linker now sees the library, and properly opens and references it. Now, unfortunately, I have to probably contact the author of the package for I'm getting a linker error to an undefined reference, or I didn't include everything I was supposed to in the library. Error: libcom.a(irq_g.o): In function 'InstallIRQ': irq_g.c(157) Error: undefined reference to ;'IRQWrappers' .... Sigh. "cwg" wrote in message news:HAZx9.15650$bE1 DOT 1453 AT news DOT bellsouth DOT net... > I am starting to look at that maybe it's not a Rhide/PmCom problem insomuch > as my not fully understanding the environment in which I am working with. So > let me ask the question this way, how does one intergrate / develop a > library for the djgpp package to 'see' when one calls upon an object from > that library. > > >