Post-Processing Step

2006-09-28 Thread Mike Melanson
the 'all' target. Better solution? Thanks... -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-26 Thread Mike Melanson
code. We felt it was better to roll with a version that compiled the current code and move forward with making the Player work on current Linux systems. -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-26 Thread Mike Melanson
or version 6. That sounds a *LOT* easier than all the hacks you mention in your blog. At least 2 problems: 1) Having 2 binaries would immediately double the QA effort. 2) So far, there is only one version of gcc that can compile the Flash Player and it is tied to libstdc++ v6. -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-25 Thread Mike Melanson
Mike Melanson wrote: Hi, Is it possible to configure the autotools to force a static link of a particular libstdc++ library, ideally via an elegant solution in the Makefile.am file? Thanks for the assistance on this issue. We eventually produced a satisfactory solution based partially on

Re: Forcing static link of libstdc++

2006-09-22 Thread Mike Melanson
app and the plugin? Thanks... -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-20 Thread Mike Melanson
(it may be worse for both). Generally, I'd consider it ugly. Fortunately, all we are targetting with this binary is Linux/x86 systems. -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-20 Thread Mike Melanson
hout shared components). So we have a shared library plugin comprised mostly of PIC code but with a few non-PIC components. It works unless you have certain configuration options enabled, such as the secure SELinux stuff. -- -Mike Melanson

Re: Forcing static link of libstdc++

2006-09-20 Thread Mike Melanson
Ralf Wildenhues wrote: Hello Mike, * Mike Melanson wrote on Tue, Sep 19, 2006 at 07:22:12PM CEST: Is it possible to configure the autotools to force a static link of a particular libstdc++ library, ideally via an elegant solution in the Makefile.am file? I'm afraid you have to be

Forcing static link of libstdc++

2006-09-19 Thread Mike Melanson
Hi, Is it possible to configure the autotools to force a static link of a particular libstdc++ library, ideally via an elegant solution in the Makefile.am file? Thanks... -- -Mike Melanson