without ./bootstrap, i can compile without problems.... 2011/1/21 Roberto Spadim <[email protected]>: > hi guys, i made a virtualbox (virtual machine) installed archlinux, > with last packages > but i can´t compile check: > i will call archlinux support too > > ================== > [root@myhost owfs]# autoconf --version > autoconf (GNU Autoconf) 2.68 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > ================== > [root@myhost owfs]# automake --version > automake (GNU automake) 1.11.1 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > <http://gnu.org/licenses/gpl-2.0.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Tom Tromey <[email protected]> > and Alexandre Duret-Lutz <[email protected]>. > ================== > [root@myhost owfs]# autoheader --version > autoheader (GNU Autoconf) 2.68 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Roland McGrath and Akim Demaille. > ================== > [root@myhost owfs]# aclocal --version > aclocal (GNU automake) 1.11.1 > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > <http://gnu.org/licenses/gpl-2.0.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Tom Tromey <[email protected]> > and Alexandre Duret-Lutz <[email protected]>. > ================== > [root@myhost owfs]# gcc --version > gcc (GCC) 4.5.2 > Copyright (C) 2010 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > ================== > > fuse version > [root@myhost owfs]# pacman --sync fuse > atenção: fuse-2.8.5-1 está atualizado -- reinstalando > resolvendo dependências... > procurando por conflitos internos... > > Alvos (1): fuse-2.8.5-1 > > Tamanho total do Download: 0,00 MB > Tamanho Total da Instalação: 0,77 MB > > ================== > swig > [root@myhost owfs]# swig -version > > SWIG Version 2.0.1 > > Compiled with g++ [x86_64-unknown-linux-gnu] > > Configured options: +pcre > > Please see http://www.swig.org for reporting bugs and further information > > ================== > > compiling: > > [root@myhost opt]# tar -zxf owfs-2.8p5.tar.gz > [root@myhost opt]# mv owfs-2.8p5 owfs > [root@myhost opt]# cd owfs > [root@myhost owfs]# ./bootstrap > configure.ac:1508: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > configure.ac:1508: the top level > configure.ac:1508: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > configure.ac:1508: the top level > configure.ac:1508: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > configure.ac:1508: the top level > configure.ac:1508: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > configure.ac:1508: the top level > Run './configure' and 'make' to build owfs > [root@myhost owfs]# ./configure > Configuring owfs-2.8p5 > checking build system type... x86_64-unknown-linux-gnu > checking host system type... x86_64-unknown-linux-gnu > checking target system type... x86_64-unknown-linux-gnu > checking for a BSD-compatible install... /bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for echo... /bin/echo > checking for test... /usr/bin/test > checking for rm... /bin/rm > checking for rpm... no > checking for rpmbuild... no > checking for swig... /usr/bin/swig > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > 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 ISO C89... 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 whether ln -s works... yes > checking whether make sets $(MAKE)... (cached) yes > checking for ranlib... ranlib > checking for gawk... (cached) gawk > checking how to print strings... printf > checking for a sed that does not truncate output... /bin/sed > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for fgrep... /bin/grep -F > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking the maximum length of command line arguments... 1572864 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+="... yes > checking how to convert x86_64-unknown-linux-gnu file names to > x86_64-unknown-linux-gnu format... func_convert_file_noop > checking how to convert x86_64-unknown-linux-gnu file names to > toolchain format... func_convert_file_noop > checking for /usr/bin/ld option to reload object files... -r > checking for objdump... objdump > checking how to recognize dependent libraries... pass_all > checking for dlltool... dlltool > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... @ > checking for strip... strip > checking for ranlib... (cached) ranlib > checking command to parse /usr/bin/nm -B output from gcc object... ok > checking for sysroot... no > checking for mt... no > checking if : is a manifest tool... no > 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 for dlfcn.h... yes > checking for objdir... .libs > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fPIC -DPIC > checking if gcc PIC flag -fPIC -DPIC works... yes > checking if gcc static flag -static works... yes > checking if gcc supports -c -o file.o... /bin/rm: cannot remove > `conftest*': No such file or directory > yes > checking if gcc supports -c -o file.o... (cached) yes > checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports > shared libraries... yes > checking whether -lc should be explicitly linked in... /bin/rm: cannot > remove `conftest*': No such file or directory > no > checking dynamic linker characteristics... GNU/Linux ld.so > checking how to hardcode library paths into programs... immediate > checking for shl_load... no > checking for shl_load in -ldld... no > checking for dlopen... no > checking for dlopen in -ldl... yes > checking whether a program can dlopen itself... yes > checking whether a statically linked program can dlopen itself... no > 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 > checking if debian-system is used... no (default) > checking for special host... Other host > checking if compiler supports nested functions... yes > checking for dirent.h that defines DIR... yes > checking for library containing opendir... none required > checking for ANSI C header files... (cached) yes > checking asm/types.h usability... yes > checking asm/types.h presence... yes > checking for asm/types.h... yes > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking sys/ioctl.h usability... yes > checking sys/ioctl.h presence... yes > checking for sys/ioctl.h... yes > checking sys/mkdev.h usability... no > checking sys/mkdev.h presence... no > checking for sys/mkdev.h... no > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking sys/time.h usability... yes > checking sys/time.h presence... yes > checking for sys/time.h... yes > checking sys/times.h usability... yes > checking sys/times.h presence... yes > checking for sys/times.h... yes > checking for sys/types.h... (cached) yes > checking sys/uio.h usability... yes > checking sys/uio.h presence... yes > checking for sys/uio.h... yes > checking feature_tests.h usability... no > checking feature_tests.h presence... no > checking for feature_tests.h... no > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking netinet/in.h usability... yes > checking netinet/in.h presence... yes > checking for netinet/in.h... yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for strings.h... (cached) yes > checking sys/file.h usability... yes > checking sys/file.h presence... yes > checking for sys/file.h... yes > checking syslog.h usability... yes > checking syslog.h presence... yes > checking for syslog.h... yes > checking termios.h usability... yes > checking termios.h presence... yes > checking for termios.h... yes > checking for unistd.h... (cached) yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking for stdint.h... (cached) yes > checking features.h usability... yes > checking features.h presence... yes > checking for features.h... yes > checking getopt.h usability... yes > checking getopt.h presence... yes > checking for getopt.h... yes > checking resolv.h usability... yes > checking resolv.h presence... yes > checking for resolv.h... yes > checking semaphore.h usability... yes > checking semaphore.h presence... yes > checking for semaphore.h... yes > checking linux/limits.h usability... yes > checking linux/limits.h presence... yes > checking for linux/limits.h... yes > checking linux/types.h usability... yes > checking linux/types.h presence... yes > checking for linux/types.h... yes > checking netdb.h usability... yes > checking netdb.h presence... yes > checking for netdb.h... yes > checking for dlfcn.h... (cached) yes > checking if debug-output is enabled... yes (default) > checking if OWSHELL support is enabled... yes (default) > checking if OWLIB support is enabled... yes (default) > checking if OWNETLIB support is enabled... yes (default) > checking if TAI8570 barometer support is enabled... yes (default) > checking if thermocouple support is enabled... yes (default) > checking if multithreading is enabled... yes (default) > checking for the pthreads library -lpthreads... no > checking whether pthreads work without any flags... no > checking whether pthreads work with -Kthread... no > checking whether pthreads work with -kthread... no > checking for the pthreads library -llthread... no > checking whether pthreads work with -pthread... yes > checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE > checking if more special flags are required for pthreads... no > checking if i2c(DS2482-x00) is enabled... yes (default) > checking if HA7Net is enabled... yes (default) > checking if W1 is enabled... yes (default) > checking if owhttpd is enabled... yes (default) > checking if owftpd is enabled... yes (default) > checking if owserver is enabled... yes (default) > checking if ownet is enabled... yes (default) > checking if owtap is enabled... yes (default) > checking if owmalloc is enabled... no (default) > checking if bus traffic reports is enabled... no (default) > checking if owmon is enabled... yes (default) > checking if owcapi is enabled... yes (default) > checking if swig is enabled... auto (default) > checking if owperl is enabled... yes (default) > Looking for location of Perl executable > checking for perl... perl > checking for Perl5 header files... /usr/lib/perl5/core_perl/CORE > checking for Perl5 library... perl.so > checking for Perl5 compiler options... -D_REENTRANT -D_GNU_SOURCE > -fno-strict-aliasing -pipe -fstack-protector /usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > checking if owphp is enabled... yes (default) > Looking for location of Php executable > checking for php... php > checking for php-config... php-config > checking for PHP header files... -I/usr/include/php > -I/usr/include/php/main -I/usr/include/php/TSRM > -I/usr/include/php/Zend -I/usr/include/php/ext > -I/usr/include/php/ext/date/lib > checking for PHP extension-dir... /usr/lib64/php/modules > checking if owpython is enabled... yes (default) > Looking for location of Python executable > checking for python-config... python-config > checking for python... python > checking for Python cflags... -I/usr/include/python3.1 > -I/usr/include/python3.1 -march=x86-64 -mtune=generic -O2 -pipe > -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe > checking for Python ldflags... -lpthread -ldl -lutil -lm -lpython3.1 > checking for Python libs... -lpthread -ldl -lutil -lm -lpython3.1 > File "<string>", line 1 > import string,operator,os.path; print > operator.getitem(os.path.split(operator.getitem(os.path.split(string.__file__),0)),1) > ^ > SyntaxError: invalid syntax > > checking for Python exec-prefix... /usr > checking for Python site-dir... > checking if owtcl is enabled... yes (default) > Looking for tclConfig.sh > checking for Tcl configuration... found /usr/lib/tclConfig.sh > checking for existence of /usr/lib/tclConfig.sh... loading > checking if cflag _XOPEN_SOURCE is required... -D_XOPEN_SOURCE=500 > checking if cflag _BSD_SOURCE is required... -D_BSD_SOURCE=1 > -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L > checking if extra libs are required... -Wl,--rpath -Wl,${exec_prefix}/lib > checking if profiling is enabled... no (default) > configure: WARNING: LD_EXTRALIBS=-Wl,--rpath -Wl,/opt/owfs/lib OSLIBS= > checking if owfs is enabled... auto (default) > checking fuse.h usability... yes > checking fuse.h presence... yes > checking for fuse.h... yes > checking for fuse_main in -lfuse... yes > checking For supported FUSE API version... yes > checking For FUSE version ... 2.2 or later > checking if caching is enabled... yes (default) > checking if zeroconf/bonjour is enabled... yes (default) > checking for libusb-config... libusb-config > checking if usb support is enabled... auto (default) > checking if libusb compiles with includes+lib ... ok > checking if usb_interrupt_read is found... yes > checking if parallel port support is enabled... yes (default) > checking linux/ppdev.h usability... yes > checking linux/ppdev.h presence... yes > checking for linux/ppdev.h... yes > checking for struct sockaddr_storage... yes > checking for struct addrinfo... yes > checking for socklen_t... yes > checking for AF_NETLINK... yes > checking for broken glibc with __ss_family... no > checking for core ipv6 support... no > checking if sem_timedwait exists... yes > checking whether string.h and strings.h may both be included... yes > checking for an ANSI C-conforming const... yes > checking for off_t... yes > checking for pid_t... yes > checking for size_t... yes > checking whether time.h and sys/time.h may both be included... yes > checking for stdbool.h that conforms to C99... yes > checking for _Bool... yes > checking whether struct tm is in sys/time.h or time.h... time.h > checking vfork.h usability... no > checking vfork.h presence... no > checking for vfork.h... no > checking for fork... yes > checking for vfork... yes > checking for working fork... yes > checking for working vfork... (cached) yes > checking sys/select.h usability... yes > checking sys/select.h presence... yes > checking for sys/select.h... yes > checking for sys/socket.h... (cached) yes > checking types of arguments for select... int,fd_set *,struct timeval * > checking for strftime... yes > checking for working strtod... yes > checking return type of signal handlers... void > checking for accept... yes > checking for daemon... yes > checking for getaddrinfo... yes > checking for freeaddrinfo... yes > checking for gethostbyname2_r... yes > checking for gethostbyaddr_r... yes > checking for gethostbyname_r... yes > checking for getservbyname_r... yes > checking for getopt... yes > checking for getopt_long... yes > checking for gettimeofday... yes > checking for inet_ntop... yes > checking for inet_pton... yes > checking for memchr... yes > checking for memset... yes > checking for select... yes > checking for socket... yes > checking for strcasecmp... yes > checking for strchr... yes > checking for strdup... yes > checking for strncasecmp... yes > checking for strtol... yes > checking for strtoul... yes > checking for twalk... yes > checking for tsearch... yes > checking for tfind... yes > checking for tdelete... yes > checking for tdestroy... yes > checking for vasprintf... yes > checking for strsep... yes > checking for vsprintf... yes > checking for vsnprintf... yes > checking for writev... yes > checking for getline... yes > checking for library containing dlopen... -ldl > checking for library containing lrint... -lm > checking for library containing nanosleep... none required > configure: creating ./config.status > config.status: creating Makefile > config.status: creating module/Makefile > config.status: creating module/owlib/Makefile > config.status: creating module/owlib/src/Makefile > config.status: creating module/owlib/src/include/Makefile > config.status: creating module/owlib/src/c/Makefile > config.status: creating module/owfs/Makefile > config.status: creating module/owfs/src/Makefile > config.status: creating module/owfs/src/include/Makefile > config.status: creating module/owfs/src/c/Makefile > config.status: creating module/owhttpd/Makefile > config.status: creating module/owhttpd/src/Makefile > config.status: creating module/owhttpd/src/include/Makefile > config.status: creating module/owhttpd/src/c/Makefile > config.status: creating module/owserver/Makefile > config.status: creating module/owserver/src/Makefile > config.status: creating module/owserver/src/include/Makefile > config.status: creating module/owserver/src/c/Makefile > config.status: creating module/owftpd/Makefile > config.status: creating module/owftpd/src/Makefile > config.status: creating module/owftpd/src/include/Makefile > config.status: creating module/owftpd/src/c/Makefile > config.status: creating module/ownet/Makefile > config.status: creating module/ownet/php/Makefile > config.status: creating module/ownet/php/examples/ownet_example.php > config.status: creating module/ownet/python/Makefile > config.status: creating module/ownet/perl5/Makefile > config.status: creating module/ownet/c/Makefile > config.status: creating module/ownet/c/src/Makefile > config.status: creating module/ownet/c/src/include/Makefile > config.status: creating module/ownet/c/src/c/Makefile > config.status: creating module/ownet/c/src/example/Makefile > config.status: creating module/owshell/Makefile > config.status: creating module/owshell/src/Makefile > config.status: creating module/owshell/src/include/Makefile > config.status: creating module/owshell/src/c/Makefile > config.status: creating module/owcapi/Makefile > config.status: creating module/owcapi/src/Makefile > config.status: creating module/owcapi/src/include/Makefile > config.status: creating module/owcapi/src/c/Makefile > config.status: creating module/owcapi/src/example/Makefile > config.status: creating module/owcapi/src/example++/Makefile > config.status: creating module/owtap/Makefile > config.status: creating module/owmon/Makefile > config.status: creating module/swig/Makefile > config.status: creating module/swig/perl5/Makefile > config.status: creating module/swig/perl5/OW/Makefile.linux > config.status: creating module/swig/perl5/OW/Makefile.osx > config.status: creating module/swig/php/Makefile > config.status: creating module/swig/php/example/load_php_OW.php > config.status: creating module/swig/python/Makefile > config.status: creating module/swig/python/ow/Makefile > config.status: creating module/swig/python/setup.py > config.status: creating module/owtcl/Makefile > config.status: creating src/Makefile > config.status: creating src/include/Makefile > config.status: creating src/man/Makefile > config.status: creating src/rpm/Makefile > config.status: creating src/rpm/owfs.spec > config.status: creating src/scripts/Makefile > config.status: creating src/scripts/windows/Makefile > config.status: creating src/scripts/windows/owfs.nsi > config.status: creating src/scripts/usb/Makefile > config.status: creating src/scripts/usb/cygwin/Makefile > config.status: creating src/scripts/usb/windows/Makefile > config.status: creating src/include/owfs_config.h > config.status: creating src/include/config.h > config.status: executing depfiles commands > config.status: executing libtool commands > /bin/rm: cannot remove `libtoolT': No such file or directory > > Current configuration: > > Deployment location: /opt/owfs > > Compile-time options: > Caching is enabled > USB is enabled > I2C is enabled > HA7Net is enabled > W1 is enabled > Multithreading is enabled > Parallel port DS1410E is enabled > TAI8570 barometer is enabled > Thermocouple is enabled > Zeroconf/Bonjour is enabled > Debug-output is enabled > Profiling is DISABLED > Tracing memory allocation is DISABLED > 1wire bus traffic reports is DISABLED > > Module configuration: > owlib is enabled > owshell is enabled > owfs is enabled > owhttpd is enabled > owftpd is enabled > owserver is enabled > ownet is enabled > ownetlib is enabled > owtap is enabled > owmon is enabled > owcapi is enabled > swig is enabled > owperl is enabled > owphp is enabled > owpython is enabled > owtcl is enabled > > [root@myhost owfs]# make > Making all in src > make[1]: Entrando no diretório `/opt/owfs/src' > Making all in include > make[2]: Entrando no diretório `/opt/owfs/src/include' > (CDPATH="${ZSH_VERSION+.}:" && cd ../.. && /bin/sh > /opt/owfs/src/scripts/install/missing --run autoheader) > configure.ac:1508: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > detected in body > ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... > ../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from... > ../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from... > ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... > ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... > ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... > configure.ac:1508: the top level > rm -f stamp-h1 > touch config.h.in > cd ../.. && /bin/sh ./config.status src/include/config.h > config.status: creating src/include/config.h > config.status: src/include/config.h is unchanged > make all-am > make[3]: Entrando no diretório `/opt/owfs/src/include' > make[3]: Saindo do diretório `/opt/owfs/src/include' > make[2]: Saindo do diretório `/opt/owfs/src/include' > Making all in man > make[2]: Entrando no diretório `/opt/owfs/src/man' > make[2]: Nada a ser feito para `all'. > make[2]: Saindo do diretório `/opt/owfs/src/man' > Making all in rpm > make[2]: Entrando no diretório `/opt/owfs/src/rpm' > make[2]: Nada a ser feito para `all'. > make[2]: Saindo do diretório `/opt/owfs/src/rpm' > Making all in scripts > make[2]: Entrando no diretório `/opt/owfs/src/scripts' > Making all in usb > make[3]: Entrando no diretório `/opt/owfs/src/scripts/usb' > Making all in windows > make[4]: Entrando no diretório `/opt/owfs/src/scripts/usb/windows' > make[4]: Nada a ser feito para `all'. > make[4]: Saindo do diretório `/opt/owfs/src/scripts/usb/windows' > Making all in cygwin > make[4]: Entrando no diretório `/opt/owfs/src/scripts/usb/cygwin' > make[4]: Nada a ser feito para `all'. > make[4]: Saindo do diretório `/opt/owfs/src/scripts/usb/cygwin' > make[4]: Entrando no diretório `/opt/owfs/src/scripts/usb' > make[4]: Nada a ser feito para `all-am'. > make[4]: Saindo do diretório `/opt/owfs/src/scripts/usb' > make[3]: Saindo do diretório `/opt/owfs/src/scripts/usb' > Making all in windows > make[3]: Entrando no diretório `/opt/owfs/src/scripts/windows' > make[3]: Nada a ser feito para `all'. > make[3]: Saindo do diretório `/opt/owfs/src/scripts/windows' > make[3]: Entrando no diretório `/opt/owfs/src/scripts' > make[3]: Nada a ser feito para `all-am'. > make[3]: Saindo do diretório `/opt/owfs/src/scripts' > make[2]: Saindo do diretório `/opt/owfs/src/scripts' > make[2]: Entrando no diretório `/opt/owfs/src' > make[2]: Nada a ser feito para `all-am'. > make[2]: Saindo do diretório `/opt/owfs/src' > make[1]: Saindo do diretório `/opt/owfs/src' > Making all in module > make[1]: Entrando no diretório `/opt/owfs/module' > Making all in owshell > make[2]: Entrando no diretório `/opt/owfs/module/owshell' > Making all in src > make[3]: Entrando no diretório `/opt/owfs/module/owshell/src' > Making all in c > make[4]: Entrando no diretório `/opt/owfs/module/owshell/src/c' > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_opt.o -MD -MP -MF .deps/ow_opt.Tpo -c > -o ow_opt.o ow_opt.c > mv -f .deps/ow_opt.Tpo .deps/ow_opt.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_help.o -MD -MP -MF .deps/ow_help.Tpo > -c -o ow_help.o ow_help.c > mv -f .deps/ow_help.Tpo .deps/ow_help.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_server.o -MD -MP -MF > .deps/ow_server.Tpo -c -o ow_server.o ow_server.c > mv -f .deps/ow_server.Tpo .deps/ow_server.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_net.o -MD -MP -MF .deps/ow_net.Tpo -c > -o ow_net.o ow_net.c > mv -f .deps/ow_net.Tpo .deps/ow_net.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_browse.o -MD -MP -MF > .deps/ow_browse.Tpo -c -o ow_browse.o ow_browse.c > ow_browse.c: In function 'BrowseBack': > ow_browse.c:100:4: warning: passing argument 7 of 'DNSServiceResolve' > from incompatible pointer type > ow_browse.c:100:4: note: expected 'DNSServiceResolveReply' but > argument is of type 'void (*)(struct _DNSServiceRef_t *, > DNSServiceFlags, uint32_t, DNSServiceErrorType, const char *, const > char *, uint16_t, uint16_t, const char *, void *)' > mv -f .deps/ow_browse.Tpo .deps/ow_browse.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_dl.o -MD -MP -MF .deps/ow_dl.Tpo -c > -o ow_dl.o ow_dl.c > mv -f .deps/ow_dl.Tpo .deps/ow_dl.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_dnssd.o -MD -MP -MF > .deps/ow_dnssd.Tpo -c -o ow_dnssd.o ow_dnssd.c > mv -f .deps/ow_dnssd.Tpo .deps/ow_dnssd.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT ow_tcp_read.o -MD -MP -MF > .deps/ow_tcp_read.Tpo -c -o ow_tcp_read.o ow_tcp_read.c > mv -f .deps/ow_tcp_read.Tpo .deps/ow_tcp_read.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT getaddrinfo.o -MD -MP -MF > .deps/getaddrinfo.Tpo -c -o getaddrinfo.o getaddrinfo.c > mv -f .deps/getaddrinfo.Tpo .deps/getaddrinfo.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c > -o getopt.o getopt.c > mv -f .deps/getopt.Tpo .deps/getopt.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT globals.o -MD -MP -MF .deps/globals.Tpo > -c -o globals.o globals.c > mv -f .deps/globals.Tpo .deps/globals.Po > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT owget.o -MD -MP -MF .deps/owget.Tpo -c > -o owget.o owget.c > mv -f .deps/owget.Tpo .deps/owget.Po > /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -o owget ow_opt.o ow_help.o ow_server.o > ow_net.o ow_browse.o ow_dl.o ow_dnssd.o ow_tcp_read.o getaddrinfo.o > getopt.o globals.o owget.o -Wl,--rpath -Wl,/opt/owfs/lib -lm -ldl > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT owdir.o -MD -MP -MF .deps/owdir.Tpo -c > -o owdir.o owdir.c > mv -f .deps/owdir.Tpo .deps/owdir.Po > /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -o owdir ow_opt.o ow_help.o ow_server.o > ow_net.o ow_browse.o ow_dl.o ow_dnssd.o ow_tcp_read.o getaddrinfo.o > getopt.o globals.o owdir.o -Wl,--rpath -Wl,/opt/owfs/lib -lm -ldl > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT owread.o -MD -MP -MF .deps/owread.Tpo -c > -o owread.o owread.c > mv -f .deps/owread.Tpo .deps/owread.Po > /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -o owread ow_opt.o ow_help.o ow_server.o > ow_net.o ow_browse.o ow_dl.o ow_dnssd.o ow_tcp_read.o getaddrinfo.o > getopt.o globals.o owread.o -Wl,--rpath -Wl,/opt/owfs/lib -lm -ldl > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT owwrite.o -MD -MP -MF .deps/owwrite.Tpo > -c -o owwrite.o owwrite.c > mv -f .deps/owwrite.Tpo .deps/owwrite.Po > /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -o owwrite ow_opt.o ow_help.o ow_server.o > ow_net.o ow_browse.o ow_dl.o ow_dnssd.o ow_tcp_read.o getaddrinfo.o > getopt.o globals.o owwrite.o -Wl,--rpath -Wl,/opt/owfs/lib -lm -ldl > gcc -DHAVE_CONFIG_H -I. -I../../../../src/include -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT owpresent.o -MD -MP -MF > .deps/owpresent.Tpo -c -o owpresent.o owpresent.c > mv -f .deps/owpresent.Tpo .deps/owpresent.Po > /bin/sh ../../../../libtool --tag=CC --mode=link gcc -I../include > -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow > -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes > -Wredundant-decls -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 > -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -g -O2 > -m64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -o owpresent ow_opt.o ow_help.o > ow_server.o ow_net.o ow_browse.o ow_dl.o ow_dnssd.o ow_tcp_read.o > getaddrinfo.o getopt.o globals.o owpresent.o -Wl,--rpath > -Wl,/opt/owfs/lib -lm -ldl > make[4]: Saindo do diretório `/opt/owfs/module/owshell/src/c' > Making all in include > make[4]: Entrando no diretório `/opt/owfs/module/owshell/src/include' > make[4]: Nada a ser feito para `all'. > make[4]: Saindo do diretório `/opt/owfs/module/owshell/src/include' > make[4]: Entrando no diretório `/opt/owfs/module/owshell/src' > make[4]: Nada a ser feito para `all-am'. > make[4]: Saindo do diretório `/opt/owfs/module/owshell/src' > make[3]: Saindo do diretório `/opt/owfs/module/owshell/src' > make[3]: Entrando no diretório `/opt/owfs/module/owshell' > make[3]: Nada a ser feito para `all-am'. > make[3]: Saindo do diretório `/opt/owfs/module/owshell' > make[2]: Saindo do diretório `/opt/owfs/module/owshell' > Making all in ownet > make[2]: Entrando no diretório `/opt/owfs/module/ownet' > Making all in c > make[3]: Entrando no diretório `/opt/owfs/module/ownet/c' > Making all in src > make[4]: Entrando no diretório `/opt/owfs/module/ownet/c/src' > Making all in c > make[5]: Entrando no diretório `/opt/owfs/module/ownet/c/src/c' > /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc > -DHAVE_CONFIG_H -I. -I../../../../../src/include -I../include > -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual > -Wcast-align -Wstrict-prototypes -Wredundant-decls -D__EXTENSIONS__ > -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 > -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread -g -O2 -m64 > -D_XOPEN_SOURCE=500 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 > -D_POSIX_C_SOURCE=200112L -MT compat.lo -MD -MP -MF .deps/compat.Tpo > -c -o compat.lo compat.c > mv -f .deps/compat.Tpo .deps/compat.Plo > mv: impossível obter estado de ".deps/compat.Tpo": Arquivo ou > diretório não encontrado > make[5]: ** [compat.lo] Erro 1 > make[5]: Saindo do diretório `/opt/owfs/module/ownet/c/src/c' > make[4]: ** [all-recursive] Erro 1 > make[4]: Saindo do diretório `/opt/owfs/module/ownet/c/src' > make[3]: ** [all-recursive] Erro 1 > make[3]: Saindo do diretório `/opt/owfs/module/ownet/c' > make[2]: ** [all-recursive] Erro 1 > make[2]: Saindo do diretório `/opt/owfs/module/ownet' > make[1]: ** [all-recursive] Erro 1 > make[1]: Saindo do diretório `/opt/owfs/module' > make: ** [all-recursive] Erro 1 > [root@myhost owfs]# >
-- Roberto Spadim Spadim Technology / SPAEmpresarial ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
