From owner-freebsd-questions Wed Apr 10 08:10:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13635 for questions-outgoing; Wed, 10 Apr 1996 08:10:24 -0700 (PDT) Received: from horst.bfd.com ([204.160.242.10]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA13628 for ; Wed, 10 Apr 1996 08:10:21 -0700 (PDT) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.2]) by horst.bfd.com (8.7.3/8.7.3) with SMTP id IAA14593; Wed, 10 Apr 1996 08:13:44 -0700 (PDT) Date: Wed, 10 Apr 1996 08:11:45 -0700 (PDT) From: "Eric J. Schwertfeger" To: Frank Seltzer cc: freebsd-questions@freebsd.org Subject: Re: FVWM95 won't build In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ha! I finally get to answer a question, rather than ask it. :-) On Tue, 9 Apr 1996, Frank Seltzer wrote: > I am trying to build FVWM95 and get the following errors. Has anyone done > this yet? Yes, I got it to comile, though I haven't had the chance to play with config files enough to get it working For some reason, Fvwm95 isn't linking the X11 library in. In addition, you'll also need to link in the compat library, and it didn't want to link libfvwm95.a I was able to cooerce it into all this by hand, but I haven't fixed the makefiles yet (need to learn make first). I got similar results with both make and gmake, though I *THINK* gmake made it a little farther. It helps to know that Fvwm95 is being developed under Linux, which uses gnu make, and just about everything else gnu.