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: <029f01c2d8c0$0c2f1d90$526286d9@webdev> From: "Elfyn McBratney" To: "cygwin" , "Manu Anand" References: <5575473D4532D411BE4C009027E8C8380AB81507 AT masblrexc02 DOT mascotsystems DOT com> Subject: Re: g++ linking probs Date: Thu, 20 Feb 2003 09:11:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > Hi > I have libcppunit.la and libcppunit.a > That'll be static,right?? > > How do I link it then? > -Manu > Like so g++ -W -Wall -ansi -pedantic -I/usr/local/include -L /usr/local/lib libcppunit.a prog.cxx But it's static so it won't make any difference. Sorry I'm all out! > > > /home/Administrator/work/cxx/tests/Employee.cpp:72: undefined reference > > to > > > `CppUnit::TestCase::TestCase[not-in-charge](std::basic_string > > std::char_traits, std::allocator >)' > > > > > > > > /cygdrive/c/TEMP/ccL6jx4L.o(.text$_ZN7CppUnit16TestSuiteBuilderI12Employee > > Te > > > > > stE7addTestEPNS_4TestE+0x1c):/home/Administrator/work/cxx/tests/Employee.c > > pp > > > :70: undefined reference to > > `CppUnit::TestSuite::addTest(CppUnit::Test*)' > > > > > > This is thrown for every method call. > > > > > > Did you build libcppunit as a static lib or a shared (.dll) lib? It the > > latter then try linking eith the static lib (adding libcppunit.a on the > > end). Regards, Elfyn McBratney elfyn AT exposure DOT org DOT uk www.exposure.org.uk -- 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/