Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 14:57:33 -0700 (PDT)
From:      John Polstra <jdp@polstra.com>
To:        hackers@freebsd.org
Cc:        nate@yogotech.com
Subject:   Re: Trouble with dynamic loading of C++ libs in PHP v4.02 on FreeBSD  4.1
Message-ID:  <200009142157.OAA02976@vashon.polstra.com>
In-Reply-To: <200009142151.PAA24562@nomad.yogotech.com>
References:  <4F88710E19D4D311B36A00508B08FD0F2C84DA@nyplme11.neuilly.ratp> <200009141644.KAA17770@nomad.yogotech.com> <200009142131.OAA02822@vashon.polstra.com> <200009142151.PAA24562@nomad.yogotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200009142151.PAA24562@nomad.yogotech.com>,
Nate Williams  <nate@yogotech.com> wrote:
> > True.  But if we just make it link against "-lgcc" then knowledgeable
> > users can always add "-static" if they know how to deal with the
> > consequences and they need the performance.
> 
> Ahh, but -static implies the entire enchilada is linked static, which
> may not be the case. :(

Then you can sprinkle in the appropriate "-Wl,-Bstatic" and
"-Wl,-Bdynamic" options in the right places.

John
-- 
  John Polstra                                               jdp@polstra.com
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009142157.OAA02976>