Submitted by Anonymous on Fri, 06/22/2001 - 13:44. Developers
I am using openmotif with Red Hat 7.0 I have legacy code ported from an HP. When I compile and link I get unresolved link errors in libXm.a regarding XpStartPage, XpEndPage, any about 50 more. Is there a more up to date libXm.a out there??
Mon, 07/02/2012 - 16:01
#1
Unresolved Linker Errors
You need to link with -lXp (after -lXm).