Trouble with linking.
Closed this issue · 3 comments
fxfactorial commented
I'm trying to install on OS X via opam and getting this error.
### stdout ###
# Undefined symbols for architecture x86_64:
# [...]
# UnicodeConverter::~UnicodeConverter() in libblahcaml.a(UnicodeConverter.o)
# UnicodeConverter::~UnicodeConverter() in libblahcaml.a(UnicodeConverter.o)
# "_iconv_open", referenced from:
# UnicodeConverter::Open() in libblahcaml.a(UnicodeConverter.o)
# ld: symbol(s) not found for architecture x86_64
# clang: error: linker command failed with exit code 1 (use -v to see invocation)
# File "caml_startup", line 1:
# Error: Error during linking
# Command exited with code 2.```
darioteixeira commented
I don't have an OSX machine to play with, but googling reveals several seemingly related problems. Have you checked this?
darioteixeira commented
@fxfactorial: Is it okay to close this?
fxfactorial commented
yes, thank you.