Hi Guys

I've not been able to compile a new version of SKS on my old system for over a year. So I decided to build a new os for the job.


ocamlopt -o sks -I lib -I bdb -ccopt -L/usr/lib -ccopt -Lbdb -dtypes -inline 40 unix.cmxa .............. unit_tests.cmx sks.cmx
/usr/bin/ld: cannot find -ldb-4.6
collect2: error: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
make: *** [sks] Error 2


The system has db-5.1 installed so I change the Makefile.local to have -ldb-5.1 but its still looking for 4.6.

Any ideas ?

Mike

_______________________________________________
Sks-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to