This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]