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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: Lange Torsten To: "'Gerrit P. Haase'" Cc: "'cygwin AT cygwin DOT com'" Subject: AW: cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs Date: Tue, 21 Dec 2004 11:01:08 +0100 MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes ...a great hint, I've tried to link against the original DLLs located in the DB2 binary directory and it worked! My link command now looks like this: g++ -obuild/cpp/compiledir/debug/Test.exe build/cpp/compiledir/debug/Test.o -Le:/Programme/SQLLIB/bin -ldb2app -ldb2abind -ldb2g11n -ldb2install -ldb2locale -ldb2osse -ldb2sys -ldb2sysp -ldb2trcapi -ldb2util -ldb2wint -Le:/Programme/SQLLIB/lib -ldb2cli Thanks a lot, Torsten >>[...] > Does this make a difference if a DLL is stripped or not? I am not aware > of this. Have you actually tried to create import libs? If the DLL is stripped an empty 'def'-file will be created. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/