[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
parent"? [Last modified: May 95] Answer: Most likely, you are linking your libraries in the wrong order. You must link -lXm *before* -lXt. Ken Lee Ken Sall (ksall@cen.com) adds: This same error occurs if you combine Motif and Athena widgets in the same application. If you link with "-lXaw" before "- lXm", you get the runtime error. However, if you switch the order of the two libraries, there is no problem. For example: cc mothena.c -o mothena -lXm -lXaw -lXt -lXmu -lX11
Send corrections/additions to the FAQ Maintainer:
Last Update May 13 2007 @ 00:23 AM