Sorry for the off-list post, but Sam's MTA doesn't like the one from my
provider's:
| Hi. This is the qmail-send program at mail.gmx.net.
| I'm afraid I wasn't able to deliver your message to the following addresses.
| This is a permanent error; I've given up. Sorry it didn't work out.
|
| :
|
C
Hello Sam,
* Sam Varshavchik wrote on Sun, Sep 26, 2010 at 05:57:43AM CEST:
> By doing some experimenting, I found that that everything appears to
> work nicely, if I put "-Wl,--undefined=Y" into liby.la's
> inherited_linker_flags setting. This apparently carries no impact
> when "sharedly" linkin
I'm looking for a way to specify custom flags for the
"inherited_linker_flags" setting in my .la. It seems like I need this to
implement the semantics of gcc's weak references way I'd like them to work.
The scenario:
libx.la has a weak reference to symbol "Y".
liby.la declares the symbol "Y".