Date: Wed, 25 Sep 1996 15:01:16 +0200 (IST) From: Eli Zaretskii To: Alex Schroeder Cc: alex AT zool DOT unizh DOT ch, djgpp AT delorie DOT com Subject: Re: strncasecmp!? In-Reply-To: <9609251027.AA86405@rzurs10.unizh.ch> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 25 Sep 1996, Alex Schroeder wrote: > Since we are already at it, I'd like to ask another question: I tried > something on my makefile which I took from your makefile in the faq > sources ;) : > > ifdef COMSPEC > DOS blah > else > other bla > endif > > This code does not work on the AIX, but does with make on my PC. It more The conditional directive are specific to each version of Make. I wrote that Makefile for GNU Make. If you care about not polluting your mind with too many similar but subtly different programs (like I do), I suggest you assemble a tool-chain that is portable to any platform and stick to it (by porting it to any machine where they aren't already available). In this case, just get GNU Make and build it on AIX, and never look back.