This is the mail archive of the gcc-bugs@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]

Re: Problem from 1.1.1 to 1.1.2



  In message <3785FD7F.35B9F1B6@usa.net>you write:
  > Anyway, it seems
  > strange to me that I have to link the pthread library even though I'm not
  > usingthreads.  Do I have to for every executable I create?
The exception handling support routines have to make calls into the threads
package.  So, you'll need to link in pthreads for just about every C++ program
you write.
jeff


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