From owner-freebsd-questions Mon Jul 20 15:31:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28807 for freebsd-questions-outgoing; Mon, 20 Jul 1998 15:31:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Octopussy.MI.Uni-Koeln.DE (Octopussy.MI.Uni-Koeln.DE [134.95.166.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28746; Mon, 20 Jul 1998 15:31:10 -0700 (PDT) (envelope-from se@dialup124.zpr.uni-koeln.de) Received: from dialup124.zpr.Uni-Koeln.DE (dialup124.zpr.Uni-Koeln.DE [134.95.219.124]) by Octopussy.MI.Uni-Koeln.DE (8.8.8/8.8.8) with ESMTP id AAA23836; Tue, 21 Jul 1998 00:30:42 +0200 (MET DST) Received: (from se@localhost) by dialup124.zpr.Uni-Koeln.DE (8.8.8/8.6.9) id AAA00626; Tue, 21 Jul 1998 00:26:49 +0200 (CEST) X-Face: " Date: Tue, 21 Jul 1998 00:26:49 +0200 From: Stefan Esser To: "Peter D. Pawelek" , anxiety@primenet.com, freebsd-questions@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG, Stefan Esser Subject: Re: KDE-1.0 References: <98071909442900.07043@myname.my.domain> <19980719201020.A244@axess.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <19980719201020.A244@axess.com>; from Peter D. Pawelek on Sun, Jul 19, 1998 at 08:10:20PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 1998-07-19 20:10 -0400, "Peter D. Pawelek" wrote: > You may want to try using gmake to compile instead of the BSD make utility. > I found that I was unable to compile the KDE-graphics package with make, > but it compiled flawlessly with gmake. A good rule of thumb when 'rolling > your own' is to use gmake when the FreeBSD make pukes. Many of the KDE Makefiles assume you are using GMAKE, since the developers obviously do. But the dependencies are often very easy to replace by POSIX make constructs, and that is what most of the patches in the FreeBSD ports of KDE are about. Only the KPATHSEA sub directory within kdegraphics/kdvi heavily depended on GNU-Make, and this seems to no longer be the case (after visual inspection of the Makefile). Regards, STefan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message