Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: RE: Missing lib To: "Robert Collins" Cc: cygwin AT cygwin DOT com, lhall AT rfk DOT com X-Mailer: Lotus Notes Release 5.0.1 (Intl) 16 July 1999 Message-ID: From: Oddvar DOT Myrnes AT stoltoffshore DOT no Date: Mon, 11 Mar 2002 23:28:07 +0100 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on SCS-SVG-M01/SRV/SCS(Release 5.0.5 |September 22, 2000) at 11/03/2002 23:28:07, Itemize by SMTP Server on SCS-SVG-G01/SRV/SCS(Release 5.0.5 |September 22, 2000) at 03/11/2002 11:28:09 PM, Serialize by Router on SCS-SVG-G01/SRV/SCS(Release 5.0.5 |September 22, 2000) at 03/11/2002 11:28:13 PM, Serialize complete at 03/11/2002 11:28:13 PM Content-type: text/plain; charset=us-ascii Hello People Yes, you are right. The reason for the problem was that the system admin just copyd the linux make files, and modified the compile flags. He forgot thei macro: LINK = gcc -ldl Removing the -ldl from the LINK macro fixed the problem. My sinsere apolegies for not investing the problem properly, and many thanks to the good people for the willing hands. Kind Regards Oddvard Myrnes :-) "Robert Collins" , in.com.au> cc: 11.03.2002 18:47 Subject: RE: Missing lib > -----Original Message----- > From: Larry Hall (RFK Partners, Inc) [mailto:lhall AT rfk DOT com] > Perhaps if I (and the list) had a better idea of the > functionality for which > you are looking, I might be able to tell you where you will > find it (assuming that it's in some other library in the > Cygwin environment). It's also > possible that I'm the only one on this list that doesn't know > what libdl.a does! ;-) libdl on linux contains the dl* family of functions, which are exported directly from libcygwin/libc for us. The users app will link fine, AS LONG AS -ldl is not used. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/