This is the mail archive of the gcc-help@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: pthread_mutex_init() with gcc-3.4.3 on Tru64 UNIX


Hi Ishwar,

Use 'gcc -v' while compiling, and 'ldd a.out' to see loader dynamic libraries.

The '-pthreads' does several things. (The '-v' will help clarify what those things are.)

--Eljay


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