On 8/23/05, Nick Blievers <[EMAIL PROTECTED]> wrote:
> Did you just leave the end bit off? Eg the error about not finding
> Makefile.in?
> 
> Anyway, regardless, we need to see the stuff before this! autogen.sh
> runs automake (and a few other things) and then configure.... this is
> the output from configure, not from automake (etc).
> 
> Now, you may need to clean up the tree (in fact, starting from a fresh
> tree might be easiest), so that automake is actually run. You can always
> do something like:
> sh -x autogen.sh
> 
> to see what its doing and see why its not running auto*

Hi Nick,
            Thanks. For the reply. I attached the output of sh -x
autogen.sh as requested.

-- 
With kind regards,
Didier.

------------
Yum/apt repository for DR17/EFL: http://sps.nus.edu.sg/~didierbe

Didier F.B Casse
PhD candidate, Singapore Synchrotron Light Source (SSLS)
National University of Singapore.
+ DIE=0
+ echo 'Generating configuration files for Eterm, please wait....'
Generating configuration files for Eterm, please wait....
+ LIBTOOLIZE_CHOICES=' libtoolize glibtoolize'
+ ACLOCAL_CHOICES=' aclocal'
+ AUTOCONF_CHOICES=' autoconf'
+ AUTOHEADER_CHOICES=' autoheader'
+ AUTOMAKE_CHOICES=' automake'
+ for i in '$LIBTOOLIZE_CHOICES'
+ libtoolize --version
+ LIBTOOLIZE=libtoolize
+ break
+ '[' xlibtoolize = x ']'
+ for i in '$ACLOCAL_CHOICES'
+ aclocal --version
+ ACLOCAL=aclocal
+ break
+ '[' xaclocal = x ']'
+ for i in '$AUTOCONF_CHOICES'
+ autoconf --version
+ AUTOCONF=autoconf
+ break
+ '[' xautoconf = x ']'
+ for i in '$AUTOHEADER_CHOICES'
+ autoheader --version
+ AUTOHEADER=autoheader
+ break
+ '[' xautoheader = x ']'
+ for i in '$AUTOMAKE_CHOICES'
+ automake --version
+ AUTOMAKE=automake
+ break
+ '[' xautomake = x ']'
+ export LIBTOOLIZE ACLOCAL AUTOCONF AUTOHEADER AUTOMAKE
+ set -x
+ libtoolize -c -f
+ set -x
+ aclocal -I .
/usr/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/linc.m4:1: warning: underquoted definition of AM_PATH_LINC
/usr/share/aclocal/librsvg.m4:11: warning: underquoted definition of AM_PATH_LI
RSVG
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of AM_PATH_LI
OLE2
/usr/share/aclocal/libast.m4:11: warning: underquoted definition of AST_CHECK_L
BAST
/usr/share/aclocal/libast.m4:72: warning: underquoted definition of AST_SIZE_TY
E
/usr/share/aclocal/libast.m4:89: warning: underquoted definition of AST_REGEXP_
UPPORT
/usr/share/aclocal/libast.m4:153: warning: underquoted definition of 
AST_X11_SUPORT
/usr/share/aclocal/libast.m4:183: warning: underquoted definition of AST_IMLIB2
SUPPORT
/usr/share/aclocal/libast.m4:219: warning: underquoted definition of AST_MMX_SU
PORT
/usr/share/aclocal/libast.m4:243: warning: underquoted definition of AST_STD_CH
CKS
/usr/share/aclocal/libast.m4:279: warning: underquoted definition of AST_PROG_C
ECKS
/usr/share/aclocal/libast.m4:291: warning: underquoted definition of AST_VAR_CH
CKS
/usr/share/aclocal/libast.m4:311: warning: underquoted definition of AST_HEADER
CHECKS
/usr/share/aclocal/libast.m4:318: warning: underquoted definition of AST_FUNC_C
ECKS
/usr/share/aclocal/libast.m4:328: warning: underquoted definition of AST_TYPE_C
ECKS
/usr/share/aclocal/libast.m4:339: warning: underquoted definition of AST_ARG_DE
UG
/usr/share/aclocal/libast.m4:360: warning: underquoted definition of AST_ARG_RE
EXP
/usr/share/aclocal/libast.m4:368: warning: underquoted definition of AST_ARG_BA
KQUOTE_EXEC
/usr/share/aclocal/libast.m4:391: warning: underquoted definition of AST_FLAGS
/usr/share/aclocal/libast.m4:403: warning: underquoted definition of AST_STATUS
/usr/share/aclocal/libast.m4:429: warning: underquoted definition of dps_snprin
f_oflow
/usr/share/aclocal/libast.m4:466: warning: underquoted definition of dps_vsnpri
tf_oflow
/usr/share/aclocal/libast.m4:512: warning: underquoted definition of dps_symlin
_open_bug
/usr/share/aclocal/libast.m4:586: warning: underquoted definition of dps_rlimit
nproc
/usr/share/aclocal/libast.m4:634: warning: underquoted definition of dps_rlimit
memlock
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
+ set -x
+ autoconf
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
+ set -x
+ autoheader
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
autoheader: warning: missing template: HAVE_SNPRINTF_BUG
autoheader: Use AC_DEFINE([HAVE_SNPRINTF_BUG], [], [Description])
+ set -x
+ automake -a -c
configure.in:122: warning: AC_CANONICAL_HOST invoked multiple times
autoconf/specific.m4:363: AC_CYGWIN is expanded from...
configure.in:122: the top level
configure.in:123: warning: AC_ARG_PROGRAM invoked multiple times
configure.in:1032: required file `config.h.in' not found
+ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for preferred libtoolize... libtoolize
checking for preferred aclocal... aclocal
checking for preferred autoconf... autoconf
checking for preferred autoheader... autoheader
checking for preferred automake... automake
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for distribution root... /home/didier/tmp/CVS/eterm/Eterm
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking if malloc debugging is wanted... no
checking for sed... /bin/sed
checking for rm... rm
checking for cp... cp
checking for chmod... chmod
checking for tar... tar
checking for mkdir... mkdir
checking for ctags... ctags
checking for ar... ar
checking for mv... mv
checking for tic... tic
checking whether ln -s works... yes
checking for perl... /usr/bin/perl
checking for gawk... (cached) gawk
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/byteorder.h usability... no
checking sys/byteorder.h presence... no
checking for sys/byteorder.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for unistd.h... (cached) yes
checking bsd/signal.h usability... no
checking bsd/signal.h presence... no
checking for bsd/signal.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking regexp.h usability... no
checking regexp.h presence... yes
configure: WARNING: regexp.h: present but cannot be compiled
configure: WARNING: regexp.h:     check for missing prerequisite headers?
configure: WARNING: regexp.h: see the Autoconf documentation
configure: WARNING: regexp.h:     section "Present But Cannot Be Compiled"
configure: WARNING: regexp.h: proceeding with the preprocessor's result
configure: WARNING: regexp.h: in the future, the compiler will take precedence
configure: WARNING:     ## ------------------------------------------ ##
configure: WARNING:     ## Report this to the AC_PACKAGE_NAME lists.  ##
configure: WARNING:     ## ------------------------------------------ ##
checking for regexp.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking X11/Xmu/Atoms.h usability... yes
checking X11/Xmu/Atoms.h presence... yes
checking for X11/Xmu/Atoms.h... yes
checking X11/Sunkeysym.h usability... yes
checking X11/Sunkeysym.h presence... yes
checking for X11/Sunkeysym.h... yes
checking X11/Xlocale.h usability... yes
checking X11/Xlocale.h presence... yes
checking for X11/Xlocale.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking for atexit... yes
checking for _exit... yes
checking for unsetenv... yes
checking for setutent... yes
checking for seteuid... yes
checking for memmove... yes
checking for putenv... yes
checking for strsep... yes
checking for setresuid... yes
checking for setresgid... yes
checking for memmem... yes
checking for usleep... yes
checking for snprintf... yes
checking for strcasestr... yes
checking for strcasechr... no
checking for strcasepbrk... no
checking for strrev... no
checking for nl_langinfo... yes
checking whether snprintf ignores n... no, snprintf is ok
checking for pow in -lm... yes
checking for library containing login... -lutil
checking for library containing logout... none required
checking for library containing getpwuid... none required
checking for debugging level... 4
checking for ptsname... yes
checking for grantpt... yes
checking for unlockpt... yes
checking for pty mechanism... SVR4 
checking for pty group... none
checking for saved uids... yes
checking if strict ICCCM compliance should be enabled... no
checking for XOpenDisplay in -lX11... yes
checking for XextAddDisplay in -lXext... yes
checking for XShapeQueryExtension in -lXext... yes
checking if Pablo support is wanted... no
checking for Escreen support... yes
checking for Etwin support... no
checking for Escreen startup effects... no
checking if profiling macros should be included... no
checking for pixmap support... yes
checking for dlopen in -ldl... yes
checking for TT_Init_FreeType in -lttf... yes
checking for imlib_create_image in -lImlib2... yes
checking for transparency support... yes
checking for MMX support... yes (32-bit)
checking for SSE2 support... no (no SSE2 detected)
checking for libast-config... libast-config
checking for libast_set_program_name in -last... yes
checking for utmp support... yes
checking for addToUtmp in -lutempter... yes
checking for backspace key configuration... default
checking for delete key configuration... default
checking for home key configuration... default
checking for end key configuration... default
checking if mousewheel support should be enabled... yes
checking for automatic encoding... yes
checking for multi-charset support... ISO-10646
checking for XIM support... yes
checking for XmuInternAtom in -lXmu... yes
checking for XRegisterIMInstantiateCallback in -lX11... yes
checking for Greek keyboard support... no
checking for dbx... no
checking for gdb... /usr/bin/gdb
checking for pstack... /usr/bin/pstack
checking for U_STACK_TRACE in -lcl... no
checking for Linux 2.1 or higher... yes
checking if we should enable name reporting escape sequences... no
checking for life_signs in -lKenny... no
  Oh my god, they killed Kenny!  You bastards!
configure: creating ./config.status
config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in
+ '[' -f cvs.motd ']'

Reply via email to