--- /Users/Shared/src/guile-1.6.4/libguile/gc_os_dep-orig.c    Thu Oct 16
23:24:42 2003
+++ /Users/Shared/src/guile-1.6.4/libguile/gc_os_dep.c    Thu Oct 16
22:31:31 2003
@@ -376,7 +376,7 @@
 /* Note that SGI IRIX is treated identically to RISCOS.            */
 /* SYSV on an M68K actually means A/UX.                    */
 /* The distinction in these cases is usually the stack starting address */
-# ifndef mach_type_known
+# ifdef mach_type_known
     --> unknown machine type
 # endif
             /* Mapping is: M68K       ==> Motorola 680X0    */



Caught showstopper during make on MacOSX 10.2.8, the following patch to
./libguile/gc_os_dep.c fixes it, but the above is the diff -u your project
requests.

379c379
< # ifndef mach_type_known
---
> # ifdef mach_type_known

BTW, OSX only builds static './configure --disable-shared' and make check
fails, although guile installs and runs.


((lambda (args) (display args)) "
    Robert D. Skeels
     [EMAIL PROTECTED]")



_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to