27 Apr
2010
27 Apr
'10
8:54 p.m.
Martin Mares <mj@ucw.cz> wrote on 2010/04/27 22:29:21:
Hello!
Although i don't like the patch, i can't find a better way to fix this so i will probably merge that.
MJ, do you have some comment on this [*]?
I am getting Internal Server Error at this URL now. Do I guess correctly that it is the patch changing calls of ld to calls of cc?
I suspect that "-nostdlib" and "-Wl" are much less portable than the previous construct with ld (they look like GCCisms to me). Joakim, have you investigated that?
No, when I looked at the configure.in it seemed like you already require gcc so I stopped there. -Wl can be changed to -Xlinker(or similar), dunno if that is more portable though. Jocke