From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 04:34:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B8B16A4CE for ; Thu, 2 Dec 2004 04:34:21 +0000 (GMT) Received: from mfe2.prod.danger.com (mta.prod1.dngr.net [63.241.65.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E4843D58 for ; Thu, 2 Dec 2004 04:34:17 +0000 (GMT) (envelope-from lantal@tmail.com) Received: from [10.12.5.251] (HELO localhost.localdomain) by mfe2.prod.danger.com (CommuniGate Pro SMTP 4.1.6) with ESMTP id 202714105 for freebsd-questions@freebsd.org; Wed, 01 Dec 2004 20:08:26 -0800 Date: Wed, 1 Dec 2004 16:02:10 -0800 X-Mailer: Danger Service Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "freebsd-questions@freebsd.org" Mime-Version: 1.0 From: Laszlo Antal Message-Id: <1101960506.17B458E6@h28.dngr.org> Subject: How can I start a programm after installation?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Laszlo Antal List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:34:21 -0000 Hi, I have FreeBSD 4.10 with KDE. I installed Gimp from /usr/ports/graphics/. I typed make prefix=/usr/local/gimp It took a while and dowloaded a lot of other programms and installed them. After that I typed make prefix=/usr/local/gimp install Again everything looked good no warning or error. But /usr/local/gimp is empty !! In /usr/ports/graphics/gimp there is now a folder called work and in that folder gimp2.0.6 folder. Do I need to run ./configure from that folder And make and than make install ??? I could not find any gimp.sh file to start the programm. Thank you for all the help Laszlo --lantal