Comment 5 for bug 128152

Revision history for this message
chaying (me-buss777) wrote :

I tried to compile it from the sources : ./configure works and make all give me this messge back :

 make all
ccopt "-D BZ_PREFIX " -c c_gz.c
/bin/sh: ccopt: not found
make: [c_gz.o] Erreur 127 (ignorée)
ccopt "-D BZ_PREFIX " -c c_bz.c
/bin/sh: ccopt: not found
make: [c_bz.o] Erreur 127 (ignorée)
ocamlmklib -oc mlgz c_gz.o c_bz.o -lbz2 -lz
gcc: c_bz.o : Aucun fichier ou répertoire de ce type
gcc: c_gz.o : Aucun fichier ou répertoire de ce type
make: *** [dllmlgz.so] Erreur 2

Yours