From owner-freebsd-questions@freebsd.org Fri Oct 6 18:01:12 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2979E3D533 for ; Fri, 6 Oct 2017 18:01:12 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 354E9686B6 for ; Fri, 6 Oct 2017 18:01:09 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from testbox.news4all.se (testbox.usenet4all.se [10.0.0.3]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id v96I0vow070506; Fri, 6 Oct 2017 20:00:57 +0200 (CEST) (envelope-from bah@bananmonarki.se) Subject: Re: Cannot .configure WindowMaker 0.95.8 - Xmu lib issues To: James Geering , freebsd-questions@freebsd.org References: <1507310201.4831.52.camel@btinternet.com> From: Bernt Hansson Message-ID: <87387108-40f3-62f1-ef70-0a95152d5776@bananmonarki.se> Date: Fri, 6 Oct 2017 20:00:57 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <1507310201.4831.52.camel@btinternet.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 18:01:12 -0000 On 10/06/17 19:16, James Geering wrote: > Hi All, > I have just moved from RedHat and have progressed with the learning > curve > of moving to FreeBSD. I'm running 11.1-release #0 r321309 amd64. > I have installed Xorg and am running WindowMaker 0.95.7 successfully. > Both > installed using "pkg install <***>" > > Out of interested I wanted to try the more recent WindowMaker 0.95.8 > and > downloaded the source from http://windowmaker.org/. I followed the > how-to > of extract and configure steps but am having problems with .configure > step. > The script stops with the information:- > > "checking for Xmu library... configure: error: library Xmu not found" > > however, Xmu library seems to be installed as reported by cd'ing to > /usr/local/ports/x11-toolkits/libXmu/ and issuing "make install clean". > The command reports the library is already installed. Also I find the > *.h > at /usr/local/include/X11/Xmu. However I cannot find a .lib file - > should > I be able to, and if so why does ports think it is installed. The lib file is in /usr/local/lib. Mine is libXmu.so.6.2.0 > Clearly, I am misunderstanding what the error message is telling me. > Thus, > I would be grateful if someone could give me hint of what is going on, > I have Googled extensively but cannot work through this issue - so am > posting here. > > Many thanks for any help! >