Ralf Höling wrote:
[]
> configure:3859: gcc -o conftest -I/sw/include -I/sw/include -I/sw/include 
> -L/sw/lib -L/sw/lib conftest.c  -liconv >&5
> ld: warning: in /sw/lib/libiconv.dylib, file is not of required architecture

Are you building this by hand, using a 32bit Fink system? If this is the 
case, you need to add (or rather preprend) 
/sw/var/lib/fink/path-prefix-10.6/ to your PATH:

   setenv PATH /sw/var/lib/fink/path-prefix-10.6/:$PATH
(assuming tcsh syntax)

This changes the "gcc" command so that it will build 32bit code on a 
32bit Fink system.

-- 
Martin



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to