Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "326) Why do I get link errors about "XShape" symbols?"
Next document is "328) Why does my X11R6 program crash with undefined symbol"

327) Why do I get link errors about "ICE" and "SM" symbols?

[Last modified: Sep 97]

Answer:  You must link with the the X ICE and/or SM libraries.  For example,

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

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

Parent document is top of "Motif FAQ (Part 9 of 9)"
Previous document is "326) Why do I get link errors about "XShape" symbols?"
Next document is "328) Why does my X11R6 program crash with undefined symbol"