[Mono-list] io-layer naming issues on OSX.

Robert Jordan robertj at gmx.net
Sat Oct 14 12:29:02 EDT 2006


Robert Jordan wrote:
> Andreas Färber wrote:
>> What does "we don't use a linker script on macosx"  
>> mean in cleartext?
> 
> Linker script == script for the linker. Mono provides
> a GNU ld script:
> 
> http://svn.myrealbox.com/viewcvs/trunk/mono/mono/mini/ldscript?view=markup
> 
> but no Mac OS X script, because Apple's ld doesn't support
> scripts. It only support full lists of symbols (like MS LINK)
> with the option '-exported_symbols_list <filename>'
> or suppressing lists with '-unexported_symbols_list <filename>'.
> The latter would be suitable to suppress the problematic
> WAPI symbols. Am looking at this.

Oops, WAPI is a global public API, so undefining its symbols
is not an option.

Robert



More information about the Mono-list mailing list