how to specify more than one LDLFAGS

YIRAN LI <[email protected]> Mon, 5 May 2014 18:20:05 +1000
Newsgroups gmane.comp.multimedia.ogg.theora.general
Message-ID <CAN16yyMS73DiytrNimVYTMMrixgMUJ+Cxo4JNuLvpYpfCJpZ=Q@mail.gmail.com>
Hi friends,

I'm build libtheora on MingW W64 and want to get rid of the dependency on
libgcc_s_sjlj-1.dll. I tried to use LDFLAGS=-static-libgcc but seems it
doesn't work.

Someone told me I should use  -static-libgcc -static-libstdc++, but I don't
know how to set it. Should I use
./configure LDFLAGS="-static-libgcc -static-libstdc++"
or
./configure LDFLAGS=-static-libgcc LDFLAGS= -static-libstdc++

Thanks

_______________________________________________
theora mailing list
[email protected]
http://lists.xiph.org/mailman/listinfo/theora