https://d.puremagic.com/issues/show_bug.cgi?id=7044
--- Comment #29 from Leandro Lucarella <[email protected]> 2014-03-07 10:21:20 PST --- (In reply to comment #28) > (In reply to comment #27) > > Added industry keyword, it's starting to impact us seriously at Sociomantic. > > Have you considered building a new runtime lib that includes the libs it > depends on? It's not ideal, but it should solve the case where the runtime > relies on eg librt and therefore needs it later on the command line. This is not actually the best option, because the runtime is statically compiled so we'd have to include the whole dependencies in the .a, and we lose dynamic linking, which mean we don't get security updates from the distribution anymore unless we recompile our stuff with a new version. I think at least we reach an agreement for the solution to adopt, right? If that the case I might give it another shot to the implementation. But I don't want to come up with another PR that gets rejected. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
