Re: Undefined References using libtool

2003-12-19 Thread Roy Clemmons
I was able to resolve this problem by linking the stdc++ library in the makefile ( -lstdc++) and changing libtool.m4. Roy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Undefined References using libtool

2003-12-19 Thread Roy Clemmons
Greetings, I am porting a Linux app to Windows using cygwin 1.5.5-1 and libtool 1.5 (1.1220.2.1 2003/04/14 22:48:00). I have successfully compiled the app but when I attempt to link it using libtool I receive many unreferenced errors. A sampling of the errors: undefined reference to `std::ios_b