see also https://bugzilla.mozilla.org/show_bug.cgi?id=277818

-darin



On 5/21/06, Christian Biesinger <[EMAIL PROTECTED]> wrote:
Antonio Gomes wrote:
> I'd like to make some experiment building mozilla with libstdc++
> linked statically against it ?

Last time I needed that, I compiled GCC with --disable-shared
--enable-static, which automatically made it link libstdc++ statically.

It would probably increase the size of the binary, and may have
licensing issues.

> Anyways, I am wondering where to add such options into CXXFLAGS
> (configure.in ? config/something.mk.in) ?

LDFLAGS I would think.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to