From owner-freebsd-questions Sun Apr 4 12:29:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id ED4A314F39 for ; Sun, 4 Apr 1999 12:29:25 -0700 (PDT) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id NAA25853; Sun, 4 Apr 1999 13:26:00 -0600 (MDT) (envelope-from brett@peloton.physics.montana.edu) Date: Sun, 4 Apr 1999 13:26:00 -0600 (MDT) From: Brett Taylor To: Greg Lehey Cc: Tim Preece , freebsd-questions@FreeBSD.ORG Subject: Re: compilation of wdm on 4.0-current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Someone just submitted a patch to make wdm work. I tried it and it appears to now build on my machine at work (2.2.8). You can either grab the port from the GNATs database (pr-10941) or change a line in the Makefile as follows: -CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif" \ +CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif -lXpm -lpng -ltiff" \ Where of course these are all on one line (broken for formatting purposes only). It might be a good idea to add -ljpeg as well, but I haven't tried that. Good luck. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message