fastjar build failure

Alexandre Petit-Bianco apbianco@cygnus.com
Thu Dec 14 12:17:00 GMT 2000


Nathan Sidwell <nathan@acm.org> writes:

> yes and yes,

Can you make sure that your toplevel configure.in contains the patch
below.  I also had a look at your log. If I compare it with mine,
right after you're done building textinfo

  make[1]: Leaving directory `/home/nathan/egcs/devel/i686-pc-linux-gnu/texinfo'
you should see zlib and fastjar being built:

  make[1]: Entering directory `..../build/egcs/i686-pc-linux-gnu/zlib'
  make[1]: Leaving directory `..../build/egcs/i686-pc-linux-gnu/zlib'
  make[1]: Entering directory `....build/egcs/i686-pc-linux-gnu/fastjar'

While isn't zlib built? Is you toplevel configure.in reading something
like:

  host_libs="intl mmalloc libiberty opcodes bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui zlib"

./A

Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/configure.in,v
retrieving revision 1.75
diff -u -p -r1.75 configure.in
--- configure.in        2000/11/25 00:28:09     1.75
+++ configure.in        2000/12/07 18:44:30
@@ -61,7 +61,7 @@ fi
 # these tools are built for the host environment
 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
 # know that we are building the simulator.
-host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip"
+host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip fastjar"
 
 # these libraries are built for the target environment, and are built after
 # the host libraries and the host tools (which may be a cross compiler)



More information about the Gcc-bugs mailing list