g++ linking shared object problem

Brian Dessent brian@dessent.net
Thu Jun 5 20:31:00 GMT 2008


stamen@kip.uni-heidelberg.de wrote:

> gdb: unknown target exception 0xc0000135 at 0x7c974ed1

It's not corrupt in any way, 0xc0000135 is simply STATUS_DLL_NOT_FOUND. 
If you run it outside of Cygwin from a regular command prompt you will
see a popup message about missing DLL.  You just need to adjust your
PATH correctly so that the DLL can be found by the operating system.

Brian

--
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/



More information about the Cygwin mailing list