From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjl@lucon.org (H.J. Lu) To: neal@ctd.comsat.com (Neal Becker) Cc: egcs@cygnus.com Subject: Re: Another libio patch Date: Fri, 17 Oct 1997 13:49:00 -0000 Message-id: References: X-SW-Source: 1997-10/msg00722.html > > What needs to be done so that -lpthread is not needed on linux/glibc2? > I have applied the patch to /usr/include/libc-lock.h. Rebuilding > libstdc++ doesn't fix it - libstdc++.so still references two symbols > defined in pthread. Do I need to rebuild glibc? > That should not happen. With my patch, those 2 symbols should be weak and ld won't complain. -- H.J. Lu (hjl@gnu.ai.mit.edu)