Par of the failure should be fixed by the following patchlet. However, there is another subsequent failure after applying this.

Thanks,

--- orig/libgst/md-config.h
+++ mod/libgst/md-config.h
@@ -87,7 +87,7 @@
 # define REG_AVAILABILITY 0
 # define __DECL_REG1 __asm("%esi")
 # define __DECL_REG2 __asm("%edi")
-# ifdef PIC
+# if defined __PIC__ || defined __pic__
# define __DECL_REG3 __asm("%edx") /* Don't conflict with GOT pointer... */
 # else
# define __DECL_REG3 __asm("%ebx") /* ...but prefer a callee-save reg. */

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to