3 Sep 2007 10:41
Can't install gui version of unison 2.27.29 with ocaml 3.10
Zdenek Sekera <zdenek.sekera <at> gmail.com>
2007-09-03 08:41:55 GMT
2007-09-03 08:41:55 GMT
I need to have unison on several different architectures (RedHat Enterprise, RH Fedora core, IRIX, and more) and though I found ready-made versions for almost all I needed, they were quite different (from 2.9 for IRIX to 2.27 for Linux) and since this causes problems (guessing from reading the user guide), I decided to build my own version which then would be the same on all machines. Clearly I had to build it from scratch, and I wanted the gui version because it is so much more practical. I downloaded from appropriate sites the latest I could find (believing the latest is the greatest(Continue reading): ocaml-3.10.0 lablgtk-2.6.0.tar.gz unison-2.27.29.tar.gz Since I don't have a root access ("standard" installation installs all pieces in /usr/local/...) on all machines I needed to build a personal version so I built all with --prefix=$HOME no other changes, options whatesover in any Makefile. First ocaml, then lablgtk, then unison. Binaries went to $HOME/bin Libs to $HOME/lib/ocaml
:
ocaml-3.10.0
lablgtk-2.6.0.tar.gz
unison-2.27.29.tar.gz
Since I don't have a root access ("standard" installation
installs all pieces in /usr/local/...) on all machines
I needed to build a personal version so I built all with
--prefix=$HOME
no other changes, options whatesover in any Makefile.
First ocaml, then lablgtk, then unison.
Binaries went to $HOME/bin
Libs to $HOME/lib/ocaml
RSS Feed