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: Mingw build problem for TCL


On 7/21/2013 1:08 AM, Jonathan Kelly wrote:
On Jul 20 08:08, Jonathan Kelly wrote:
Not. Comes up with error "The application was unable to start
correctly (0xc0000022).

No, it's not - it compiles and runs as it should when I use the Mingw
directly. It's what I'm using now. I was just trying to give back a
little by reporting a problem.

0xc0000022 is the error code, IIRC, for "couldn't find a DLL that I needed at startup". For the (failing) binary that you compiled using cygwin's mingw-gcc package(s), could you post the result of the following command?

$ i686-pc-mingw32-objdump -p tclsh.exe | grep 'DLL Name'

--
Chuck



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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