Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-Id: <200108061822.f76IM5D17890@pilot04.cl.msu.edu> Subject: VC++ .lib files with g++ ? To: cygwin AT sources DOT redhat DOT com Date: Mon, 6 Aug 2001 14:22:05 -0400 (EDT) From: "Brian Michael Genisio" X-Mailer: ELM [version 2.4 PL25] Content-Type: text/plain Hey all, I am wondering if it possible to link up against a MS VC++ lib library with g++? I have tried the following : g++ myfile.cpp -ldsound -L./dx/lib where dsound.lib exists in the ./dx/lib directory. This does not complain about not being able to find the dsound library, but it does not seem to link against it. I still get undefined references to functions defined in that lib. Is there a way to compile .lib libraries with your code? Brian -- --------------------------- Brian Genisio genisiob AT pilot DOT msu DOT edu -- 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/