caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* ocaml svn build failing on mac osx
@ 2010-01-09  0:25 Joel Reymont
  0 siblings, 0 replies; only message in thread
From: Joel Reymont @ 2010-01-09  0:25 UTC (permalink / raw)
  To: caml-list

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-09  0:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-09  0:25 ocaml svn build failing on mac osx Joel Reymont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).