Re: ld/Xm/Xt question

1999-06-22 Thread Martin Waller
That's normal - I don't know enough to tell you why, but when linking X libs, x11 goes last, Xt next and then Xm first (or Xaw for athena): -lXm -lXt -lX11 That's the way it is and it is documented in various basic intros to X (see http://www.rahul.net/kenton/xsites.framed.html for loads of st

Re: ld/Xm/Xt question

1999-06-22 Thread Branden Robinson
On Mon, Jun 21, 1999 at 07:21:14AM -0700, [EMAIL PROTECTED] wrote: > A few weeks ago I wrote and asked about a problem with X on Slink. Due to the > under whelming response (including the developers list, except for Oleg who > did > give me some useful info) I upgraded to XFree 3.3.3 from the netg

Re: ld/Xm/Xt question

1999-06-21 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Mon, 21 Jun 1999 [EMAIL PROTECTED] wrote: > my test case that worked I had -lXm before -lXt, and the main app had -lXT > -lXm > on the compile line. Both cases compiled cleanly, without warnings > or errors, just the app with -lXt -lXm would seg fault and