Hi, I'm trying to re-compile ocaml under Snow Leopard (because some packages would not install, because of this error in ocsargs
ld: warning: in /Users/schmitta/godi/lib/ocaml/std-lib/libstr.a, file is not of required architecture ld: warning: in /Users/schmitta/godi/lib/ocaml/std-lib/libcamlrun.a, file is not of required architecture (followed by a bunch of undefined symbols) but I'm getting a segfault: > cd stdlib; /usr/bin/make COMPILER=../boot/ocamlc all > ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags > pervasives.cmi` -c pervas ives.mli > make[9]: *** [pervasives.cmi] Segmentation fault Has anybody seen this? Thanks, Alan _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
