[SMI] Smi/Examples do not link correctly
Hans Pirnay
hans.pirnay at rwth-aachen.de
Mon Sep 27 06:23:30 EDT 2010
Hello everyone,
there seems to be a small error in the Makefile of Smi/examples/
(trunk rev. 496)
The libraries were installed into lib, not lib/coin and
lib/ThirdParty, so I had to change the line
CXXLINKFLAGS = -Wl,--rpath
-Wl,/home/hans/workbench/smi-trunk/build/lib/coin -Wl,--rpath
-Wl,/home/hans/workbench/smi-trunk/build/lib/coin/ThirdParty
to
CXXLINKFLAGS = -Wl,--rpath -Wl,/home/hans/workbench/smi-trunk/build/lib
for the linker to work correctly.
best
Hans
More information about the SMI
mailing list