From xemacs-m  Thu Mar 27 15:11:46 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA22642
	for <xemacs-beta@xemacs.org>; Thu, 27 Mar 1997 15:11:44 -0600 (CST)
Received: from mr2.exu.ericsson.se (mr2.exu.ericsson.com [138.85.147.12]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id PAA24298; Thu, 27 Mar 1997 15:11:12 -0600 (CST)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr2.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id PAA05086; Thu, 27 Mar 1997 15:11:12 -0600 (CST)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id QAA20209; Thu, 27 Mar 1997 16:11:11 -0500
To: Steven L Baur <steve@miranova.com>
cc: xemacs-beta@xemacs.org
References: <vkd8sli8ky.fsf@cdc.noaa.gov>  <m2zpvp3x5u.fsf@altair.xemacs.org> 
Subject: libXaw3d  Re: [19.15final] Success under Solaris-2.5/sparcworks/cc-4.0/X11R6.3 
In-reply-to: (Your message of 27 Mar 1997 12:19:41 PST.)
             <m2zpvp3x5u.fsf@altair.xemacs.org> 
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: Thu, 27 Mar 1997 16:11:10 -0500
Message-ID: <11570.859497070@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:


    sb> Mark Borges writes:
    >> Finally, since I have Xaw3d, I just replaced -lXaw with lXaw3d
    >> in the src/Makefile, and I really like the athena dialogs much
    >> better than the motif dialogs now. Is this the correct way to
    >> link in Xaw3d, or is there some ./configure option available (I
    >> didn't see anything obvious).

    sb> That's a tough call.  The easiest installation on Linux is to
    sb> overwrite libXaw.so with the 3d version.  There isn't any
    sb> reason to have the stock athena around anyway. --

The layout widget is apparently broken in Xaw3d on Linux, but not on
others.  Don't know if this has been fixed yet, but that's a good
reason to keep it around.

What I usually do (not on Linux, though), is to set LD_LIBRARY_PATH to 
point to my Xaw3d libraries.  If Xaw3d is broken, I can always use the 
Xaw library, assuming the build was done using Xaw and not Xaw3d.  

Ray

