This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libjava broken on the trunk on i386-darwin8.11


On Tue, Sep 29, 2009 at 10:58 PM, Ralf Wildenhues
<Ralf.Wildenhues@gmx.de> wrote:
> * Andrew Pinski wrote on Wed, Sep 30, 2009 at 07:50:24AM CEST:
>> On Tue, Sep 29, 2009 at 10:34 PM, Ralf Wildenhues wrote:
>> >
>> > More generally though, why don't you simply pass these flags
>> > unconditionally on all systems, not just w32 ones?
>>
>> They were passed unconditionally and that broke darwin. ÂWhich is the
>> reason for the change :).
>
> Oh, sorry about that. ÂIn that case however, why doesn't libjava on
> Darwin have a link dependency on libiconv (or whatever library that
> defines these symbols)? ÂSeems like the better fix to me.
> (Did we already go through this? ÂI can't remember.)

it is not just libiconv but _environ also which is only supplied by
the dynamic linker and there is no library which contains that symbol.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]