-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
Description
Get the following error:
ocamlmklib stubs/ext_basic_hash_stubs.o -o bs_hash
/usr/bin/ld: stubs/ext_basic_hash_stubs.o: relocation R_X86_64_PC32 against undefined symbol `caml_hash_mix_string' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
On Arch Linux, with ocaml 4.02.3+buckle-master.
Steps to reproduce:
git clone https://github.com/bloomberg/bucklescript.git --recursive
cs bucklescript/jscomp
make world
make bin/bsc.exe