Subject: Re: Dynamic linking is go (again)
To: Marcus Comstedt <marcus@mc.pp.se>
From: Nick Hudson <nick@nthcliff.demon.co.uk>
List: port-dreamcast
Date: 07/03/2003 16:46:43
On Thursday 03 July 2003 3:45 pm, Marcus Comstedt wrote:
[...]
> Btw, I noticed that objects opened with dlopen() can not reference
> symbols in the main binary.  Does anyone know if this is a sh3-related
> issue, or a generic NetBSD bug?  If I link the main binary with the
> shared object, it can access the symbol.

Did you use --export-dynamic when linking the main binary?

Nick