Installing OGDF on macos 10.11

92 views
Skip to first unread message

Francesco Cicconardi

unread,
Nov 9, 2015, 5:55:51 AM11/9/15
to ogdf
Hi everyone,

I was trying to install OGDF on my mac but I got this error while running make.

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

Ivo Hedtke

unread,
Nov 9, 2015, 11:49:45 AM11/9/15
to og...@googlegroups.com
Hi F,

I have the same problems on OS 10.11 with the 2015.05 release.

It looks like ABACUS and COIN are making problems there.

For me, the current snapshot (http://ogdf.net/doku.php/tech:download)
build with cmake works fine. Maybe this is an option for you?

Ivo.

Am 09/11/15 um 11:55 schrieb Francesco Cicconardi:
> --
> You received this message because you are subscribed to the Google
> Groups "ogdf" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ogdf+uns...@googlegroups.com
> <mailto:ogdf+uns...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages