help-gplusplus
[Top][All Lists]
Advanced

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

Re: Link to static library from DSO without exporting symbols?


From: Paul Pluzhnikov
Subject: Re: Link to static library from DSO without exporting symbols?
Date: Fri, 29 Sep 2006 22:58:30 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Paul Pluzhnikov <ppluzhnikov-nsp@charter.net> writes:

>> If I don't use --whole-archive it 
>> obviously means I only want code to be linked in *my* object files require. 
>
> No, that is not at all obvious.

I said it wrong, sorry.

Yes, it's obvious that you want only code that your object files
require (and code that that these objects that you do link in need,
and code that they in turn require). 

But it says *nothing* about what symbols you want exported.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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