2.9 and Threads

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
User avatar
Deluge
Earned some good credits
Earned some good credits
Posts: 122
Joined: Fri Apr 30, 2010 4:52 am
Location: USA
Contact:

2.9 and Threads

Post by Deluge »

Are threads enabled by default in 2.9? I compiled with "--enable-threads" option but wasn't sure if I needed to. Also, does having pthreads installed make any difference when compiling? I know that the compiler searches for pthreads.

----- Edit -----

Okay, should have just looked in the config.log:
...
configure:9508: checking for --enable-protocol_file
configure:9538: result: yes
configure:9553: checking for --enable-threads
configure:9583: result: yes
configure:9598: checking for --enable-iniconf
configure:9628: result: no
...
Threads are enabled by default. But my question about pthreads still stands.
Projects:
Debreate
MyABCs
Stendhal

OSes:
Windows 10 Home (missing my Linux & Freebsd :()
Post Reply