Date: Fri, 17 Sep 2010 11:21:11 +0530 From: srividya.k@tcs.com To: Ross Cameron <ross.cameron@unix.net> Cc: freebsd-questions@freebsd.org, abalour@gmail.com Subject: Re: Support for AIX Message-ID: <OFD8637AD9.C61C6A36-ON652577A1.001FA020-652577A1.00202897@tcs.com> In-Reply-To: <AANLkTimxOzJxnnGKBvttP450Tfx7kzyDD86-RXCe8Wit@mail.gmail.com> References: <OFFD2FA405.B9FFF4FB-ON652577A0.00201A77-652577A0.0020536C@tcs.com> <AANLkTi=D%2BAjC5Ed2A5E2J3RpJdaebrMDe2hLJuJqKznd@mail.gmail.com> <OF5BF10A4D.A93EFD84-ON652577A1.001BA6F5-652577A1.001C0015@tcs.com> <AANLkTimxOzJxnnGKBvttP450Tfx7kzyDD86-RXCe8Wit@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <ross.cameron@unix.net> 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, <srividya.k@tcs.com> 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 <ross.cameron@unix.net> 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, <srividya.k@tcs.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFD8637AD9.C61C6A36-ON652577A1.001FA020-652577A1.00202897>