You seem to have installed a bunch of weird dependencies into your environment. 
 I suggest following the wiki with a clean environment.

iconv is included with osx, eglib is the only support glib method on x86_64 
darwin, etc.

-g

On 2010-07-21, at 2:06 PM, Sylvain Pointeau wrote:

> I re-installed libiconv on /usr/local/
> 
> and I run the command:
> 
> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./autogen.sh 
> --prefix=/user/local/mono270/ --host=x86_64-apple-darwin10
> 
> I had a message saying I should not use host but build? do you have an idea?
> what are the value I can put? same as host?
> 
> but I made "make", seems to run now.
> 
> is it correct?
> 
> Best regards,
> Sylvain
> 
> On Wed, Jul 21, 2010 at 6:45 PM, Geoff Norton <[email protected]> wrote:
> You dont; only eglib is supported on x86-64; libiconv is shipped with apples 
> compiler tho; so you'll need to figure out whats wrong with your environment.
> 
> -g
> 
> On 2010-07-21, at 12:41 PM, Sylvain Pointeau wrote:
> 
>> I just made
>> 
>> > svn co http://anonsvn.mono-project.com/source/trunk/mono
>> > ./autogen.sh --prefix=/user/local/mono270/ --host=x86_64-apple-darwin10
>> > make
>> 
>> I have:
>> 
>> Undefined symbols:
>>   "_libiconv_open", referenced from:
>>       _monoeg_g_convert in libeglib.a(libeglib_la-gunicode.o)
>>   "_libiconv_close", referenced from:
>>       _monoeg_g_convert in libeglib.a(libeglib_la-gunicode.o)
>>   "_libiconv", referenced from:
>>       _monoeg_g_convert in libeglib.a(libeglib_la-gunicode.o)
>> ld: symbol(s) not found
>> 
>> 
>> How to force it by taking the glib2 in my /usr/local/ ?
>> 
>> Many thanks for your help,
>> Sylvain
> 
> 

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to