|
From: Tom H. <th...@cy...> - 2004-02-13 14:58:59
|
In message <203...@we...>
Erik Sundnes LXvlie <Eri...@id...> wrote:
> Actually my program (because of SDL) seems to be linking statically to
> libpthread, and that would be a problem, right?
> How do I link dynamically to libpthread?
Well given that dynamic linking is the default a better question would
be what are you currently doing to force static linking. Whatever it
is you need to stop doing it ;-)
Most likely you have something like -static in your link line that you
need to remove.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|