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
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
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,
> 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
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
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:
> > /
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