Simson Garfinkel schreef op ma 09-07-2012 om 11:16 [-0400]: > When I try to run under wine (where it's easier to do testing), I get this > error: > > err:module:import_dll Library libgcc_s_sjlj-1.dll (which is needed by > L"Z:\\home\\simsong\\tcpflow\\src\\tcpflow.exe") not found > err:module:import_dll Library pthreadGC2.dll (which is needed by > L"Z:\\home\\simsong\\tcpflow\\src\\tcpflow.exe") not found
Hi, The mingw-pthreads package in Fedora currently only contains a shared library. Therefore gcc will always link to the shared library even when you've supplied the -static flag. I just added the static pthread library to the mingw-pthreads package in Fedora. You can fetch this package from http://koji.fedoraproject.org/koji/buildinfo?buildID=329650 Kind regards, Erik van Pienbroek Fedora MinGW SIG ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
