fam
[Top] [All Lists]

Compile error on OSX Jaguar

To: fam@xxxxxxxxxxx
Subject: Compile error on OSX Jaguar
From: Chris <chris@xxxxxxxxx>
Date: Sat, 3 May 2003 01:06:52 +0200
Sender: fam-bounce@xxxxxxxxxxx
Hello,

I'm trying to compile FAM 2.6.10 on OS X 10.2.5 (gcc version 3.1 20020420).
For that i applied the freeBSD patch.

the ./configure seems works well (without running autoconf).
but i have errors with make :

any idea ?

Thx a lot.
C.

---- output ---

% make
cd . && aclocal-1.6
cd . && \
  automake-1.6 --gnu  Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure   --no-create --no-recursion
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/kubernan/Desktop/fam-2.6.10/missing: Unknown `--run' option
Try `/Users/kubernan/Desktop/fam-2.6.10/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets ${MAKE}... yes
checking build system type... powerpc-apple-darwin6.5
checking host system type... powerpc-apple-darwin6.5
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 executable suffix...
checking for object suffix... 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... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
checking command to parse /usr/bin/nm -p output... ok
checking how to run the C preprocessor... gcc -E
checking for dlfcn.h... no
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
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... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin6.5 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
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... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for tar... /usr/bin/tar
checking for ldconfig... no
checking for mntent.h... yes
checking for linux/imon.h... no
Using imon support module IMonNone
checking for sys/statvfs.h... no
checking for sys/syssgi.h... no
checking for sys/fs/nfs_clnt.h... no
checking SGI_NOHANG... no
checking for _daemonize... no
checking for daemon... no
checking for getgrmember... no
checking for getgroups... yes
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 netinet/in.h for bindresvport()... no
checking for prmap_sgi_t... no
checking for socklen_t... no
checking for built-in bool... yes
checking for C++ namespace support... yes
checking for echo... /bin/echo
checking for echo -e flag... /bin/echo
configure: creating ./config.status

  ******************************************************************
  *                                                                *
  *  Note!  Kernel support for imon was not detected.  fam should  *
  *  still work, but it will have to poll monitored filesystems    *
  *  instead of receiving file operation events from the kernel.   *
  *                                                                *
  *  If you think your kernel has imon, see what this script is    *
  *  looking for (on Linux, probably /usr/include/linux/imon.h),   *
  *  fix the problem (perhaps by adding a link), and run this      *
  *  again.  (You probably need to remove config.cache first.)     *
  *                                                                *
  *  See http://oss.sgi.com/projects/fam/ for more information.    *
  *                                                                *
  ******************************************************************

cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
cd . && autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make  all-recursive
Making all in util
cd .. && \
  automake-1.6 --gnu  util/Makefile
cd .. && /bin/sh ./config.status util/Makefile
config.status: error: invalid argument: util/Makefile
make[2]: *** [Makefile] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

--- end of outpt ---


<Prev in Thread] Current Thread [Next in Thread>
  • Compile error on OSX Jaguar, Chris <=