Re: Why does link pick up wrong library

2008-04-08 Thread Peter O'Gorman
Hi Tim, Tim Lyons wrote: >> Check that /opt/local/lib/libfreetype.dylib has the correct install_name: >> >> otool -D /opt/local/lib/libfreetype.dylib >> > This gives > tim$ otool -D libfreetype.dylib > libfreetype.dylib: > /usr/local/lib/libfreetype.6.dylib > > So the 'install name' of the librar

Re: Why does link pick up wrong library

2008-04-08 Thread Tim Lyons
Thanks for the reply. On 8 Apr 2008, at 05:10, Peter O'Gorman wrote: Tim Lyons wrote: I must be missing something very elementary here! I am trying to install gnome-python-extras, but the configure step fails. So I have extracted out the failing part, and it fails trying to link because i

Re: Why does link pick up wrong library

2008-04-07 Thread Peter O'Gorman
Tim Lyons wrote: > I must be missing something very elementary here! > > I am trying to install gnome-python-extras, but the configure step > fails. So I have extracted out the failing part, and it fails trying to > link because it can't find /usr/local/lib/libfreetype.6.dylib, which > isn't surpr

Why does link pick up wrong library

2008-04-07 Thread Tim Lyons
I must be missing something very elementary here! I am trying to install gnome-python-extras, but the configure step fails. So I have extracted out the failing part, and it fails trying to link because it can't find /usr/local/lib/libfreetype.6.dylib, which isn't surprising as there is no s