[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Error messages (and all the other stuff) from "make html_docs" for OTB



Thanks for the advice and patience you folks have shown. Now that Bob has
instructed me on the RIGHT way to save the problems to a file, even I can
see we have a C compiling problem. What I have no idea about is how to begin
to troubleshoot/fix it.

BTW, for non-Linux users on the OTB list, this is a .txt from Debian and
won't have the carriage returns. Bear with me. Don't know how to convert it.

Thanks, all!
Sivea
cd libsrc ; \
for l in lib* `cat purejava.packages` ; \
do \
	if [ -f $l/GNUmakefile ] ; then \
		echo "Cleaning $l.." ; \
		make --no-print-directory -C $l tidy ; \
	fi ; \
done

[snipping cleaning stuff]

find src                                      \
\( -type f -a                         \
\(                                    \
	-name "*.o"            -o     \
		-name "*.a"            -o     \
		-name "core"           -o     \
		-name "*.ln"           -o     \
		-name "*.i"            -o     \
		-name "TAGS"           -o     \
		-name "*.arcs"         -o     \
		-name "*.link"         -o     \
		-name "*.order"        -o     \
		-name "*~"                    \
		\)                            \
	\) -exec rm -f {} \;
cd src ; \
for app in * ; \
do \
	if [ -f $app/GNUmakefile ] ; then \
		echo "Cleaning $app.." ; \
		theapp=`echo $app | tr '[A-Z]' '[a-z]'` ; \
		touch ../libsrc/$theapp.{libs,order} ; \
		touch $app/$theapp.link $app/$theapp.arcs ; \
		make --no-print-directory -C $app clean ; \
		rm -f $app/$theapp.link $app/$theapp.arcs ; \
	fi ; \
done	
Cleaning DTSim..
mkdir -p /usr/local/OTB/src/public/ed-0.2 ; \
CWD=`pwd` ; \
cd ../../src/public/ed-0.2 ; \
CANON_SOURCE=`pwd` ; \
cd $CWD ; \
cd /usr/local/OTB/src/public/ed-0.2 ; \
$CANON_SOURCE/configure --prefix=/usr/local/OTB; \
make install
creating cache ./config.cache
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for limits.h... yes
checking for memory.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for locale.h... yes
checking for setbuffer... yes
checking for sigsetjmp... no
checking for sigaction... yes
checking for strerror... yes
checking for vprintf... yes
checking for executable suffix... no
checking for working alloca.h... yes
checking for alloca... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
./config.status
creating Makefile
creating config.h
config.h is unchanged
touch stamp-h
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 buf.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 glbl.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 io.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 main.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 re.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 signal.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 sub.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 undo.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 version.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 getopt.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 getopt1.c
gcc -c -I. -I/usr/local/OTB/src/public/ed-0.2 -DHAVE_CONFIG_H  -g -O2 regex.c
rm -f libed.a
ar cru libed.a getopt.o getopt1.o regex.o 
ranlib libed.a
gcc  -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o libed.a 
/usr/local/OTB/src/public/ed-0.2/mkinstalldirs /usr/local/OTB/bin /usr/local/OTB/info /usr/local/OTB/man/man1
mkdir /usr/local/OTB/man
mkdir /usr/local/OTB/man/man1
/usr/bin/install -c ed /usr/local/OTB/bin/ed
rm -f /usr/local/OTB/bin/red
cd /usr/local/OTB/bin; \
  ln -s ed red
/usr/bin/install -c -m 644 /usr/local/OTB/src/public/ed-0.2/ed.1 /usr/local/OTB/man/man1/ed.1
rm -f /usr/local/OTB/man/man1/red.1
cd /usr/local/OTB/man/man1; \
  ln -s ed.1 red.1
rm -f /usr/local/OTB/libsrc/dtsim.libs
grep lib dtsim.libs | sed 's/ //g' > /usr/local/OTB/libsrc/dtsim.libs
(WD=`pwd`; \
 cd /usr/local/OTB/libsrc; \
 BUILD_LIBSRC=`pwd`; \
 cd $WD; \
 cd ../../libsrc; \
 if [ -f $BUILD_LIBSRC/dtsim.order ] ; then \
   /usr/local/OTB/bin/addlibs $BUILD_LIBSRC/dtsim.libs $BUILD_LIBSRC/dtsim.order /usr/local/OTB/bin/depends ; \
 else \
   /usr/local/OTB/bin/depends -o $BUILD_LIBSRC/dtsim.order `cat $BUILD_LIBSRC/dtsim.libs` ; \
 fi \
)
libassoc
libatcrash
libattrdb
libbasic
libbgr
libbgrdb
libc2obj
libcallback
libcellclass
libclass
libclassified
libcmdline
libcomm
libcommonframe
libcomponents
libconstants
libcoordinates
libctdb
libdictionary
libdisconst
libdisdbobj
libdither
libdr
libdtactdb
libdtadtdb
libdtagent
libdtoconst
libdtrunway
libdtsim
libdtsimdtdb
libechelondb
libecn
libeditor
libemprop
libentity
libenvcloud
libenvent
libenvironment
libenvui
libesmcontactlist
libeventlist
libeventqueue
libexcept
libformationdb
libgcs
libgenparse
libgenradio
libgenradio_util
libgensim
libgeo3d
libgeometry
libguns
libhtab
libhulls
libliteclue
libmarkent
libminelist
libminemgr
libmodules
libmso
libnetif
libntpif
liborgdisp
libotmatch
libp2p
libparmgr
libparser
libpbtab
libpduapi
libpduparse
libpduproc
libphysdb
libpktvalve
libpo
libpriqueue
libprivilege
libprotocol
libqueue
librandom
libreader
librecycle
librepoly
libresdb
libroute
librti
librtiparse
librtiroute
librtisaf
libsafgui
libsched
libsema
libsensitive
libsensors
libshmif
libshmqueue
libshmtbl
libsigdetect
libsimandb
libsimanif
libsimreq
libsmkint
libsmokerdr
libsmokesim
libstdname
libstealth
libsubcomp
libsubname
libtactmap
libtime
libtty
libunitdefdb
libunitorg
libunitutil
libvecmat
libvtab
libworld
libxfile
libxmtr
Putting order information in "/tmp/.neword.3781"
libatcrash
?
libbasic
?
libbgr
?
libclass
?
libcmdline
?
libdictionary
?
libdither
?
libexcept
?
libgenradio_util
?
libgeo3d
?
libhtab
?
libliteclue
?
libntpif
?
libpriqueue
?
libqueue
?
librandom
?
libreader
?
librecycle
?
librti
?
libsema
?
libvecmat
?
libxfile
?
libcallback
?
libclassified
?
libconstants
?
libdr
?
libesmcontactlist
?
libgcs
?
libgeometry
?
libnetif
?
libresdb
?
libshmqueue
?
libshmtbl
?
libstdname
?
libtime
?
libtty
?
libvtab
?
libassoc
?
libcoordinates
?
libctdb
?
libparser
?
libprotocol
?
libsched
?
libsensitive
?
libshmif
?
libsubname
?
libunitdefdb
?
libenvironment
?
libeventqueue
?
libgenparse
?
libotmatch
?
libp2p
?
librtiparse
?
libworld
?
libattrdb
?
libbgrdb
?
libcellclass
?
libdisconst
?
libdtoconst
?
libechelondb
?
libenvui
?
libeventlist
?
libphysdb
?
libpktvalve
?
libsmokerdr
?
libenvcloud
?
libpduapi
?
libsmkint
?
librtiroute
?
libtactmap
?
libpduproc
?
libecn
?
libpduparse
?
libpo
?
libsimandb
?
libc2obj
?
libdtagent
?
libminelist
?
libmodules
?
libprivilege
?
librepoly
?
libroute
?
libcommonframe
?
libdtadtdb
?
libdtsim
?
libparmgr
?
libsafgui
?
libdisdbobj
?
libdtactdb
?
libdtrunway
?
libdtsimdtdb
?
libmso
?
libsimreq
?
libcomponents
?
libenvent
?
libgensim
?
libpbtab
?
libentity
?
libguns
?
libhulls
?
libmarkent
?
libemprop
?
libsigdetect
?
libsimanif
?
libstealth
?
libsubcomp
?
libxmtr
?
libcomm
?
libsensors
?
libsmokesim
?
libgenradio
?
libunitorg
?
libformationdb
?
liborgdisp
?
libeditor
?
libunitutil
?
libminemgr
?
librtisaf
?
rm -f dtsim.arcs
echo "ARCHIVES = \\" > dtsim.arcs
sed 's:^:$\(APP_LIBDIR\)/:g;s:$:\.a \\:' < /usr/local/OTB/libsrc/dtsim.order >> dtsim.arcs
echo "JPZ - USE_DLM was passed down."
JPZ - USE_DLM was passed down.
/usr/local/OTB/bin/order2link /usr/local/OTB/libsrc/dtsim.order dtsim.link
rm -f *.u *.class
rm -f *.info* *.ln *.i TAGS *~ *.o core
rm -f dtsim *.arcs *.link *.order build_info.* 
Cleaning ModStealth..
rm -f *.u *.class
rm -f *.info* *.ln *.i TAGS *~ *.o core
rm -f modstealth *.arcs *.link *.order build_info.* 
Cleaning OTBSAF..
rm -f *.u *.class
rm -f *.info* *.ln *.i TAGS *~ *.o core
rm -f otbsaf *.arcs *.link *.order build_info.* fixjvm wcwdb OTBSAFR4 libotbsaf.so libotbsaf_g.so *.class Otbsaf.h modules.c build_info.c otbsaf.libs
Cleaning blaster..
rm -f *.u *.class
rm -f *.info* *.ln *.i TAGS *~ *.o core
rm -f blaster *.arcs *.link *.order build_info.* 
Cleaning depends..
rm -f *.o depends order2link genmakefile
Cleaning interck..
rm -f *.o y.* yacc* parse.c parse.h lex.c tables.h cexp.c cexp.h *~ interck
Cleaning logger..
rm -f *.u *.class
rm -f *.info* *.ln *.i TAGS *~ *.o core
rm -f logger *.arcs *.link *.order build_info.* 
Cleaning pocc..
rm -f *.o y.* yacc* parse.c parse.h lex.c tables.h *~
rm -f parse.output /usr/local/OTB/bin/pocc
rm -f libsrc/*.{libs,order}
 
 
Errors from this point on are OK (nothing to worry about)..
 
rm -rf bin/*
make --no-print-directory -C src/public/bison-1.25 distclean 
make[1]: *** No rule to make target `distclean'.  Stop.
make: [bin_clean] Error 2 (ignored)
make --no-print-directory -C src/public/flex-2.5.4 distclean
make[1]: *** No rule to make target `distclean'.  Stop.
make: [bin_clean] Error 2 (ignored)
make --no-print-directory -C src/public/gawk-3.0.3 distclean
make[1]: *** No rule to make target `distclean'.  Stop.
make: [bin_clean] Error 2 (ignored)
make --no-print-directory -C src/public/ed-0.2 distclean
rm -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr
rm -f *~ *.tmp core [Ee]rrs
rm -f ed *.o *.a ed.0
rootme=`pwd`; \
cd /usr/local/OTB/src/public/ed-0.2/testsuite; \
  make clean objdir=${rootme}
rm -rf /usr/local/OTB/src/public/ed-0.2/ed-test
rm -f tags TAGS Makefile config.h config.status config.log
rm -f config.cache stamp-h
make --no-print-directory -C src/public/uudecode clean
rm -f *.o uudecode
rm -f /usr/local/OTB/bin/uudecode
make --no-print-directory -C src/interck clean
rm -f *.o y.* yacc* parse.c parse.h lex.c tables.h cexp.c cexp.h *~ interck
make --no-print-directory -C src/depends clean
rm -f *.o depends order2link genmakefile
make --no-print-directory -C src/pocc clean
rm -f *.o y.* yacc* parse.c parse.h lex.c tables.h *~
rm -f parse.output /usr/local/OTB/bin/pocc
rm src/public/gawk-3.0.3/evil.cache
rm: cannot remove `src/public/gawk-3.0.3/evil.cache': No such file or directory
make: [bin_clean] Error 1 (ignored)
rm -rf bin/swing-1.0.1 bin/jre bin/jdbc classes/* lib classes/* data include/libinc include/*.h info share man libexec
make --no-print-directory -C src/depends
make -C /usr/local/OTB/libsrc/libgcutil
Creating directory /usr/local/OTB/lib
Creating directory /usr/local/OTB/include/libinc
Creating directory /usr/local/OTB/data
Creating directory /usr/local/OTB/data/constants
Creating directory /usr/local/OTB/data/types
Creating directory /usr/local/OTB/info
rm -f /usr/local/OTB/include/libinc/libgcutil.h; cp libgcutil.h /usr/local/OTB/include/libinc/libgcutil.h
/usr/bin/g++  -fpermissive -D_REENTRANT -malign-double -I/usr/X11R6/include -I/usr/local/OTB -I. -I../../include/global -I/usr/local/OTB/include/libinc -I/usr/local/OTB/include -I.    -pipe  -mcpu=i686 -c gcutil_init.c -o gcutil_init.o
ar rc /usr/local/OTB/lib/libgcutil.a gcutil_init.o
rm -f gcutil_init.o
ranlib  /usr/local/OTB/lib/libgcutil.a
/usr/bin/g++  -fpermissive -pipe  -mcpu=i686 -D_REENTRANT -malign-double -I/usr/X11R6/include -I/usr/local/OTB -I. -I../../include/global -I/usr/local/OTB/include/libinc -I/usr/local/OTB/include -I.     -c -o depends.o depends.c
/usr/bin/g++  -fpermissive depends.o  -L/usr/local/OTB/lib  -L/usr/X11R6/lib  -lXm -lXp -lXt -lXext -lSM -lICE -lX11  -lm -lpthread  -o depends
/usr/bin/g++  -fpermissive -pipe  -mcpu=i686 -D_REENTRANT -malign-double -I/usr/X11R6/include -I/usr/local/OTB -I. -I../../include/global -I/usr/local/OTB/include/libinc -I/usr/local/OTB/include -I.     -c -o order2link.o order2link.c
/usr/bin/g++  -fpermissive order2link.o  -L/usr/local/OTB/lib  -L/usr/X11R6/lib  -lXm -lXp -lXt -lXext -lSM -lICE -lX11  -lm -lpthread  -o order2link
/usr/bin/g++  -fpermissive -pipe  -mcpu=i686 -D_REENTRANT -malign-double -I/usr/X11R6/include -I/usr/local/OTB -I. -I../../include/global -I/usr/local/OTB/include/libinc -I/usr/local/OTB/include -I.     -c -o genmakefile.o genmakefile.c
/usr/bin/g++  -fpermissive genmakefile.o  -L/usr/local/OTB/lib  -L/usr/X11R6/lib  -lXm -lXp -lXt -lXext -lSM -lICE -lX11  -lm -lpthread  -o genmakefile
cp depends order2link genmakefile ./addlibs /usr/local/OTB/bin
chmod +w /usr/local/OTB/bin/addlibs
make --no-print-directory -C src/OTBSAF html
../../makeinclude/make.apprules:43: otbsaf.link: No such file or directory
../../makeinclude/make.apprules:44: otbsaf.arcs: No such file or directory
rm -f otbsaf.arcs
echo "ARCHIVES = \\" > otbsaf.arcs
grep -v "#" ../../src/OTBSAF/modules.static > /tmp/tmp1
awk '{print "lib"$1}' /tmp/tmp1 > /tmp/libs
sed 's:^:$\(APP_LIBDIR\)/:g;s:$:\.a \\:' < /tmp/libs >> otbsaf.arcs
sed 's:^:$\(APP_LIBDIR\)/:g;s:$:\.a \\:' < ../../src/OTBSAF/otbsaf.corelibs >> otbsaf.arcs
rm /tmp/tmp1 /tmp/libs
grep -v "#" ../../src/OTBSAF/modules.static > /tmp/tmp1
awk '{print "lib"$1}' /tmp/tmp1 > /tmp/linklibs
cat ../../src/OTBSAF/otbsaf.corelibs >> /tmp/linklibs
/usr/local/OTB/bin/order2link /tmp/linklibs otbsaf.link
rm /tmp/tmp1 /tmp/linklibs 
mkdir -p /usr/local/OTB/src/public/texinfo-4.0 ; \
CWD=`pwd` ; \
cd ../../src/public/texinfo-4.0 ; \
CANON_SOURCE=`pwd` ; \
cd $CWD ; \
cd /usr/local/OTB/src/public/texinfo-4.0 ; \
$CANON_SOURCE/configure --prefix=/usr/local/OTB --without-included-gettext --disable-nls; \
make install
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking for sigblock... (cached) yes
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -ltermlib... (cached) no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lterminfo... (cached) no
checking whether stat file-mode macros are broken... (cached) no
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for pwd.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... (cached) no
checking for termio.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... (cached) no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... (cached) no
checking for sys/wait.h... (cached) yes
checking POSIX termios... (cached) yes
checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) yes
checking for off_t... (cached) yes
checking return type of signal handlers... (cached) void
checking for working const... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking whether strerror is declared... (cached) yes
checking whether strcasecmp is declared... (cached) yes
checking whether strncasecmp is declared... (cached) yes
checking whether strcoll is declared... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for working strcoll... (cached) yes
checking for vprintf... (cached) yes
checking whether setvbuf arguments are reversed... (cached) no
checking for setvbuf... (cached) yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigsetmask... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strcasecmp... (cached) yes
checking for strerror... (cached) yes
checking for strncasecmp... (cached) yes
checking for library with termcap variables... 
checking for inline... (cached) inline
checking for size_t... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... no
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating makeinfo/tests/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
config.h is unchanged
linking /usr/local/OTB/src/public/texinfo-4.0/intl/libgettext.h to intl/libintl.h
Making install in intl
if test "texinfo" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  if test -r /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs; then \
    /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs /usr/local/OTB/lib /usr/local/OTB/include; \
  else \
    /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs /usr/local/OTB/lib /usr/local/OTB/include; \
  fi; \
  /usr/bin/install -c -m 644 intlh.inst /usr/local/OTB/include/libintl.h; \
  /usr/bin/install -c -m 644 libintl.a /usr/local/OTB/lib/libintl.a; \
else \
  : ; \
fi
if test "texinfo" = "gettext"; then \
  if test -r /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs; then \
    /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs /usr/local/OTB/share/gettext/intl; \
  else \
    /usr/local/OTB/src/public/texinfo-4.0/mkinstalldirs /usr/local/OTB/share/gettext/intl; \
  fi; \
  /usr/bin/install -c -m 644 VERSION /usr/local/OTB/share/gettext/intl/VERSION; \
  dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 /usr/local/OTB/src/public/texinfo-4.0/intl/$file /usr/local/OTB/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
Making install in lib
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c getopt.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c getopt1.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c substring.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c xexit.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I.. -I../intl    -g -O2 -c xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o substring.o xexit.o xmalloc.o xstrdup.o 
ranlib libtxi.a
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in info
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c dir.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c display.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c dribble.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c echo-area.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c filesys.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c footnotes.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c gc.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c indices.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c info-utils.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c info.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c infodoc.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c makedoc.c
gcc  -g -O2  -o makedoc  makedoc.o ../lib/libtxi.a   
rm -f doc.c funs.h
./makedoc /usr/local/OTB/src/public/texinfo-4.0/info/session.c /usr/local/OTB/src/public/texinfo-4.0/info/echo-area.c /usr/local/OTB/src/public/texinfo-4.0/info/infodoc.c   /usr/local/OTB/src/public/texinfo-4.0/info/m-x.c /usr/local/OTB/src/public/texinfo-4.0/info/indices.c /usr/local/OTB/src/public/texinfo-4.0/info/nodemenu.c   /usr/local/OTB/src/public/texinfo-4.0/info/footnotes.c /usr/local/OTB/src/public/texinfo-4.0/info/variables.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c infomap.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c m-x.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c man.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c nodemenu.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c nodes.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c search.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c session.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c signals.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c terminal.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c tilde.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c variables.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c window.c
gcc -DINFODIR=\"/usr/local/OTB/info\" -DLOCALEDIR=\"/usr/local/OTB/share/locale\" -DHAVE_CONFIG_H -I. -I/usr/local/OTB/src/public/texinfo-4.0/lib -I../intl -I.. -I/usr/local/OTB/src/public/texinfo-4.0/info    -g -O2 -c doc.c
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   
terminal.o: In function `terminal_begin_using_terminal':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:141: undefined reference to `tputs'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:150: undefined reference to `tputs'
terminal.o: In function `terminal_end_using_terminal':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:172: undefined reference to `tputs'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:181: undefined reference to `tputs'
terminal.o: In function `terminal_goto_xy':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:237: undefined reference to `tgoto'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:237: undefined reference to `tputs'
terminal.o: In function `terminal_clear_to_eol':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:277: undefined reference to `tputs'
terminal.o: In function `terminal_clear_screen':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:289: undefined reference to `tputs'
terminal.o: In function `terminal_up_line':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:301: undefined reference to `tputs'
terminal.o: In function `terminal_down_line':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:313: undefined reference to `tputs'
terminal.o:/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:325: more undefined references to `tputs' follow
terminal.o: In function `terminal_delete_lines':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:371: undefined reference to `tgoto'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:371: undefined reference to `tputs'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:375: undefined reference to `tputs'
terminal.o: In function `terminal_insert_lines':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:396: undefined reference to `tgoto'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:396: undefined reference to `tputs'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:400: undefined reference to `tputs'
terminal.o: In function `terminal_get_screen_size':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:490: undefined reference to `tgetnum'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:502: undefined reference to `tgetnum'
terminal.o: In function `terminal_initialize_terminal':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:549: undefined reference to `tgetent'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:561: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:587: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:588: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:589: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:590: undefined reference to `tgetstr'
terminal.o:/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:593: more undefined references to `tgetstr' follow
terminal.o: In function `terminal_initialize_terminal':
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:625: undefined reference to `tgetflag'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:625: undefined reference to `tgetflag'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:628: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:629: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:638: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:639: undefined reference to `tgetstr'
/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:640: undefined reference to `tgetstr'
terminal.o:/usr/local/OTB/src/public/texinfo-4.0/info/terminal.c:641: more undefined references to `tgetstr' follow
collect2: ld returned 1 exit status
make[3]: *** [ginfo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [/usr/local/OTB/bin/makeinfo] Error 2
make: *** [html_docs] Error 2

Reply to: