On Wed, Feb 22, 2012 at 12:22:50AM +0100, Mel Flynn wrote:
> On 2/21/2012 23:32, Steve Kargl wrote:
> > On Tue, Feb 21, 2012 at 05:00:53PM -0500, Diane Bruce wrote:
> >> On Tue, Feb 21, 2012 at 10:37:15PM +0100, Dimitry Andric wrote:
> >>> On 2012-02-21 20:42, Steve Kargl wrote:
> >>> ...
> >>>> Yes, /lib comes before /usr/local/lib/gcc46.  I suppose
> >>>> that this is a heads up for gerald@. lang/gcc is used by
> >>>> the ports collections to build a large number of other
> >>>> ports, so others are likely to hit this issue.
> >>
> >> Does -rpath not help ?
> > 
> > I already mentioned that I can add '-rpath /usr/local/lib/gcc46'
> > to my various projects.  I can also build with -static to avoid
> > rtld.  One can also use LD_LIBRARY_PATH.  
> 
> Make sure it's your binary pulling in libgcc_s. I just went through a
> few iterations of recompiling mplayer with different *FLAGS and each
> time base gcc_s was pulled in. I then did an ldd -a `which mplayer` and
> saw libschroedinger was the one actually pulling it in.
> 

I already did the ldd song and dance.

-- 
Steve
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to