$ fam:~/fam-2.6.7
$ libtoolize
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
You should update your `aclocal.m4' by running aclocal.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
$ fam:~/fam-2.6.7
$ aclocal
$ fam:~/fam-2.6.7
$ ./configure --prefix=/usr
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing: Unknown `--run' option
Try `/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 dependency style of gcc... none
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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
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++... none
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for tar... tar
checking for ldconfig... /sbin/ldconfig
checking for dnotify fcntl support... yes
checking linux/imon.h usability... no
checking linux/imon.h presence... no
checking for linux/imon.h... no
Using imon support module IMonNone
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/fs/nfs_clnt.h usability... no
checking sys/fs/nfs_clnt.h presence... no
checking for sys/fs/nfs_clnt.h... no
checking SGI_NOHANG... no
checking for _daemonize... no
checking getgrmember... no
checking for stat.st_fstype string... no
checking for stat.st_ctim.tv_nsec (nanoseconds)... no
checking for mountlist struct... no
checking for mountlist pointer... yes
checking mntent.h for MNTTYPE_NFS... yes
checking mntent.h for MNTTYPE_NFS2... no
checking mntent.h for MNTTYPE_NFS3... no
checking mntent.h for MNTTYPE_CACHEFS... no
checking netinet/in.h for bindresvport()... yes
checking for prmap_sgi_t... no
checking for socklen_t... yes
checking for built-in bool... yes
checking for C++ namespace support... yes
checking for echo... /bin/echo
checking for echo -e flag... /bin/echo -e
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/rpm/Makefile
config.status: creating build/rpm/rpm.spec
config.status: creating fam/Makefile
config.status: creating fam/fam.conf
config.status: creating include/Makefile
config.status: creating libfam/Makefile
config.status: creating man/Makefile
config.status: creating man/fam.1m
config.status: creating support/Makefile
config.status: creating test/Makefile
config.status: creating util/Makefile
config.status: creating util/editconf/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
removing maintainer comments from fam/fam.conf
config.status: executing default-3 commands
replacing XXX_FAM_CONF with /usr/etc/fam.conf and removing maintainer comments
in man/fam.1m
$ fam:~/fam-2.6.7
$ make
cd . && \
automake-1.6 --gnu Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/usr --no-create --no-recursion
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing: Unknown `--run' option
Try `/usr/src/pkgUsrHomes/fam/fam-2.6.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... 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 dependency style of gcc... none
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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
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++... none
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... (cached) ranlib
checking for a BSD-compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for tar... tar
checking for ldconfig... /sbin/ldconfig
checking for dnotify fcntl support... yes
checking linux/imon.h usability... no
checking linux/imon.h presence... no
checking for linux/imon.h... no
Using imon support module IMonNone
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/fs/nfs_clnt.h usability... no
checking sys/fs/nfs_clnt.h presence... no
checking for sys/fs/nfs_clnt.h... no
checking SGI_NOHANG... no
checking for _daemonize... no
checking getgrmember... no
checking for stat.st_fstype string... no
checking for stat.st_ctim.tv_nsec (nanoseconds)... no
checking for mountlist struct... no
checking for mountlist pointer... yes
checking mntent.h for MNTTYPE_NFS... yes
checking mntent.h for MNTTYPE_NFS2... no
checking mntent.h for MNTTYPE_NFS3... no
checking mntent.h for MNTTYPE_CACHEFS... no
checking netinet/in.h for bindresvport()... yes
checking for prmap_sgi_t... no
checking for socklen_t... yes
checking for built-in bool... yes
checking for C++ namespace support... yes
checking for echo... /bin/echo
checking for echo -e flag... /bin/echo -e
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `config.h.in' is unchanged
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
Making all in util
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
cd .. && /bin/sh ./config.status util/Makefile
config.status: creating util/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making all in editconf
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
cd ../.. && /bin/sh ./config.status util/editconf/Makefile
config.status: creating util/editconf/Makefile
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util/editconf'
make[3]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/util'
Making all in include
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
cd .. && /bin/sh ./config.status include/Makefile
config.status: creating include/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/include'
Making all in support
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
cd .. && /bin/sh ./config.status support/Makefile
config.status: creating support/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Makefile:335: no file name for `-include'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o dummy.o `test
-f dummy.c++ || echo './'`dummy.c++
rm -f libsupport.a
ar cru libsupport.a dummy.o
ranlib libsupport.a
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/support'
Making all in libfam
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
cd .. && /bin/sh ./config.status libfam/Makefile
config.status: creating libfam/Makefile
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
make[2]: Entering directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I..
-I../include -DCONFIG_ETC_CONFIG_PATH=\"/usr/etc/fam.conf\" -g -O2 -c -o
Client.lo `test -f Client.c++ || echo './'`Client.c++
libtool: ltconfig version `' does not match ltmain.sh version `1.3.4'
Fatal configuration error. See the libtool docs for more information.
make[2]: *** [Client.lo] Error 1
make[2]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7/libfam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pkgUsrHomes/fam/fam-2.6.7'
make: *** [all] Error 2
--
Source code, list archive, and docs: http://oss.sgi.com/projects/fam/
To unsubscribe: echo unsubscribe fam | mail majordomo@xxxxxxxxxxx
|