Sender: richdawe AT bigfoot DOT com Message-ID: <37B4B6DC.6EA7F0EF@tudor21.net> Date: Sat, 14 Aug 1999 01:22:52 +0100 From: Richard Dawe X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: Laurynas Biveinis CC: DJGPP workers Subject: Re: Useful version of zippo, DJGPP package manager, now out References: <37AC590D DOT EFCE9328 AT tudor21 DOT net> <37AD8141 DOT 7252BE63 AT softhome DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Hello. Laurynas Biveinis wrote: > also rewrote expression > *p = '\0', ret = mkdir(buf, mode), *p = '/'; > to use ";" instead of ",", because GCC could reorder that > expression as it likes and that would result in a big bug. Is this really true? I thought that use of the comma operator only let the operations occur in the written order. > Last note - in docs you mentioned that configure script > not always finds GCC. You seem to be using autoconf 2.12, > I suggest to update to 2.13 and the problem should vanish. > Also I added AC_PROG_CC call to configure.in. FYI using AC_PROG_CC seems to also fix the problem. You then do not have to use 'export CC=$DJDIR/bin/gcc.exe' for the configure script to find all the libraries, etc. I haven't tried autoconf 2.13 yet. I've just updated the zippo home page with fixed binaries and a source patch for the bugs discovered by Laurynas Biveinis: http://www.phekda.freeserve.co.uk/richdawe/zippo/ Bye.