Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] problème de compilation de caml light 0.75 sous la mandrake 9.2
@ 2004-03-02 18:47 Vermeulen Adrien
  0 siblings, 0 replies; only message in thread
From: Vermeulen Adrien @ 2004-03-02 18:47 UTC (permalink / raw)
  To: caml-list

J'ai réussi à compiler tout ce qui se trouvait dans le dossier src, mais pour 
ce qui est des contrib c'est une autre histoire.
J'ai déjà corrigé quelques bugs ( patch config.h , retouche de error_message 
de sys.c: problème de strerror) de sorte que la compilation de libunix 
progresse plus loin mais s'arrête néanmoins ici :

libunix]$ make
cc -I../../src/runtime -O    -c -o accept.o accept.c
cc -I../../src/runtime -O    -c -o access.o access.c
cc -I../../src/runtime -O    -c -o addrofstr.o addrofstr.c
cc -I../../src/runtime -O    -c -o alarm.o alarm.c
cc -I../../src/runtime -O    -c -o bind.o bind.c
cc -I../../src/runtime -O    -c -o chdir.o chdir.c
cc -I../../src/runtime -O    -c -o chmod.o chmod.c
cc -I../../src/runtime -O    -c -o chown.o chown.c
cc -I../../src/runtime -O    -c -o chroot.o chroot.c
cc -I../../src/runtime -O    -c -o close.o close.c
cc -I../../src/runtime -O    -c -o closedir.o closedir.c
cc -I../../src/runtime -O    -c -o connect.o connect.c
cc -I../../src/runtime -O    -c -o cst2constr.o cst2constr.c
cc -I../../src/runtime -O    -c -o cstringv.o cstringv.c
cc -I../../src/runtime -O    -c -o dup.o dup.c
cc -I../../src/runtime -O    -c -o dup2.o dup2.c
cc -I../../src/runtime -O    -c -o envir.o envir.c
cc -I../../src/runtime -O    -c -o errmsg.o errmsg.c
cc -I../../src/runtime -O    -c -o execv.o execv.c
cc -I../../src/runtime -O    -c -o execve.o execve.c
cc -I../../src/runtime -O    -c -o execvp.o execvp.c
cc -I../../src/runtime -O    -c -o exit.o exit.c
cc -I../../src/runtime -O    -c -o fchmod.o fchmod.c
cc -I../../src/runtime -O    -c -o fchown.o fchown.c
cc -I../../src/runtime -O    -c -o fcntl.o fcntl.c
cc -I../../src/runtime -O    -c -o fork.o fork.c
cc -I../../src/runtime -O    -c -o ftruncate.o ftruncate.c
cc -I../../src/runtime -O    -c -o getcwd.o getcwd.c
cc -I../../src/runtime -O    -c -o getegid.o getegid.c
cc -I../../src/runtime -O    -c -o getenv.o getenv.c
cc -I../../src/runtime -O    -c -o geteuid.o geteuid.c
cc -I../../src/runtime -O    -c -o getgid.o getgid.c
cc -I../../src/runtime -O    -c -o getgr.o getgr.c
cc -I../../src/runtime -O    -c -o getgroups.o getgroups.c
cc -I../../src/runtime -O    -c -o gethost.o gethost.c
cc -I../../src/runtime -O    -c -o gethostname.o gethostname.c
cc -I../../src/runtime -O    -c -o getlogin.o getlogin.c
cc -I../../src/runtime -O    -c -o getpeername.o getpeername.c
cc -I../../src/runtime -O    -c -o getpid.o getpid.c
cc -I../../src/runtime -O    -c -o getppid.o getppid.c
cc -I../../src/runtime -O    -c -o getproto.o getproto.c
cc -I../../src/runtime -O    -c -o getpw.o getpw.c
cc -I../../src/runtime -O    -c -o getserv.o getserv.c
cc -I../../src/runtime -O    -c -o getsockname.o getsockname.c
cc -I../../src/runtime -O    -c -o gettimeofday.o gettimeofday.c
cc -I../../src/runtime -O    -c -o getuid.o getuid.c
cc -I../../src/runtime -O    -c -o gmtime.o gmtime.c
cc -I../../src/runtime -O    -c -o ioctl.o ioctl.c
cc -I../../src/runtime -O    -c -o kill.o kill.c
cc -I../../src/runtime -O    -c -o link.o link.c
cc -I../../src/runtime -O    -c -o listen.o listen.c
cc -I../../src/runtime -O    -c -o lockf.o lockf.c
cc -I../../src/runtime -O    -c -o lseek.o lseek.c
cc -I../../src/runtime -O    -c -o mkdir.o mkdir.c
cc -I../../src/runtime -O    -c -o mkfifo.o mkfifo.c
cc -I../../src/runtime -O    -c -o nice.o nice.c
cc -I../../src/runtime -O    -c -o open.o open.c
cc -I../../src/runtime -O    -c -o opendir.o opendir.c
cc -I../../src/runtime -O    -c -o pause.o pause.c
cc -I../../src/runtime -O    -c -o pipe.o pipe.c
cc -I../../src/runtime -O    -c -o read.o read.c
cc -I../../src/runtime -O    -c -o readdir.o readdir.c
cc -I../../src/runtime -O    -c -o readlink.o readlink.c
cc -I../../src/runtime -O    -c -o rename.o rename.c
cc -I../../src/runtime -O    -c -o rewinddir.o rewinddir.c
cc -I../../src/runtime -O    -c -o rmdir.o rmdir.c
cc -I../../src/runtime -O    -c -o select.o select.c
cc -I../../src/runtime -O    -c -o sendrecv.o sendrecv.c
cc -I../../src/runtime -O    -c -o setgid.o setgid.c
cc -I../../src/runtime -O    -c -o setuid.o setuid.c
cc -I../../src/runtime -O    -c -o shutdown.o shutdown.c
cc -I../../src/runtime -O    -c -o signal.o signal.c
cc -I../../src/runtime -O    -c -o sleep.o sleep.c
cc -I../../src/runtime -O    -c -o socket.o socket.c
cc -I../../src/runtime -O    -c -o socketaddr.o socketaddr.c
cc -I../../src/runtime -O    -c -o socketpair.o socketpair.c
cc -I../../src/runtime -O    -c -o stat.o stat.c
cc -I../../src/runtime -O    -c -o strofaddr.o strofaddr.c
cc -I../../src/runtime -O    -c -o symlink.o symlink.c
cc -I../../src/runtime -O    -c -o termios.o termios.c
cc -I../../src/runtime -O    -c -o time.o time.c
cc -I../../src/runtime -O    -c -o times.o times.c
cc -I../../src/runtime -O    -c -o truncate.o truncate.c
cc -I../../src/runtime -O    -c -o umask.o umask.c
cc -I../../src/runtime -O    -c -o unix.o unix.c
cc -I../../src/runtime -O    -c -o unlink.o unlink.c
cc -I../../src/runtime -O    -c -o utimes.o utimes.c
cc -I../../src/runtime -O    -c -o wait.o wait.c
cc -I../../src/runtime -O    -c -o waitopt.o waitopt.c
cc -I../../src/runtime -O    -c -o waitpid.o waitpid.c
cc -I../../src/runtime -O    -c -o write.o write.c
rm -f libunix.a
ar rc libunix.a accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o 
chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o 
dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o 
fcntl.o fork.o ftruncate.o getcwd.o getegid.o getenv.o geteuid.o getgid.o 
getgr.o getgroups.o gethost.o gethostname.o getlogin.o getpeername.o getpid.o 
getppid.o getproto.o getpw.o getserv.o getsockname.o gettimeofday.o getuid.o 
gmtime.o ioctl.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o 
nice.o open.o opendir.o pause.o pipe.o read.o readdir.o readlink.o rename.o 
rewinddir.o rmdir.o select.o sendrecv.o setgid.o setuid.o shutdown.o signal.o 
sleep.o socket.o socketaddr.o socketpair.o stat.o strofaddr.o symlink.o 
termios.o time.o times.o truncate.o umask.o unix.o unlink.o utimes.o wait.o 
waitopt.o waitpid.o write.o
if test -f /usr/bin/ranlib -o -f /bin/ranlib; then ranlib libunix.a; else 
true; fi
camlc -c -W unix.mli
camlc -c -W unix.ml
Cannot find the compiled interface file iunix.zi.
make: *** [unix.zo] Erreur 2

Que faire?

Merci d'avance de votre aide.

Cordialement,

Adrien Vermeulen

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


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

only message in thread, other threads:[~2004-03-02 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-02 18:47 [Caml-list] problème de compilation de caml light 0.75 sous la mandrake 9.2 Vermeulen Adrien

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox