From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 11:35:11 2010 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 39D20106564A for ; Fri, 17 Sep 2010 11:35:11 +0000 (UTC) (envelope-from gautham@lisphacker.org) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD9CA8FC08 for ; Fri, 17 Sep 2010 11:35:10 +0000 (UTC) Received: by wyb33 with SMTP id 33so3024838wyb.13 for ; Fri, 17 Sep 2010 04:35:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.145.198 with SMTP id p48mr4099879wej.18.1284723309103; Fri, 17 Sep 2010 04:35:09 -0700 (PDT) Received: by 10.216.158.146 with HTTP; Fri, 17 Sep 2010 04:35:09 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Sep 2010 12:35:09 +0100 Message-ID: From: Gautham Ganapathy To: srividya.k@tcs.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Masoom Shaikh , freebsd-questions@freebsd.org Subject: Re: Need bsd make for AIX 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, 17 Sep 2010 11:35:11 -0000 On Thu, Sep 16, 2010 at 12:40 PM, wrote: > We have some open source code for RPC calls - DCE that has c programs and > corresponding makefiles. > When we tried gmake or make ( AIX make) , we were getting syntax errors. > We found that all the makefiles had syntax that corresponds to makeutility > of BSD? > > Do you have any alternative? > Is there any BSD make utility that can be installed in AIX machine? > > Srividya K > Tata Consultancy Services > Mailto: srividya.k@tcs.com > Website: http://www.tcs.com > ____________________________________________ Perhaps you could contact the authors of the code you are trying to compile and ask them how they did it. They might have a straightforward solution and maybe a reason as to why they chose BSD make Also, have you tried bmake? Regards Gautham Ganapathy http://lisphacker.org