gcc-3 on Compaq Tru64 UNIX V5.1B (Rev. 2650)

James E Wilson wilson@specifixinc.com
Sun Aug 1 23:46:00 GMT 2004


Robert M. Stockmann wrote:
> I tried to enable a thread model using :
> ../gcc-3.3.1/configure --enable-threads=posix
> ../gcc-3.3.1/configure --enable-threads=pthreads

--enable-threads=yes will enable the default thread package if one is 
supported.

Looking at the gcc/config.gcc file, and searching for osf...
I don't see thread support in gcc-3.3.x for this target, but there is 
thread support in gcc-3.4.x.  The default (and only) supported thread 
package for gcc-3.4.x is posix.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list