Date: Sat, 24 Apr 1999 13:54:21 -0700 (PDT) From: <kip@lyris.com> To: Alfred Perlstein <bright@rush.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD linking against libc_r instead of libc Message-ID: <Pine.SOL.4.05.9904241351100.23220-100000@luna> In-Reply-To: <Pine.BSF.3.96.990424160611.2095R-100000@cygnus.rush.net>
next in thread | previous in thread | raw e-mail | index | archive | help
This is true -- however the default configuration of egcs on FreeBSD creates a g++ binary which does not recognize the -pthread flag, and neither the egcs package's eg++ nor the pgcc port's eg++ recognize it. prompt> eg++ -pthread myfile.cpp eg++: unrecognized option `-pthread' On Sat, 24 Apr 1999, Alfred Perlstein wrote: > On Sat, 24 Apr 1999 kip@lyris.com wrote: > > > > > > > How do I configure egcs on FreeBSD so that it not only recognizes the > > -pthread flag but also interprets it as linking against libc_r as opposed > > to libc? Any help would be much appreciated. > > Thanks. > > i think -pthread implies linkage against libc_r. > > -Alfred > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9904241351100.23220-100000>