On Sun, Oct 30, 2011 at 07:24:26PM +0100, Peter Dyballa wrote:
> 
> Am 30.10.2011 um 15:49 schrieb Jack Howarth:
> 
> > The fact that your linkages show binaries in /opt/local/lib strongly 
> > suggests that you are mixing MacPorts with fink.
> 
> No, I am not doing that. All I do is to use a compiler built and installed 
> with Fink. Since I am using in CFLAGS -H and in LDFLAGS -Wl,-t I can see 
> which files are used for compilation. It's exactly these two:
> 
>       /sw/lib/gcc4.6/lib/libgcc_ext.10.5.dylib
>       /sw/lib/gcc4.6/lib/gcc/i386-apple-darwin10.8.0/4.6.1/libgcc.a
> 
> Plus /sw/bin/gcc-4.

One other observation. You have to be careful building against the fink 
libraries outside of the fink
packaging system. Even if you have MacPorts installed but disabled, it is still 
possible that configure in
some software may look for includes and libs in /opt/local. You need to insure 
that configure uses
CPPFLAGS -I/sw/include and LDFLAGS=-L/sw/lib so that fink searches there first 
for the includes and libs.
Also, as I mentioned before, fink doesn't provide fat shared libs so you will 
need to install x86_64
fink if the programs require any non-system libraries.

> 
> --
> Greetings
> 
>   Pete
> 
> Remember: use logout to logout.

------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World™ now supports Android™ Apps 
for the BlackBerry® PlayBook™. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to