On Mon, Jul 9, 2012 at 11:52 AM, Zouzou wrote: > On 09/07/12 17:16, Simson Garfinkel wrote: >> x86_64-w64-mingw32-g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 >> -fexceptions --param=ssp-buffer-size=4 -Wno-format --static -static-libgcc >> -static-libstdc++ -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow >> -Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization >> -Wfloat-equal -Wmultichar -Wmissing-noreturn -Wstrict-null-sentinel >> -Woverloaded-virtual -Wsign-promo -funit-at-a-time -mthreads >> -shared-libgcc -o tcpflow.exe datalink.o flow.o pcap_fake.o main.o tcpip.o >> xml.o util.o md5.o -lpthreadGC2 -lz -lws2_32 -lgdi32 > > the "-shared-libgcc" flag seems out of place. ;)
And would cause the appearance of -static-libgcc to seem not to work when in essence it was told to ignore it. -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ 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
