Re: MSYS2 "noacl"
Keith Marshall <[email protected]> Fri, 22 Mar 2013 14:31:54 +0000
| Newsgroups | gmane.comp.gnu.mingw.devel |
|---|---|
| Message-ID | <CA+xnXL_VzyD7vOVxmL1kKXqzFOXXxT=XrJXL7fM3p8WCy6_Psw@mail.gmail.com> |
On 22 March 2013 14:16, Teemu Nätkinniemi wrote: > Ok, the problem lies with GCC, at least that's what I suspect. The same > export compiled with Cygwin looks like this: > > [ 26](sec 1)(fl 0x00)(ty 20)(scl 2) (nx 0) 0x0000000000000580 > boot_Win32CORE > > And MSYS2 version looks like this: > > [ 26](sec 1)(fl 0x00)(ty 20)(scl 2) (nx 0) 0x0000000000000580 > _Z14boot_Win32COREP11interpreterP2cv > That looks like the effect of C++ name mangling. > So no wonder linking against this is not going to work. How to fix this? > I have no idea at the moment. > An extern "C" missing somewhere, perhaps? Or, make sure it's being compiled as C, rather than as C++? -- Regards, Keith. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ MinGW-dvlpr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-dvlpr