John Tytgat wrote:
In message <[EMAIL PROTECTED]>
If it works, it will be simplier than what you have but at the expense that all those pthread routines will be put in static programs, even if they are not C++ programs. Creating an extra library (libpthread.a) which needs to get in the linker line feels a bit as overkill.
We do this anyway, to fool autoconf, and other build systems in certain cases. But the problem here is that is isn't always used, so this solution won't be reliable unless it is forced into the linker command line or something. I think your solution is better. _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
