Hello Dan,
On May 6, 2:02 pm, danjanies <
danjan...@gmail.com> wrote:
> Hello
> I am having a hard time compiling on some pretty standard hardware and
> linux distro (details below).
>
> I have tried several compile scripts - the config want works but then
> the make fails with the error below
>
> Cannot find file camlp4fulllib.cmxa
> make[1]: *** [poy] Error 2
> make[1]: Leaving directory `/home/danjanies/poy_build2635/src'
> make: *** [all] Error 2
>
I'm quite sure that you have an incomplete OCaml installation. If you
compiled it yourself, make sure that you did:
make world
make opt
make opt.opt
make install
If you didn't, then it's your distro's fault. Some of them mess with
OCaml, Ubuntu has, for example, a pretty bad support for small (from
their point of view), projects like OCaml, and lags behind the
excellent support of Debian.
So you might have to just install OCaml yourself, then make clean, and
make again POY.
Andres
> Linux version 2.6.18-53.1.14.el5 (
mockbu...@builder6.centos.org) (gcc