> From: Kyle > Sent: Wednesday, April 06, 2011 10:12 AM > > Hi, when trying to compile openssl 1.0.0d with this configure: > > ./Configure mingw64 no-shared > --openssldir="/home/kyle/software/ffmpeg/external-libraries/win64" > > and then this make: > > make CC=x86_64-w64-mingw32-gcc RANLIB=x86_64-w64-mingw32-ranlib > > I get this error: > >... > *** glibc detected *** > /home/kyle/software/mingw-w64/mingw-w64-x86_64/lib/gcc/x86_64- > w64-mingw32/4.6.0/../../../../x86_64-w64-mingw32/bin/ld: > double free or corruption (!prev): 0x0000000002a8aaa0 *** > ======= Backtrace: ========= > /lib/libc.so.6(+0x774b6)[0x2b65b045a4b6] > /lib/libc.so.6(cfree+0x73)[0x2b65b0460c83] > /home/kyle/software/mingw-w64/mingw-w64-x86_64/lib/gcc/x86_64- > w64-mingw32/4.6.0/../../../../x86_64-w64-mingw32/bin/ld[0x4592bc] >... > > Does anyone have any ideas about this?
The program 'ld', which judging from the path is part of mingw, has a bug. > I managed to build the same > openssl version before, using the same command line, and the same > version of binutils. The only thing that has changed is my > gcc version, > I'm not using 4.6.0 and updated my mingw-w64 toolchain. Then I'd either get the bug fixed or revert to a version of mingw which works.______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org