Re: Annoying warning message is now an error!

2000-10-29 Thread Pavel Roskin
Hello, Mo! > I just updated and tried to regen from a configure.in > only to find that the annoying warning that I reported > a couple of months ago has now turned into an error. I did it. There shouldn't be that warning anyway. > % autoconf > configure.in:4: error: undefined macro: JAVAC_FLAGS

Re: name of m4 executable

2000-10-29 Thread Assar Westerlund
Marco Franzen <[EMAIL PROTECTED]> writes: > [Crossposting to gcc-bugs. > Gcc's top-level Makefile invokes sub-makes with M4=m4. This overrides > autoconf's otherwise correct idea of what "m4" it should call.] > The top-level Makefile of gcc apparently tries to override m4 (for > autoconf or for s

Re: exit status of conftest program

2000-10-29 Thread Assar Westerlund
Martin Wilck <[EMAIL PROTECTED]> writes: > Is it ok for autoconf tests to create a C test program such as this > > if ( == ) >exit (0); > else >exit (1); > > and check the exit status with AC_TRY_RUN, or may this fail on some > systems? This will obviously fail when cross-compiling,

Re: No, I *don't* HAVE_IO_H!

2000-10-29 Thread David Andrew Michael Noelle
> Sender: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > From: Alexandre Oliva <[EMAIL PROTECTED]> > Date: 24 Oct 2000 01:28:58 -0200 > > On Oct 23, 2000, David Andrew Michael Noelle <[EMAIL PROTECTED]> wrote: > > > Can anyone tell me what might cause this? > > A config.cache or config.site that i

Re: Annoying warning message is now an error!

2000-10-29 Thread Pavel Roskin
Hello, Mo! > checking for gdb... /usr/local/project/install/insight/bin/gdb > /home/mo/project/tcljava_ajuba/clean/tcljava/configure: syntax error near > unexpected token `"(c' > /home/mo/project/tcljava_ajuba/clean/tcljava/configure: > /home/mo/project/tcljava_ajuba/clean/tcljava/configure: l

Re: Annoying warning message is now an error!

2000-10-29 Thread Mo DeJong
On Sun, 29 Oct 2000, Pavel Roskin wrote: > Hello, Mo! > > > checking for gdb... /usr/local/project/install/insight/bin/gdb > > /home/mo/project/tcljava_ajuba/clean/tcljava/configure: syntax error near > > unexpected token `"(c' > > /home/mo/project/tcljava_ajuba/clean/tcljava/configure: > > /

Solaris -R check fails

2000-10-29 Thread Bob Friesenhahn
I reported this bug several months ago, but it is not yet fixed in CVS. The problem is that the test which checks if "-R/something" or "-R /something" is preferred fails. The end result is that programs which depend on libraries which exist in /usr/openwin/lib are not linked into /usr/lib fail t