Re: Multilibbing threaded supports

2005-07-20 Thread Kean Johnston
David Edelsohn wrote: The AIX configuration of GCC multilibs thread support. Thank you David, I will go look there. I also noticed that the threads support calls what are really the UI (UNIX International) threads "Solaris" threads. UnixWare supports the same threading API, and I'd like

Re: Multilibbing threaded supports

2005-07-20 Thread David Edelsohn
> Kean Johnston writes: Kean> Is it possible (or if not, desirable) to be able to multilib Kean> around the top level --enable-threads option? On systems Kean> where the threads library is separate from libc, being Kean> able to do so makes sense, as you would only want a threaded Kean> versio

Multilibbing threaded supports

2005-07-20 Thread Kean Johnston
All, Is it possible (or if not, desirable) to be able to multilib around the top level --enable-threads option? On systems where the threads library is separate from libc, being able to do so makes sense, as you would only want a threaded version of (say) libstdc++ if your app is threaded. Otherw