darioteixeira / lambdoc

Lambdoc is a library providing support for semantically complex documents in Ocsigen web applications
GNU General Public License v2.0
17 stars 1 forks source link

Trouble with linking. #34

Closed fxfactorial closed 8 years ago

fxfactorial commented 9 years ago

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 9 years ago

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

darioteixeira commented 9 years ago

@fxfactorial: Is it okay to close this?

fxfactorial commented 9 years ago

yes, thank you.