Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "325) Why do I get "Error: attempt to add non-widget child "dsm" to"
Next document is "327) Why do I get link errors about "ICE" and "SM" symbols?"

326) Why do I get link errors about "XShape" symbols?

[Last modified: May 95]

Answer:  You must link with the X extensions library, -lXext, after any widget
libraries.  For example,

        cc -o myapp myapp.o -lXm -lXt -lXext -lX11

Ken Lee, http://www.rahul.net/kenton/

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "325) Why do I get "Error: attempt to add non-widget child "dsm" to"
Next document is "327) Why do I get link errors about "ICE" and "SM" symbols?"