From owner-freebsd-newbies Wed Jul 4 2:58:27 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mail.medisite.net (mail.medisite.net [194.98.201.15]) by hub.freebsd.org (Postfix) with ESMTP id 1A32037B401 for ; Wed, 4 Jul 2001 02:58:25 -0700 (PDT) (envelope-from jean-sebastien.pedron@medisite.net) Received: from medisite.net ([194.98.201.3]) by mail.medisite.net (8.11.2/8.9.3) with ESMTP id f649wLU02970 for ; Wed, 4 Jul 2001 11:58:21 +0200 Message-ID: <3B42E9FD.6090500@medisite.net> Date: Wed, 04 Jul 2001 12:03:41 +0200 From: =?ISO-8859-1?Q?Jean=2DS=E9bastien=20P=E9dron?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628 X-Accept-Language: en-us MIME-Version: 1.0 To: FreeBSD Newbies Subject: Port compilation fails Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I would like to install two softs from the ports collection : - Lynx - Bash2 But none of these ports compile. I've tried with other ports and there is the same problem : compilation fails, but the reasons are always different. For instance, Lynx does not compile because it cannot find 3 headers. The headers are at the right place, but there is no -I/path/to/headers in the compilation command line. For Bash2, installation fails, because wrong options are passed to "mkversion.sh", a script from the bash source tree. The reason is that some variables are not initialized. I use gcc 2.95.3, default installed make tool, and csh. I'm running FreeBSD 4.3. If you have an idea... Jean-Sebastien Pedron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message