compiling latex on a zaurus 3100

Marcus Kracht <[email protected]> Thu, 26 Jan 2006 09:37:25 -0800
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
Hello,

I tried to compile tetex-3.0 onto my Zaurus C3100. It is a pda that 
comes with
a 4GB harddisk, so enough space. I use the software pdaxrom. Before doing
that, I successfully installed OCaML, so the tools work in principle. I ran
"configure", which went fine (see the log), but "make world" gave me an
error (see output). Sources were taken directly from Dante (on Jan 25, 
2006).
I followed the quickinstall and the INSTALL procedure, with identical 
result.

The only difference with defaults is that I  used the option 
--prefix=/mnt/ide3/usr/teTeX
The output of uname -a is:
"Linux messiaen 2.4.20 #1 Fri, 07 Oct 2005 14:26:19 +0000 armv5tel unknown"
Software:
pdaxrom version 1.1.0beta, for source see:
http://www.pdaxrom.org/index.php?showid=8&menuid=11
for compilation I used zgcc-3.4.5.img as prescribed.
As far as I know the zaurus uses an Intel XScale processor.

I have an older latex running on the C860, but I would appreciate
help in compiling, so I can make LaTeX available for zaurus user.
Any help is appreciated. 

Best wishes,

                       Marcus Kracht

PS: I sprecher auch Deutsch, falls das die Sache erleichtert.
world.log (text/x-log, 26.4 KB)
esubdirs="libs/gd libs/t1lib libs/type1 libs/xpdf libs/zlib libs/libpng libs/ncurses  utils/texinfo utils/dialog utils/texi2html texk"; \
  for dir in $esubdirs; do \
    echo making all in $dir; \
    (if test -f $dir/Makefile; then cd $dir && make all; else true; fi) || exit 1; \
  done
making all in libs/gd
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/gd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/gd'
making all in libs/t1lib
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/t1lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/t1lib'
making all in libs/type1
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/type1'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/type1'
making all in libs/xpdf
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf'
(cd xpdf; make libxpdf.a)
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/xpdf'
make[2]: `libxpdf.a' is up to date.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/xpdf'
(cd goo; make libGoo.a)
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/goo'
make[2]: `libGoo.a' is up to date.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/goo'
(cd fofi; make libfofi.a)
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/fofi'
make[2]: `libfofi.a' is up to date.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf/fofi'
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/xpdf'
making all in libs/zlib
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/zlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/zlib'
making all in libs/libpng
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/libpng'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/libpng'
making all in libs/ncurses
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses'
cd man && make DESTDIR="" all
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/man'
sh ./MKterminfo.sh ./terminfo.head ./../include/Caps ./terminfo.tail >terminfo.5
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/man'
cd include && make DESTDIR="" all
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/include'
cat curses.head >curses.h
AWK=gawk sh ./MKkey_defs.sh ./Caps >>curses.h
sh -c 'if test "chtype" = "cchar_t" ; then cat ./curses.wide >>curses.h ; fi'
cat ./curses.tail >>curses.h
gawk -f MKterm.h.awk ./Caps > term.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h term.h
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 1
** edit: BROKEN_LINKER 0
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/include'
cd ncurses && make DESTDIR="" all
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/ncurses'
sh ./base/MKlib_gen.sh "gcc -E -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses" "gawk" generated <../include/curses.h | \
	fgrep undef >../include/nomacros.h
sh ./base/MKlib_gen.sh "gcc -E -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses" "gawk" generated <../include/curses.h >lib_gen.c
sh ./base/MKlib_gen.sh "gcc -E -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses" "gawk" implemented <../include/curses.h >link_test.c
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tty/hashmap.c -o ../objects/hashmap.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_beep.c -o ../objects/lib_beep.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_color.c -o ../objects/lib_color.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_endwin.c -o ../objects/lib_endwin.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_flash.c -o ../objects/lib_flash.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/lib_gen.c -o ../objects/lib_gen.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_getstr.c -o ../objects/lib_getstr.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_mouse.c -o ../objects/lib_mouse.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tty/lib_mvcur.c -o ../objects/lib_mvcur.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_newterm.c -o ../objects/lib_newterm.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_restart.c -o ../objects/lib_restart.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_screen.c -o ../objects/lib_screen.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_set_term.c -o ../objects/lib_set_term.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_slk.c -o ../objects/lib_slk.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_slkrefr.c -o ../objects/lib_slkrefr.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tty/lib_vidattr.c -o ../objects/lib_vidattr.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tty/tty_update.c -o ../objects/tty_update.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/lib_dft_fgbg.c -o ../objects/lib_dft_fgbg.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_print.c -o ../objects/lib_print.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/resizeterm.c -o ../objects/resizeterm.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./base/wresize.c -o ../objects/wresize.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/alloc_entry.c -o ../objects/alloc_entry.o
../ncurses/./tinfo/alloc_entry.c: In function `_nc_merge_entry':
../ncurses/./tinfo/alloc_entry.c:230: warning: comparison is always true due to limited range of data type
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/alloc_ttype.c -o ../objects/alloc_ttype.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/comp_captab.c -o ../objects/comp_captab.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/comp_hash.c -o ../objects/comp_hash.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/comp_parse.c -o ../objects/comp_parse.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/fallback.c -o ../objects/fallback.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/free_ttype.c -o ../objects/free_ttype.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/init_keytry.c -o ../objects/init_keytry.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_acs.c -o ../objects/lib_acs.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_baudrate.c -o ../objects/lib_baudrate.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_cur_term.c -o ../objects/lib_cur_term.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_has_cap.c -o ../objects/lib_has_cap.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_kernel.c -o ../objects/lib_kernel.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/lib_keyname.c -o ../objects/lib_keyname.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_options.c -o ../objects/lib_options.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_raw.c -o ../objects/lib_raw.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_setup.c -o ../objects/lib_setup.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_termcap.c -o ../objects/lib_termcap.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_tgoto.c -o ../objects/lib_tgoto.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_ti.c -o ../objects/lib_ti.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_tparm.c -o ../objects/lib_tparm.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_tputs.c -o ../objects/lib_tputs.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/lib_ttyflags.c -o ../objects/lib_ttyflags.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/name_match.c -o ../objects/name_match.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/parse_entry.c -o ../objects/parse_entry.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/read_entry.c -o ../objects/read_entry.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/read_termcap.c -o ../objects/read_termcap.o
gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include  -D_GNU_SOURCE -DNDEBUG -I/mnt/ide3/usr/teTeX/include/ncurses -O2 -c ../ncurses/./tinfo/write_entry.c -o ../objects/write_entry.o
ar rv ../lib/libncurses.a ../objects/hashmap.o ../objects/lib_beep.o ../objects/lib_color.o ../objects/lib_endwin.o ../objects/lib_flash.o ../objects/lib_gen.o ../objects/lib_getstr.o ../objects/lib_mouse.o ../objects/lib_mvcur.o ../objects/lib_newterm.o ../objects/lib_restart.o ../objects/lib_screen.o ../objects/lib_set_term.o ../objects/lib_slk.o ../objects/lib_slkrefr.o ../objects/lib_vidattr.o ../objects/tty_update.o ../objects/lib_dft_fgbg.o ../objects/lib_print.o ../objects/resizeterm.o ../objects/wresize.o ../objects/alloc_entry.o ../objects/alloc_ttype.o ../objects/comp_captab.o ../objects/comp_hash.o ../objects/comp_parse.o ../objects/fallback.o ../objects/free_ttype.o ../objects/init_keytry.o ../objects/lib_acs.o ../objects/lib_baudrate.o ../objects/lib_cur_term.o ../objects/lib_has_cap.o ../objects/lib_kernel.o ../objects/lib_keyname.o ../objects/lib_options.o ../objects/lib_raw.o ../objects/lib_setup.o ../objects/lib_termcap.o ../objects/lib_tgoto.o ../objects/lib_ti.o ../objects/lib_tparm.o ../objects/lib_tputs.o ../objects/lib_ttyflags.o ../objects/name_match.o ../objects/parse_entry.o ../objects/read_entry.o ../objects/read_termcap.o ../objects/write_entry.o
r - ../objects/hashmap.o
r - ../objects/lib_beep.o
r - ../objects/lib_color.o
r - ../objects/lib_endwin.o
r - ../objects/lib_flash.o
r - ../objects/lib_gen.o
r - ../objects/lib_getstr.o
r - ../objects/lib_mouse.o
r - ../objects/lib_mvcur.o
r - ../objects/lib_newterm.o
r - ../objects/lib_restart.o
r - ../objects/lib_screen.o
r - ../objects/lib_set_term.o
r - ../objects/lib_slk.o
r - ../objects/lib_slkrefr.o
r - ../objects/lib_vidattr.o
r - ../objects/tty_update.o
r - ../objects/lib_dft_fgbg.o
r - ../objects/lib_print.o
r - ../objects/resizeterm.o
r - ../objects/wresize.o
r - ../objects/alloc_entry.o
r - ../objects/alloc_ttype.o
r - ../objects/comp_captab.o
r - ../objects/comp_hash.o
r - ../objects/comp_parse.o
r - ../objects/fallback.o
r - ../objects/free_ttype.o
r - ../objects/init_keytry.o
r - ../objects/lib_acs.o
r - ../objects/lib_baudrate.o
r - ../objects/lib_cur_term.o
r - ../objects/lib_has_cap.o
r - ../objects/lib_kernel.o
r - ../objects/lib_keyname.o
r - ../objects/lib_options.o
r - ../objects/lib_raw.o
r - ../objects/lib_setup.o
r - ../objects/lib_termcap.o
r - ../objects/lib_tgoto.o
r - ../objects/lib_ti.o
r - ../objects/lib_tparm.o
r - ../objects/lib_tputs.o
r - ../objects/lib_ttyflags.o
r - ../objects/name_match.o
r - ../objects/parse_entry.o
r - ../objects/read_entry.o
r - ../objects/read_termcap.o
r - ../objects/write_entry.o
ranlib ../lib/libncurses.a
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses/ncurses'
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/libs/ncurses'
making all in utils/texinfo
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
make  all-recursive
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
Making all in intl
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/intl'
Making all in m4
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/m4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/m4'
Making all in lib
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/lib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/lib'
Making all in info
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/info'
make  all-am
make[4]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/info'
if gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/mnt/ide3/usr/teTeX/share/locale\" -DINFODIR=\"/mnt/ide3/usr/teTeX/info\" -DINFODIR2=\"/mnt/ide3/usr/teTeX/share/info\" -I. -I. -I.. -I. -I../lib -I../intl -I.. -I.    -g -O2 -MT man.o -MD -MP -MF ".deps/man.Tpo" -c -o man.o man.c; \
then mv -f ".deps/man.Tpo" ".deps/man.Po"; else rm -f ".deps/man.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/mnt/ide3/usr/teTeX/share/locale\" -DINFODIR=\"/mnt/ide3/usr/teTeX/info\" -DINFODIR2=\"/mnt/ide3/usr/teTeX/share/info\" -I. -I. -I.. -I. -I../lib -I../intl -I.. -I.    -g -O2 -MT session.o -MD -MP -MF ".deps/session.Tpo" -c -o session.o session.c; \
then mv -f ".deps/session.Tpo" ".deps/session.Po"; else rm -f ".deps/session.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/mnt/ide3/usr/teTeX/share/locale\" -DINFODIR=\"/mnt/ide3/usr/teTeX/info\" -DINFODIR2=\"/mnt/ide3/usr/teTeX/share/info\" -I. -I. -I.. -I. -I../lib -I../intl -I.. -I.    -g -O2 -MT terminal.o -MD -MP -MF ".deps/terminal.Tpo" -c -o terminal.o terminal.c; \
then mv -f ".deps/terminal.Tpo" ".deps/terminal.Po"; else rm -f ".deps/terminal.Tpo"; exit 1; fi
gcc  -g -O2   -o ginfo  dir.o display.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o tilde.o variables.o window.o doc.o ../lib/libtxi.a -lncurses  
make[4]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/info'
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/info'
Making all in makeinfo
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo'
Making all in tests
make[4]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo/tests'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo/tests'
make[4]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo'
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/makeinfo'
Making all in po
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/po'
Making all in util
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/util'
Making all in doc
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo/doc'
make[3]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
make[3]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texinfo'
making all in utils/dialog
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/dialog'
gcc  dialog.o checklist.o inputbox.o menubox.o msgbox.o textbox.o yesno.o radiolist.o gauge.o rc.o strcasecmp.o -o dialog ../../libs/ncurses/lib/libncurses.a
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/dialog'
making all in utils/texi2html
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html'
Making all in .
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html'
Making all in doc
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html/doc'
Making all in Tests
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html/Tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html/Tests'
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/utils/texi2html'
making all in texk
make[1]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/texk'
cd ./kpathsea && make -w CC='gcc' CFLAGS='-g ' LDFLAGS='' prefix=/mnt/ide3/usr/teTeX exec_prefix=/mnt/ide3/usr/teTeX bindir=/mnt/ide3/usr/teTeX/bin/armv5tel-unknown-linux-gnu scriptdir=/mnt/ide3/usr/teTeX/bin/armv5tel-unknown-linux-gnu libdir=/mnt/ide3/usr/teTeX/lib datadir=/mnt/ide3/usr/teTeX/share infodir=/mnt/ide3/usr/teTeX/info includedir=/mnt/ide3/usr/teTeX/include mandir=/mnt/ide3/usr/teTeX/man manext=1 man1dir=/mnt/ide3/usr/teTeX/man/man1 texmf=/mnt/ide3/usr/teTeX/share/texmf web2cdir=/mnt/ide3/usr/teTeX/share/texmf/web2c vartexfonts=/var/tmp/texfonts texinputdir=/mnt/ide3/usr/teTeX/share/texmf/tex mfinputdir=/mnt/ide3/usr/teTeX/share/texmf/metafont mpinputdir=/mnt/ide3/usr/teTeX/share/texmf/metapost fontdir=/mnt/ide3/usr/teTeX/share/texmf/fonts fmtdir=/mnt/ide3/usr/teTeX/share/texmf/web2c/tex basedir=/mnt/ide3/usr/teTeX/share/texmf/web2c/metafont memdir=/mnt/ide3/usr/teTeX/share/texmf/web2c/metapost texpooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c mfpooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c mppooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c dvips_plain_macrodir=/mnt/ide3/usr/teTeX/share/texmf/tex/plain/dvips dvilj_latex2e_macrodir=/mnt/ide3/usr/teTeX/share/texmf/tex/latex/dvilj dvipsdir=/mnt/ide3/usr/teTeX/share/texmf/dvips psheaderdir=/mnt/ide3/usr/teTeX/share/texmf/dvips default_texsizes='300:600' 
make[2]: Entering directory `/mnt/ide3/downloads/tetex-src-3.0/texk/kpathsea'
rm -f texmf.sed
echo prefix=/mnt/ide3/usr/teTeX exec_prefix=/mnt/ide3/usr/teTeX bindir=/mnt/ide3/usr/teTeX/bin/armv5tel-unknown-linux-gnu scriptdir=/mnt/ide3/usr/teTeX/bin/armv5tel-unknown-linux-gnu libdir=/mnt/ide3/usr/teTeX/lib datadir=/mnt/ide3/usr/teTeX/share infodir=/mnt/ide3/usr/teTeX/info includedir=/mnt/ide3/usr/teTeX/include mandir=/mnt/ide3/usr/teTeX/man manext=1 man1dir=/mnt/ide3/usr/teTeX/man/man1 texmf=/mnt/ide3/usr/teTeX/share/texmf web2cdir=/mnt/ide3/usr/teTeX/share/texmf/web2c vartexfonts=/var/tmp/texfonts texinputdir=/mnt/ide3/usr/teTeX/share/texmf/tex mfinputdir=/mnt/ide3/usr/teTeX/share/texmf/metafont mpinputdir=/mnt/ide3/usr/teTeX/share/texmf/metapost fontdir=/mnt/ide3/usr/teTeX/share/texmf/fonts fmtdir=/mnt/ide3/usr/teTeX/share/texmf/web2c/tex basedir=/mnt/ide3/usr/teTeX/share/texmf/web2c/metafont memdir=/mnt/ide3/usr/teTeX/share/texmf/web2c/metapost texpooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c mfpooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c mppooldir=/mnt/ide3/usr/teTeX/share/texmf/web2c dvips_plain_macrodir=/mnt/ide3/usr/teTeX/share/texmf/tex/plain/dvips dvilj_latex2e_macrodir=/mnt/ide3/usr/teTeX/share/texmf/tex/latex/dvilj dvipsdir=/mnt/ide3/usr/teTeX/share/texmf/dvips psheaderdir=/mnt/ide3/usr/teTeX/share/texmf/dvips default_texsizes='300:600' \
| tr ' ' '\012' \
| sed -e 's/^/s%@/' -e 's/=/@%/' -e 's/$/%g/' \
>texmf.sed
echo 's%/mnt/ide3/usr/teTeX/share/texmf%\$TEXMF%g' >>texmf.sed
echo '/^ *TEXMFMAIN[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFLOCAL[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFDIST[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*VARTEXMF[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSVAR[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSCONFIG[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSVAR[ =]/s%/mnt/ide3/usr/teTeX/share/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFSYSCONFIG[ =]/s%/mnt/ide3/usr/teTeX/share/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFVAR[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFCONFIG[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFVAR[ =]/s%/mnt/ide3/usr/teTeX/share/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFCONFIG[ =]/s%/mnt/ide3/usr/teTeX/share/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFCNF[ =]/s%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%' >>texmf.sed
echo '/^ *TEXMFCNF[ =]/s%@web2c@%/mnt/ide3/usr/teTeX/share/texmf/web2c%' >>texmf.sed
sed -f texmf.sed ./texmf.in >texmf.cnf
echo "/* paths.h: Generated from texmf.cnf. */" >paths.tmp
sed -e 's/%.*//' -e 's/^[ 	]*//' -e 's/[ 	]*$//' texmf.cnf \
| grep '^[ 	]*[A-Z0-9_]*[ 	=]' \
| sed '/^$/d' \
| sed 's/^\([^ 	=]*\)[ 	]*=*[ 	]*\(.*\)/#ifndef DEFAULT_\1%#define DEFAULT_\1 "\2"%#endif/' \
| tr '%' '\012' \
| sed -e 's%\$TEXMFMAIN%/mnt/ide3/usr/teTeX/share/texmf%g' \
      -e 's%\$TEXMF%/mnt/ide3/usr/teTeX/share/texmf%g' \
      -e 's%\$VARTEXFONTS%/var/tmp/texfonts%g' \
      -e 's%\$web2cdir%/mnt/ide3/usr/teTeX/share/texmf/web2c%g' \
      -e 's%\$prefix%/mnt/ide3/usr/teTeX%g' \
| sed -e 's%;%:%g' \
>>paths.tmp
paths.h is unchanged
rm -f paths.tmp
date >stamp-paths
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I.. -I./..   -g  -DMAKE_KPSE_DLL -c tex-file.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -DMAKE_KPSE_DLL -c tex-file.c -o tex-file.o
In file included from ../kpathsea/config.h:76,
                 from tex-file.c:20:
../kpathsea/c-std.h:57: error: conflicting types for 'calloc'
../kpathsea/c-std.h:57: error: conflicting types for 'calloc'
../kpathsea/c-std.h:57: error: conflicting types for 'malloc'
../kpathsea/c-std.h:57: error: conflicting types for 'malloc'
../kpathsea/c-std.h:57: error: conflicting types for 'realloc'
/opt/native/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include/stdlib.h:536: error: previous declaration of 'realloc' was here
../kpathsea/c-std.h:57: error: conflicting types for 'realloc'
/opt/native/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include/stdlib.h:536: error: previous declaration of 'realloc' was here
make[2]: *** [tex-file.lo] Error 1
make[2]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/texk/kpathsea'
make[1]: *** [do-kpathsea] Error 2
make[1]: Leaving directory `/mnt/ide3/downloads/tetex-src-3.0/texk'
make: *** [all] Error 1
config.log (text/x-log, 1.9 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:764: checking whether make sets ${MAKE}
configure:793: checking for gcc
configure:909: checking whether the C compiler (gcc  ) works
configure:925: gcc -o conftest    conftest.c  1>&5
configure:951: checking whether the C compiler (gcc  ) is a cross-compiler
configure:956: checking whether we are using GNU C
configure:984: checking whether gcc accepts -g
configure:1020: checking for c++
configure:1053: checking whether the C++ compiler (c++  ) works
configure:1069: c++ -o conftest    conftest.C  1>&5
configure:1095: checking whether the C++ compiler (c++  ) is a cross-compiler
configure:1100: checking whether we are using GNU C++
configure:1128: checking whether c++ accepts -g
configure:1163: checking for flex
configure:1198: checking for yywrap in -lfl
configure:1261: checking for bison
configure:1337: checking host system type
configure:1358: checking target system type
configure:1376: checking build system type
configure:1400: checking whether to define additional compiler specific flags
configure:1424: checking for sys/wait.h that is POSIX.1 compatible
configure:1478: checking for a BSD compatible install
configure:1533: checking whether make sets ${MAKE}
configure:1560: checking whether ln -s works
configure:1583: checking how to run the C preprocessor
configure:1665: checking for working alloca.h
configure:1698: checking for alloca
configure:1899: checking for ranlib
configure:1932: checking for X
configure:2439: checking whether to enable maintainer-specific portions of Makefiles
configure:2458: checking for loader (symbol LD)
configure:2472: checking for archiver (symbol AR)
configure:2486: checking for archiver options (symbol ARFLAGS)
configure:2556: checking where the main texmf tree is located
configure:2687: checking for connect