Closed treinen closed 5 years ago
The default install procedure uses ocamlfind, so the libdir parameter doesn't make sense. Do not use it.
To be more precise, there is an old-install target, which takes the --libdir parameter into account, and create the require directories. This may be more appropriate for what you are trying to do, but this doesn't use ocamlfind. Or is there a standard procedure to package libraries using ocamlfind?
well, I was only following the instructions. README says:
You may use "./configure --help" to check for the different configuration options.
And configure --help lists the --libdir and --with-libdir options. So I guess one should, when installing with findlib, instead use the environment variables explained in findlib.conf(5)?
The --libdir configuration option is not taken into account when doing a make install (I also tried --with-libdir). For instance:
Note that the --bindir option has been taken into account, but not --libdir