Browse thread
ocaml svn build failing on mac osx
- Joel Reymont
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Joel Reymont <joelr1@g...> |
| Subject: | ocaml svn build failing on mac osx |
Just wanted to say that the svn trunk still has this issue when using build/fastworld.sh http://groups.google.com/group/fa.caml/browse_thread/thread/fe167069116a27a1/77cc1e7c2bdf613e?lnk=gst&q=%22_unix_initgroups%22&pli=1 This patch fixes it and the build finishes diff --git a/otherlibs/unix/libunix.clib b/otherlibs/unix/libunix.clib index e6ce2d5..7cfa06b 100644 --- a/otherlibs/unix/libunix.clib +++ b/otherlibs/unix/libunix.clib @@ -13,4 +13,4 @@ setgid.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o -utimes.o wait.o write.o +utimes.o wait.o write.o initgroups.o setgroups.o Thanks, Joel --- http://wagerlabs.com