From owner-cvs-etc Tue Apr 16 00:17:02 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19029 for cvs-etc-outgoing; Tue, 16 Apr 1996 00:17:02 -0700 (PDT) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA18976 Tue, 16 Apr 1996 00:16:41 -0700 (PDT) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id AAA09433; Tue, 16 Apr 1996 00:17:43 -0700 Date: Tue, 16 Apr 1996 00:17:43 -0700 Message-Id: <199604160717.AAA09433@sunrise.cs.berkeley.edu> To: ache@astral.msk.su CC: ache@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org In-reply-to: <199604160633.KAA00778@astral.msk.su> (ache@astral.msk.su) Subject: Re: cvs commit: src/etc make.conf From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > Well, I can't quite understand this, I thought all Motif packages come * > with shared and static libXm. Do you mean "if you want libXm to be * > linked statically"? Or is there a Motif package that comes with only * > static libXm? * * Yes, I have only static libXm. This is weird. MOTIFLIB would default to "-L${X11BASE}/lib -lXm" if MOTIF_STATIC is not set, and this should pick up your static libXm just fine if you don't have the dynamic version. MOTIF_STATIC was intended to *force* static libXm when dynamic libXm also existed. Your case has nothing to do with it. * I don't treat this change as big deal with E-mailing needed, * I just notice that it not covers my case and fix it immediately, * sorry. Well, there clearly is a problem much deeper than just make.conf variables here. That's why I'm always complaining about your "quick fix"es. :( Satoshi