mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] compiling on hppa w/o ocamlopt?


From: Mathias Menzel-Nielsen
Subject: Re: [Mldonkey-users] compiling on hppa w/o ocamlopt?
Date: Wed, 27 Nov 2002 20:32:00 +0100
User-agent: Mutt/1.4i

Am Mittwoch, dem 27. November 2002 um 12:52:12 +0100 meinte Pierre Etchemaite:
> Le Tue, 26 Nov 2002 23:16:05 +0100, Mathias Menzel-Nielsen
> <address@hidden> a écrit :
> 
> > So my questions are:
> > Is it possible to compile mldonkey without ocamlopt?
> 
> Have you tried "make byte" instead of "make" ?
I cant make a make, because it stops in the ./configure with:

$./configure
[...]
Testing ocaml version
checking for wget... wget
checking for ocamlopt.opt... no
checking for ocamlopt... no
checking for ocamldep... ocamldep
checking for ocamllex.opt... no
checking for ocamllex... ocamllex
checking for ocamlyacc... ocamlyacc
checking for ocamlmktop... ocamlmktop
checking for camlp4... camlp4
checking for perl... /usr/bin/perl
ocamlc version is 3.06
./configure: -v: command not found
ocamlopt version is
********  Version 3.06 of ocamlopt is required  *********
*******  Check http://ocaml.inria.fr/  ********




because it checks for the version of ocamlopt in ./configure:

8<---8<---8<
OCAMLOPTVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
echo "ocamlopt version is $OCAMLOPTVERSION"

test "$OCAMLOPTVERSION" = "$OCAMLVERSION" || {
  echo "********  Version $REQUIRED_OCAML of ocamlopt is required  *********" 
1>&2;
  echo "*******  Check http://ocaml.inria.fr/  ********" 1>&2;
  exit 1; }
8<---8<---8<
      

-- 
Mathias Menzel-Nielsen <address@hidden> 
pub  1024D/9ABC606E
I love my gentoo!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]