From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 05:51:17 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 C919C106566C for ; Fri, 17 Sep 2010 05:51:17 +0000 (UTC) (envelope-from prvs=869a9919f=srividya.k@tcs.com) Received: from InChnG02.tcs.com (InChnG02.tcs.com [122.184.60.14]) by mx1.freebsd.org (Postfix) with ESMTP id 2049F8FC13 for ; Fri, 17 Sep 2010 05:51:15 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.56,380,1280687400"; d="scan'208";a="28575567" X-DISCLAIMER: FALSE In-Reply-To: References: To: Ross Cameron MIME-Version: 1.0 X-KeepSent: D8637AD9:C61C6A36-652577A1:001FA020; type=4; name=$KeepSent X-Mailer: Lotus Notes Release 8.0.1 February 07, 2008 Message-ID: From: srividya.k@tcs.com Date: Fri, 17 Sep 2010 11:21:11 +0530 X-MIMETrack: Serialize by Router on InChnM22/TCS(Release 8.0.2HF1089 | June 2, 2009) at 09/17/2010 11:21:13, Serialize complete at 09/17/2010 11:21:13 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, abalour@gmail.com Subject: Re: Support 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 05:51:17 -0000 Yes.. But the syntax used in the makefile corresponds to BSD make and gmake didnt work. IBM doesn't support this DCE anymore. Thanks much for the help Ross! Srividya K Tata Consultancy Services Mailto: srividya.k@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ From: Ross Cameron To: srividya.k@tcs.com Cc: freebsd-questions@freebsd.org Date: 09/17/2010 11:14 AM Subject: Re: Support for AIX Sent by: abalour@gmail.com Make doesn't handle source code, it just control's the actual build process so you don't have to type hundreds of "cc ........." lines in a console. Have you tried contacting the current maintainers of DCE for advice? Maybe a bit of googling.... Have you tried verifying the Makefile's format using the "-n" switch ??? I would suggest contacting either IBM or the OpenGroup about this as we're just guessing here.... this is the __FreeBSD__ mailing lists... we can try help but honestly the vendors are the right people to ask..... "Opportunity is most often missed by people because it is dressed in overalls and looks like work." Thomas Alva Edison Inventor of 1093 patents, including: The light bulb, phonogram and motion pictures. On Fri, Sep 17, 2010 at 7:05 AM, wrote: We have a source code that needs to be compiled. Its the OpenGroup's DCE( used as RPC). The source code is available , but we are not able to compile it with either AIX's make utility or gmake. The syntax corresponds to BSD's make. Will try getting the make utility from the URL? Is there any other make utility. I am not sure if bmake is the exact utility we require. The makefile has macros as -- > .if define ---> .if exists and all the statements start with .. GMAKE or AIX make throws errors with this make file. Will bmake be the right make utility to for above type of source code? Srividya K Tata Consultancy Services Mailto: srividya.k@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ From: Ross Cameron To: srividya.k@tcs.com Cc: freebsd-questions@freebsd.org Date: 09/17/2010 12:16 AM Subject: Re: Support for AIX Sent by: abalour@gmail.com On Thu, Sep 16, 2010 at 7:53 AM, wrote: Hi Is BSD compatible with AIX unix system?( AIX version 6). We require the make utility of BSD to compile few source programs? Are you SURE you need BSD Make? If so why? Secondly,.... it is available from http://www.crufty.net/help/sjg/bmake.html Very simple install instructions on that page too. Is there any make utility compatible with AIX? Could you please give us the URL where we can get the same? Yes LOTS,... bmake/nmake/gnu make/etc. etc. etc. All Make commands are not made alike.... you need to use the one that suits the syntax of the makefile in question. Judging from the Q that was asked... if the software you want to compile is OpenSource look into NetBSD's Pkgsrc system.... =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you