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: Sylvain LE GALL
Subject: Re: [cameleon-dev] Findlib and beyond infinity...
Date: Sun, 3 Aug 2003 16:11:59 +0200
User-agent: Mutt/1.5.4i

Hello,

I have found the problem concerning non ocamlopt compilation...

It is in fact very simple, the former script compare the full version
string, ie for ocaml 3.06 : "3.06" and for ocaml 3.07+beta1 :
"3.07+beta1". That was the problem. I rebuild it with a sed expresion
just giving 3.06 or 3.07 ( since the comparison of version is made with
a let ... float_of_string ). 

It should work now for ocaml 3.07 ( since i am still in 3.06, it does
work for me ).

The problem with XXX.a has been solved a few day ago. So i think, it
should not reappear. 

Don't forget to do an update of the findlib branch before building.

Cheers
Sylvain LE GALL




reply via email to

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