This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ linking shared object problem


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]