perl4

Date view Thread view Subject view Author view

From: Godmar Back (gback@marker.cs.utah.edu)
Date: Sat Jan 09 1999 - 04:35:52 EST


 the failure I just complained about was of course since I had perl4
in my path. So I put perl5 first and now I'm getting:

(cd .libs && ln -s ../libltdl.la libltdl.la)
Making all in libraries
Making all in clib
Making all in native
"Makefile", line 313: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

which is because of... let me see ... line 313

-include $(DEP_FILES)

Ah. I bet I need gmake. (Although I'm sure that's not desired either
and probably a bug too.)
With gmake, I'm getting again this:

gback@marker [21](/x/gback/transvirtual/obj) > gmake
cd ../kaffe && aclocal
cd ../kaffe && automake --foreign Makefile
cd ../kaffe && autoconf
FATAL ERROR: Autoconf version 2.12.2 or higher is required for this script
make: *** [../kaffe/configure] Error 2

(BSD make had ignored this "FATAL ERROR" and just kept going)

So I'm trying "gmake -k".
This gets me a ways, printing stuff like:

make[4]: Entering directory `/x/gback/transvirtual/obj/kaffe/kaffevm/systems/unix-jthreads'
cd ../../../../../kaffe && automake --gnu kaffe/kaffevm/systems/unix-jthreads/Makefile
kaffe/kaffevm/systems/unix-jthreads/Makefile.am:9: invalid variable `noinst_LTLIBRARIES'
kaffe/kaffevm/systems/unix-jthreads/Makefile.am:10: invalid unused variable name: `libkthread_la_SOURCES'
make[4]: *** [../../../../../kaffe/kaffe/kaffevm/systems/unix-jthreads/Makefile.in] Error 1
make[4]: Failed to remake makefile `Makefile'.

Anyway, please tell me that requiring autoconf is a bug in some .am file.
Also, I noticed that there's now two invocations of gcc per files.
Will this always be the case or only the first I compile?
I does slow down the building a lot. Is it doing this because it needs
to extract libtool information? If so, do we need to do it for libkaffevm
as well?

Let us know when you have a fixed version in CVS that we can test.

        Godmar


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:33 EDT