From owner-freebsd-ports@FreeBSD.ORG Mon Sep 11 13:51:20 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229B516A403 for ; Mon, 11 Sep 2006 13:51:20 +0000 (UTC) (envelope-from vdemart1@tin.it) Received: from vsmtp2.tin.it (vsmtp2.tin.it [212.216.176.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C11343D5A for ; Mon, 11 Sep 2006 13:51:19 +0000 (GMT) (envelope-from vdemart1@tin.it) Received: from pswm7.cp.tin.it (192.168.70.27) by vsmtp2.tin.it (7.2.072.1) id 4501717000165047 for freebsd-ports@freebsd.org; Mon, 11 Sep 2006 15:51:18 +0200 Message-ID: <10d9d256d0a.vdemart1@tin.it> Date: Mon, 11 Sep 2006 14:51:18 +0100 (GMT+01:00) From: Vittorio To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: 194.185.25.72 Subject: Cannot find C# compiler X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vittorio List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 13:51:20 -0000 I'm trying to make my first port, "incollector" using the linux incollector.tar.gz file. Now after having carefully read the INSTALL file I tried to configure the package (I use tcsh) as suggested in the instructions with sh ./configure CC=/usr/bin/gcc -- prefix=/tmp/incollector --exec-prefix=/tmp/incollector but checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking target system type... i686-pc- linux-gnulibc1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking for pkg- config... /usr/local/bin/pkg-config checking for csc... no checking for mcs... no checking for mono... no configure: error: No C# compiler found I tried also with /usr/bin/g++ to no avail. What's wrong with it? What shall I do? Vittorio