Re: [AD] Weak symbols in *nix (was: [AD] Magic main in Windows) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 02 August 2004 15:53, Sam Hocevar wrote:
> Nothing critical; it's just against the Debian policy to have
> undefined weak symbols in libraries, for the reasons I mentioned (plus
> it prevents some other things such as dlopen("liballegro.so")). In
> general, having a library's headers add symbols to the executable is bad
> style.
Ok, I'll change it to use a constructor always and not output a weak
symbol.
Evert