Hi;
Looking for a sanity-check. It looks like I get
undefined-alien-function-errors when trying to call defined "weak"
alien functions (which include useful things like C++ constructors!).
Is this expected? I seem to have no such trouble calling "strong"
symbols.
Unfortunately, in the extremely large C++ code base I'd like to call
into, there are lots of weak symbols, and this seems to be correlated
with use of "inline" directives.
If so, my next quest will be to see if I can work some hackery to
turn these into strong symbols. I would like to avoid recompiling
(this is one option) and defining "inline" to be "". Suggestions
appreciated.
-jm
--
==== John Morrison
==== MAK Technologies Inc.
==== 10 Fawcett Street, Cambridge, MA 02138
==== http://www.mak.com/
==== vox:617-876-8085 x115
==== fax:617-876-9208
==== jm@...
|