Closed seliopou closed 9 years ago
I'm not sure ccomp_type
is supposed to be a command. It happens to be always cc
on Unix but I wouldn't rely on that. I'd rather use cc
directly, or bytecomp_c_compiler
.
@diml Sorry for the delay, just pushed the change.
This library did not build properly on FreeBSD because of the hard-coded C compiler in
myocamlbuild.ml
. The file now checksccomp_type
to determine the C compiler to use, which should make the library more portable.Tested on FreeBSD 10.0.
Closes #6