On 4/30/13 8:16 AM, Simon Dornseifer wrote:
>
> On 30 Apr 2013, at 16:37, Alexander Hansen wrote:
>
>> On 4/30/13 6:06 AM, Simon Dornseifer wrote:
>>> Hi guys,
>>>
>>> I run fink-0.34.7 on Mac OS X 10.6.8.
>>
>> What Xcode version?
>
> Version 3.2.6
>
> I couldn't find a more recent version for Snow Leopard so far. Any hints on 
> that would also be great.
>
>>
>>>
>>> During the installation of octave (fink install octave) the following error 
>>> occurred. The whole installation output installation can be found in the 
>>> attached TXT file. Neither restriction of Max. Fink build jobs to 1 nor 
>>> another selfupdate helped.
>>>
>>> I hope to find a solution for installing octave via fink on my system.
>>>
>>> Best regards,
>>> Simon
>>>
>>>
>>>
>>> /usr/bin/make -f Makefile.doxygen    PERL=/usr/bin/perl all
>>> c++ -c -pipe -D__FreeBSD__=6 -DYY_TYPEDEF_YY_SIZE_T -Dyy_size_t=int -Wall 
>>> -W -Wno-deprecated-declarations -O2 -I../qtools -I../libmd5 -I. 
>>> -I/sw/include -o ../objects/main.o main.cpp
>>> c++ -Wl,-search_paths_first -o ../bin/doxygen ../objects/main.o  -L../lib 
>>> -L/sw/lib -ldoxygen -ldoxycfg -lqtools ../lib/libmd5.a -lpthread -liconv 
>>> -framework CoreServices
>>> Undefined symbols:
>>>    "_iconv_close", referenced from:
>>>        _portable_iconv_close in libdoxycfg.a(portable_c.o)
>>>       (maybe you meant: _portable_iconv_close)
>>>    "_iconv", referenced from:
>>>        _portable_iconv in libdoxycfg.a(portable_c.o)
>>>       (maybe you meant: _portable_iconv, _portable_iconv_close , 
>>> _portable_iconv_open )
>>>    "_iconv_open", referenced from:
>>>        _portable_iconv_open in libdoxycfg.a(portable_c.o)
>>>       (maybe you meant: _portable_iconv_open)
>>> ld: symbol(s) not found
>>> collect2: ld returned 1 exit status
>>> make[2]: *** [../bin/doxygen] Error 1
>>> make[1]: *** [all] Error 2
>>> make: *** [all] Error 2
>>> ### execution of make failed, exit code 2
>>> ### execution of /tmp/fink.C8KXU failed, exit code 2
>>> Removing runtime build-lock...
>>> Removing build-lock package...
>>> /sw/bin/dpkg-lockwait -r fink-buildlock-doxygen-1.8.3.1-1
>>> (Reading database ... 4780 files and directories currently installed.)
>>> Removing fink-buildlock-doxygen-1.8.3.1-1 ...
>>> Updating the list of locally available binary packages.
>>> Scanning dists/stable/main/binary-darwin-i386
>>> New package: 
>>> dists/stable/main/binary-darwin-i386/x11/app-defaults_20010814-12_darwin-i386.deb
>>> Failed: phase compiling: doxygen-1.8.3.1-1 failed
>>>
>>>
>>>
>>
>> We've seen this one before.  The build has picked up an incorrect iconv 
>> header file.
>>
>> If you have a /usr/local/include/iconv.h then I'd recommend temporarily 
>> renaming /usr/local while you build with Fink.  Otherwise, try "fink rebuild 
>> libiconv" to refresh your libiconv package and then try your doxygen (or 
>> octave) install again--it was reported that reinstalling libiconv solved 
>> this issue.
>
> /usr/local/include/iconv.h doesn't exist on my system
>
> I run 'fink rebuild libiconv' but still getting same error message while 
> installing doxygen
>
>
>>

Xcode 3.2.6 should be fine.  Apple temporarily put out a 4.2 version 
which required either a developer account or payment, but that seems to 
be gone now.

What do you get from

  grep libiconv_open /sw/include/iconv.h

?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
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