--without-threads and its effect on threading

Jonathan Leto jaleto at gmail.com
Sat Jan 30 02:01:13 UTC 2010


Howdy,

> If our configuration system has 'pthread' as one of the necessary libraries to
> link against even after configured with --without-threads, we have a problem.
> Do you know a way to look for that library, or is that in an accessible
> configuration option?
>
> -- c

There seems to only be one mention of pthreads in parrot_config:

(kadath)(~/git/plparrot master )$ parrot_config --dump|grep pthread
icu_shared => '-lpthread -lm -L/opt/local/lib  -licuuc -licudata -lpthread -lm'

Are we getting bit by the fact that ICU was compiled with threads?

Duke



-- 
Jonathan "Duke" Leto
jonathan at leto.net
http://leto.net


More information about the parrot-dev mailing list