darioteixeira/lambdoc

Trouble with linking.

Closed this issue · 3 comments

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.```

I don't have an OSX machine to play with, but googling reveals several seemingly related problems. Have you checked this?

@fxfactorial: Is it okay to close this?

yes, thank you.