Wednesday, April 17, 2013

gcc or cmake undefined reference to `_XmStrings'

CMake :

add Xm in target_link_libraries

==================================================
GCC:

Add the path to your Motif-Libary and "-lXm" to the linker-options.

No comments: