Behan Webster wrote: > If I chmod xload.real to 755, xload seems to run ok, although it still > seems to come up with the xaw3d library instead of the xaw95 library...
You said you were using this line: /usr/bin/X11/xload,/usr/X11R6/lib/libXaw95 This tells xaw wrappers to do everything in it's power to prevent any libraires in /usr/X11R6/lib/libXaw95 to be linked with xload. Since that directory doesn't exist in the xaw95[g] packages, it's actually a no-op. If you change it to: /usr/bin/X11/xload,/usr/X11R6/lib/Xaw95 Then you will never see xload using xaw95. But I don't think that's what you wanted, was it? -- see shy jo -- E-mail the word "unsubscribe" to [EMAIL PROTECTED] TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED] .