Troubleshooting compiler errors

2006-12-03 Thread dvmorris
/Troubleshooting-compiler-errors-tf2749026.html#a7669802 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: Troubleshooting compiler errors

2006-12-03 Thread Igor Peshansky
On Sun, 3 Dec 2006, dvmorris wrote: I am trying to compile a linux program on cygwin, and I'm getting the following error: undefined reference to `std::basic_stringchar, std::char_traitschar, std::allocatorchar ::c_str() const' along with about a million other errors that look pretty

Re: Troubleshooting compiler errors

2006-12-03 Thread Tim Prince
[EMAIL PROTECTED] wrote: I am trying to compile a linux program on cygwin, and I'm getting the following error: undefined reference to `std::basic_stringchar, std::char_traitschar, std::allocatorchar ::c_str() const' along with about a million other errors that look pretty similar. I guess my