From owner-freebsd-questions@FreeBSD.ORG Thu Aug 12 00:25:04 2004 Return-Path: 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 C9F5C16A4DD for ; Thu, 12 Aug 2004 00:25:04 +0000 (GMT) Received: from smtp.volant.org (gate.volant.org [207.111.218.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B8443D2D for ; Thu, 12 Aug 2004 00:25:04 +0000 (GMT) (envelope-from patl+freebsd@volant.org) Received: from 64-144-229-193.client.dsl.net ([64.144.229.193] helo=[192.168.0.22]) by smtp.volant.org with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34 (FreeBSD)) id 1Bv3Os-0009WP-13; Wed, 11 Aug 2004 17:24:58 -0700 Date: Wed, 11 Aug 2004 17:25:01 -0700 From: Pat Lashley To: "Mohammed Shaikh (Satyam Computer Services)" , freebsd-questions@freebsd.org Message-ID: <578A36D013ED267EF0FA666F@vanvoght.phoenix.volant.org> In-Reply-To: <79BE10DC6A1A3A4B8852237C3180B80041A3DB@RED-MSG-61.redmond.corp.microsoft.com> References: <79BE10DC6A1A3A4B8852237C3180B80041A3DB@RED-MSG-61.redmond.corp.microsoft.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Scan-Signature: 1776efcaf5aaaccd48848bb2b6117dddc896358d X-Spam-User: nobody X-Spam-Score: -4.9 (----) X-Spam-Score-Int: -48 X-Spam-Report: This mail has matched the spam-filter tests listed below. See http://spamassassin.org/tag/ for details about the specific tests reported. In general, the higher the number of total points, the more likely that it actually is spam. (The 'required' number of points listed below is the arbitrary number above which the message is normally considered spam.) Content analysis details: (-4.9 points total, 5.0 required) -4.9 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Subject: Re: make issues on freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 00:25:05 -0000 --On Wednesday, August 11, 2004 17:19:52 -0700 "Mohammed Shaikh (Satyam Computer Services)" wrote: > I have a program that can be compiled with no problems on SuSe Linux but > when I try it on freebsd it gives plethora of errors. I have just copied > the whole directory tree from SuSe Linux machine onto freebsd machine. > Can Anyone PLEASE help as I have to submit the compiled stuff on freebsd It is probably using make constructs that are specific to GNU make. If you haven't already done so, install the devel/gmake port and try using 'gmake' instead of 'make'. -Pat