[Mono-list] macosx --host=x86_64-apple-darwin10

Geoff Norton gnorton at novell.com
Wed Jul 21 14:15:10 EDT 2010


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 <gnorton at novell.com> 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
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100721/605d640f/attachment-0001.html 


More information about the Mono-list mailing list