From owner-freebsd-hackers@FreeBSD.ORG Sun Jul 16 20:30:14 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8292016A4DD for ; Sun, 16 Jul 2006 20:30:14 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F38E43D45 for ; Sun, 16 Jul 2006 20:30:14 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.13.7/8.13.7) with ESMTP id k6GKTkhI047911; Sun, 16 Jul 2006 13:29:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.7/8.13.7/Submit) id k6GKTk4q047910; Sun, 16 Jul 2006 13:29:46 -0700 (PDT) (envelope-from sgk) Date: Sun, 16 Jul 2006 13:29:46 -0700 From: Steve Kargl To: Bob Richards Message-ID: <20060716202946.GA47862@troutmask.apl.washington.edu> References: <44BA98A9.9040903@tamara-b.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44BA98A9.9040903@tamara-b.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: LinkLib Issues In freebsd Lazarus X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 20:30:14 -0000 On Sun, Jul 16, 2006 at 03:51:05PM -0400, Bob Richards wrote: > > I recently moved from Linux to FreeBSD as my primary work environment. > My development system of choice is FreePascal. I installed FPC-2.0.2 > from the official FreePascal distribution tar ball, and all > compiled/installed without a hitch; all my CVS sources compile and run. > > My next step was to install Lazarus, the FPC IDE, and here is where I > have run into troubles. > Are you aware of the Ports Collections? See /usr/ports/lang/fpc and /usr/ports/editors/fpc-ide -- Steve