automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forcing static link of libstdc++


From: Mike Melanson
Subject: Re: Forcing static link of libstdc++
Date: Fri, 22 Sep 2006 09:56:20 -0700
User-agent: Thunderbird 1.5.0.5 (X11/20060802)

Bob Proulx wrote:
What I suggest is to bundle up all of the shared libraries called by
the application and then including them in your installation bundle.
If your only issue is ancillary shared libraries then simply reference
them through LD_LIBRARY_PATH set in a invoking wrapper script.

Sounds like a useful possible solution. However, what if the primary functionality actually resides in a shared library itself? This is a proprietary plugin that another program is expected to load and call. Is there some sort of wrapper trick for that, or is that up to the communication between the app and the plugin?

        Thanks...
--
        -Mike Melanson




reply via email to

[Prev in Thread] Current Thread [Next in Thread]