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.
> 

Well, the warnings...

ld: warning: in /opt/local/lib/libncurses.dylib, file was built for unsupported 
file format which is
not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libbz2.dylib, file was built for unsupported 
file format which is not the
architecture being linked (i386)
ld: warning: in /opt/local/lib/libotf.dylib, file was built for unsupported 
file format which is not the
architecture being linked (i386)

alone show that you are trying to build x86_64 with i386 fink which will be 
extremely problematic since we
don't build fat shared libraries for things like ncurses. Also I am still 
baffled as to how you are linking
in from /opt/local/lib. Frankly if you want to build x86_64, I would create a 
new x86_64 fink bootstrap installed at
/sw_x86_64. Also I would prune down your .cshrc/.bashrc to stop dragging in 
includes and/or libs from /opt/local.

> --
> 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