From owner-freebsd-ports@FreeBSD.ORG Mon Sep 11 14:07:06 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 E977716A403 for ; Mon, 11 Sep 2006 14:07:06 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662FF43D45 for ; Mon, 11 Sep 2006 14:07:06 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so2040047pye for ; Mon, 11 Sep 2006 07:07:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kuzvOYSnzJ/PJ14Z0eBC6aIEI+fzPixS2jM9LAzg/91ppWXfHtAKk0pye1dKJzH1IuuVVSmFXuRACfn7CXyz3hSkQm0m1D+1rCBygQCkL5sTbc8HxwwdScvcCdkGTWvSscZjd2wrh7hCvs4rFss4Y/AFYcYCr4BXfWAHIFlrNqk= Received: by 10.35.121.2 with SMTP id y2mr8939536pym; Mon, 11 Sep 2006 07:07:05 -0700 (PDT) Received: by 10.35.90.6 with HTTP; Mon, 11 Sep 2006 07:07:05 -0700 (PDT) Message-ID: Date: Mon, 11 Sep 2006 10:07:05 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: Vittorio In-Reply-To: <10d9d256d0a.vdemart1@tin.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10d9d256d0a.vdemart1@tin.it> X-Google-Sender-Auth: 410cf940981126f7 Cc: freebsd-ports@freebsd.org Subject: Re: Cannot find C# compiler X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 14:07:07 -0000 On 9/11/06, Vittorio wrote: > 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? install ports/lang/mono > > Vittorio > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >