cameleon-dev
[Top][All Lists]
Advanced

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

Re: [cameleon-dev] Findlib and beyond infinity...


From: Alan Schmitt
Subject: Re: [cameleon-dev] Findlib and beyond infinity...
Date: Fri, 1 Aug 2003 16:15:16 -0400
User-agent: Mutt/1.5.4i

* Sylvain LE GALL (address@hidden) wrote:
> Hello,
> 
> Exactly what i want to see...
> 
> You seems to have no ocamlopt compiler. So the master.Makefile choose to
> build only cma lib... And install .cma .cmi META and .a[1]...
> 
> [1] : no more, it is an error. Since .a are reserver for opt... ( i
> just commit the correction, very easy, only one line for all the lib ).
> 
> Thanks for the remark ( i should try to build without ocamlopt ).
> 
> Sylvain LE GALL
> 
> ps : where i can find more info about ocaml 3.07

I think the ./configure is broken:

address@hidden:/usr/src/ocaml/cameleon> ./configure 
checking for ocamlc... /usr/local/bin/ocamlc
checking for ocaml... /usr/local/bin/ocaml
checking for camlp4... /usr/local/bin/camlp4
3.07
Ocaml version is 3.07
OCaml version 3.07 is ok
checking for ocamlopt... /usr/local/bin/ocamlopt
checking ocamlopt version... differs from ocamlc; ocamlopt discarded.
checking for ocamlc.opt... /usr/local/bin/ocamlc.opt
checking ocamlc.opt version... differs from ocamlc; ocamlc.opt discarded.
checking for ocamldep... /usr/local/bin/ocamldep
checking for ocamllex... /usr/local/bin/ocamllex
checking for ocamlyacc... /usr/local/bin/ocamlyacc
checking for ocamldoc... /usr/local/bin/ocamldoc
checking for ocamlfind... /usr/local/bin/ocamlfind
Temporary building library in /usr/src/ocaml/cameleon/build
checking platform... NotWin32
ocaml library path is /usr/local/lib/ocaml
checking for prefix by checking for ocamlc... /usr/local/bin/ocamlc
Binaries will be installed in /usr/local/bin
Libraries will be installed in /usr/local/lib/ocaml/cameleon
Man pages will be installed in /usr/local/man
Pixmaps will be installed in /usr/local/share/pixmaps
Templates will be installed in /usr/local/share/templates
Plug-ins will be installed in /usr/local/share/plugins
configure: creating ./config.status
config.status: creating master.Makefile
config.status: creating cameleon/cam_installation.ml
config.status: creating omom/rc/template_omom_part2


address@hidden:/usr/src/ocaml/cameleon> ocamlc -v
The Objective Caml compiler, version 3.07+beta 1
Standard library directory: /usr/local/lib/ocaml

address@hidden:/usr/src/ocaml/cameleon> ocamlopt -v
The Objective Caml native-code compiler, version 3.07+beta 1
Standard library directory: /usr/local/lib/ocaml

I guess the "+beta 1" is breaking something in the version detection.

Alan

-- 
The hacker: someone who figured things out and made something cool happen.




reply via email to

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