This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: pthread_mutex_init() with gcc-3.4.3 on Tru64 UNIX
On Mon, 11 Jul 2005, Albert Chin wrote:
> On Mon, Jul 11, 2005 at 11:11:30AM -0400, Ishwar Rattan wrote:
> > I first thought that cc linked to /opt/TWWfsw/gcc343/bin/gcc are same.
> > If /opt/TWWfsw/gcc343/bin/gcc was not built locally then it might have
> > posix thread library compiled into it?
>
> cc is the compiler from Compaq. /opt/TWWfsw/gcc343/bin/gcc was built
> locally. It does not have the posix thread library compiled into it.
This is the last one: find the switch for gcc for not using built-in
functions for linking and tell it to do so..
-ishwar