Hello,
I am trying to build GLEW library. I have the following output:
gcc -DGLEW_NO_GLU -O2 -Wall -W -Iinclude -DGLEW_BUILD -o
tmp/mingw/default/shared/glew.o -c src/glew.c
gcc -shared -Wl,-soname,libglew32.dll
-Wl,--out-implib,lib/libglew32.dll.a -o lib/glew32.dll tmp/mingw/default
/shared/glew.o -L/mingw/lib -lopengl32 -lgdi32 -luser32 -lkernel32
strip -x lib/glew32.dll
gcc -DGLEW_NO_GLU -DGLEW_STATIC -O2 -Wall -W -Iinclude -DGLEW_BUILD -o
tmp/mingw/default/static/glew.o -c src/gl
ew.c
ar cr lib/libglew32.a tmp/mingw/default/static/glew.o
strip -x lib/libglew32.a
make: *** [lib/libglew32.a] Error 5
And a window with text "strip.exe has stoped working". Does somebody
know what can be wrong?
I had a similar error with dlltool.exe, when I built another library.
With Best Regards,
------------------------------------------------------------------------------
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
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public