From owner-freebsd-questions@FreeBSD.ORG Tue Jun 6 22:13:44 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 42C2516B05D for ; Tue, 6 Jun 2006 21:56:56 +0000 (UTC) (envelope-from lordboink@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF36B43D64 for ; Tue, 6 Jun 2006 21:56:43 +0000 (GMT) (envelope-from lordboink@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so15156nzf for ; Tue, 06 Jun 2006 14:56:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d8LSfpFPQbxVuC5IBg/uQBFgBDVPDEFz29o10GryuWm5Dl7soEX4XmkVP+Y+o91b3KjPyqN30NRFVPTl/IMY/Fnsgzd/ZLhk9ml0aRuzylEFzQ6k5X/KmyQ9Y1bGxN2zHqNtb1fTi6rgs4/eZ/xYf8sxYuGHJP1iqJO2Rz09dcg= Received: by 10.36.250.79 with SMTP id x79mr43410nzh; Tue, 06 Jun 2006 14:56:43 -0700 (PDT) Received: by 10.36.55.17 with HTTP; Tue, 6 Jun 2006 14:56:43 -0700 (PDT) Message-ID: <73cb07950606061456q3dc0e567w7dd4c3869c8da8fc@mail.gmail.com> Date: Tue, 6 Jun 2006 23:56:43 +0200 From: boink To: "Juha Saarinen" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <73cb07950606050541l5ae80462l119bfeba72c3b2fc@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compile courier-imap 4.1.1 fails (/usr/bin/ld: cannot find -lpcre) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 22:13:46 -0000 On 06/06/06, Juha Saarinen wrote: > Why not use courier-imap from the ports collection? Juha, Thank you for your prompt response. As I mentioned, the port also *apparently* fails to find pcre: conftest.c:33:23: pcre/pcre.h: No such file or directory In addition, by default, the port includes options I don't want, and omits some that I do want (although I could change this). Risk averse, I don't want to proceed without either fixing the problem building from source, or continuing with the port, assured not to have problems later. Still stuck! Can anyone help? boink