Hi,
On Thu, Jun 11, 2009 at 11:54 AM, Alexandre Julliardjulliard@winehq.org wrote:
Module: wine Branch: master Commit: 857f1e0924f23865038a608ee6834ef524371f20 URL: http://source.winehq.org/git/wine.git/?a=commit;h=857f1e0924f23865038a608ee6...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 11 16:32:42 2009 +0200
configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.
I believe this patch is causing a problem for me on OS X Leopard gcc version 4.0.1 (Apple Inc. build 5465). When I try to compile riched20 with a clean tree at HEAD I am getting this
ld: absolute addressing (perhaps -mdynamic-no-pic) used in _itextHostStdcallVtbl from txthost.o not allowed in slidable image collect2: ld returned 1 exit status winegcc: gcc failed make: *** [riched20.dll.so] Error 2
Is the __ASM_GLOBAL_FUNC stdcall wrapper in txthost.c just borked?
Thanks