NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [_release/libOGDF.so] Error 1
also this is my config file:
[GENERAL]
compilerCommand = clang++ -stdlib=libstdc++
compilerParams =
sharedLib = true
libCommand = ar
sharedlibCommand = clang++
ranlibCommand = ranlib
rmCommand = rm -rf
mkdirCommand = mkdir -p
installPrefix = /usr/local
[VERSIONS]
debug = -g3 -O0 -DOGDF_DEBUG -DOGDF_MEMORY_MALLOC_TS
release = -O2 -DOGDF_MEMORY_MALLOC_TS
[OGDF]
libName = libOGDF.a
sharedlibName = libOGDF.so
includeLegacyCode = false
memoryManager =
[COIN]
useCoin = true
libName = libCOIN.a
sharedlibName = libCOIN.so
defaultSolver = CLP
externalSolvers =
solverIncludes =
solverLDFlags =
anything wrong?
best,
F