From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 23:42:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6261065673 for ; Fri, 30 Jan 2009 23:42:52 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1FDC88FC17 for ; Fri, 30 Jan 2009 23:42:51 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 51450AFC204; Fri, 30 Jan 2009 14:42:51 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 30 Jan 2009 14:42:50 -0900 User-Agent: KMail/1.9.10 References: <49832523.60402@futurecis.com> <200901301106.17524.fbsd.questions@rachie.is-a-geek.net> <49838825.7030506@futurecis.com> In-Reply-To: <49838825.7030506@futurecis.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901301442.51094.fbsd.questions@rachie.is-a-geek.net> Cc: William Bentley Subject: Re: Perl5.8 Won't Build 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: Fri, 30 Jan 2009 23:42:52 -0000 On Friday 30 January 2009 14:07:17 William Bentley wrote: > Here is the output: > > (cd /usr/ports/lang/perl5.8/work/perl-5.8.9; /usr/bin/env LANG="" > LC_ALL="" LC_COLLATE="" LC_CTYPE="" LC_MESSAGES="" LC_MONETARY="" > LC_NUMERIC="" LC_TIME="" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local > LOCALBASE=/usr/local X11BASE=/usr/local MOTIFLIB="-L/usr/local/lib -lXm > -lXp" LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -fno-strict-aliasing -pipe" > CXX="c++" CXXFLAGS="-O2 -fno-strict-aliasing -pipe" > MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel > -m 555" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" > BSD_INSTALL_DATA="install -o root -g wheel -m 444" > BSD_INSTALL_MAN="install -o root -g wheel -m 444" make -f makefile all) Mine looks for Makefile (capital M). Did you set a MAKEFILE variable somewhere, like environment variable? -- Mel Problem with today's modular software: they start with the modules and never get to the software part.