On Mon, Jul 07, 2003 at 05:34:59PM +0200, Sven Luther wrote: > On Mon, Jul 07, 2003 at 02:28:17PM +0200, Sven Luther wrote: > > On Sun, Jul 06, 2003 at 07:45:31PM +0200, Sven Luther wrote: > > > Hello, ... > > > > > > I have begun work on making a ocaml-3.07 3.06.99.2003.07.05-1 package > > > out of yesterdays CVS, and am working on a patch to add a suffix to the > > > binaries. I will upload packages later today to : > > > > > > http://people.debian.org/~luther/ocaml-3.07 > > > > > > > Ok, i have done a bit more work over lunchtime, and uploaded the new > > packages. They are called ocaml-3.07, ocaml-base-3.07 and so on. Even a > > new ocaml-source-3.07 is included. >
I am trying to build lablgl with ocaml-3.07 and encountered the first problem :((( ocamlc-3.07 -pp camlp4o will not work, you need to use ocamlc-3.07 -pp camlp4o-3.07, which is awkward, and means a modification of all the build scripts, until we have the wrapper script that is. Maybe ocamlc could be patched to add the -3.07 suffix itself ? Or simply have all the build scripts modified so they use a $(CAMLP4O) and not do it in a hacky way right now, but then, maybe other packages are less broken than lablgl. Friendly, Sven Luther

