Make configure error on AIX 4.3.3 w/GCC 2.95.2.1

2001-03-15 Thread Scott Thomason
The configure script doesn't work exactly right... I have to say: export CFLAGS="-DHAVE_LC_MESSAGES -DHAVE_SETLOCALE $CFLAGS" ./configure \ --prefix=$BASE \ --disable-nls to make it compile. I've attached my config.h and config.log files. ---scott /* config.h. Generated automatically

Re: Make configure error on AIX 4.3.3 w/GCC 2.95.2.1

2001-03-15 Thread Paul D. Smith
Please try the latest version, 3.79.1 and see if that's any better; if not please describe what went wrong, not just how you fixed it. Also, don't forget to include the version of _make_ you're building; that's the most important piece of info! I gleaned it from the contents of your config.h,

Re: Make configure error on AIX 4.3.3 w/GCC 2.95.2.1

2001-03-15 Thread Scott Thomason
Ooops, I had inadvertently built make-3.79 (in an effort to work around the problems I was having with 3.79.1). I'll get more info and fixes to you on 3.79.1... ---scott ___ Bug-make mailing list [EMAIL PROTECTED]

Re: assertion failure

2001-03-15 Thread Paul D. Smith
%% Eric Hanchrow [EMAIL PROTECTED] writes: eh make version 3.78.1 eh My Makefile contains exactly three characters -- a backslash, a eh space, and a colon. eh Typing `make' yields this: eh make: read.c:892: read_makefile: Assertion `*p2 != '\0'' failed. eh Aborted (core dumped)