Skip to content

Instantly share code, notes, and snippets.

@csexton
Created April 27, 2009 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csexton/102723 to your computer and use it in GitHub Desktop.
Save csexton/102723 to your computer and use it in GitHub Desktop.
csexton@cs-zesty:~/src/nueng (git::master)$ autoconf
csexton@cs-zesty:~/src/nueng (git::master)$ automake
csexton@cs-zesty:~/src/nueng (git::master)$ git st
# On branch master
# Your branch is ahead of 'origin/master' by 3 commits.
#
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: Makefile.in
# modified: configure
# modified: examples/Makefile.in
# modified: examples/c/Makefile.in
# modified: src/Makefile.in
# modified: test/Makefile.in
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# NuEngProject.xcodeproj/csexton.mode1v3
# NuEngProject.xcodeproj/csexton.pbxuser
# autom4te.cache/
no changes added to commit (use "git add" and/or "git commit -a")
csexton@cs-zesty:~/src/nueng (git::master)$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
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 g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking build system type... i386-apple-darwin9.6.0
checking host system type... i386-apple-darwin9.6.0
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
checking the name lister (/usr/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
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 for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC 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.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.6.0 dyld
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
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
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 for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ssize_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uint16_t... yes
checking for uint64_t... yes
checking for working volatile... yes
checking for error_at_line... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... 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 whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... no
checking for bzero... yes
checking for getcwd... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strtoul... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating examples/c/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
csexton@cs-zesty:~/src/nueng (git::master)$ make
Making all in src
make[1]: Nothing to be done for `all'.
Making all in test
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all-am'.
csexton@cs-zesty:~/src/nueng (git::master)$ make check
Making check in src
make[1]: Nothing to be done for `check'.
Making check in test
make NuEngTest
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestMain.o -MD -MP -MF .deps/NuEngTest-TestMain.Tpo -c -o NuEngTest-TestMain.o `test -f 'TestMain.cpp' || echo './'`TestMain.cpp
mv -f .deps/NuEngTest-TestMain.Tpo .deps/NuEngTest-TestMain.Po
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestFileIterator.o -MD -MP -MF .deps/NuEngTest-TestFileIterator.Tpo -c -o NuEngTest-TestFileIterator.o `test -f 'TestFileIterator.cpp' || echo './'`TestFileIterator.cpp
mv -f .deps/NuEngTest-TestFileIterator.Tpo .deps/NuEngTest-TestFileIterator.Po
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestBackupFiles.o -MD -MP -MF .deps/NuEngTest-TestBackupFiles.Tpo -c -o NuEngTest-TestBackupFiles.o `test -f 'TestBackupFiles.cpp' || echo './'`TestBackupFiles.cpp
mv -f .deps/NuEngTest-TestBackupFiles.Tpo .deps/NuEngTest-TestBackupFiles.Po
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestConfiguration.o -MD -MP -MF .deps/NuEngTest-TestConfiguration.Tpo -c -o NuEngTest-TestConfiguration.o `test -f 'TestConfiguration.cpp' || echo './'`TestConfiguration.cpp
mv -f .deps/NuEngTest-TestConfiguration.Tpo .deps/NuEngTest-TestConfiguration.Po
g++ -DPACKAGE_NAME=\"nueng\" -DPACKAGE_TARNAME=\"nueng\" -DPACKAGE_VERSION=\"1.0.0\" -DPACKAGE_STRING=\"nueng\ 1.0.0\" -DPACKAGE_BUGREPORT=\"jorge_velazquez@symantec.com\" -DPACKAGE=\"nueng\" -DVERSION=\"1.0.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NETDB_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_BZERO=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 -DHAVE_STRTOUL=1 -I. -I/opt/local/include -I../include -I../src -I../src/BRServerCommands -g -g -pg -MT NuEngTest-TestBackup.o -MD -MP -MF .deps/NuEngTest-TestBackup.Tpo -c -o NuEngTest-TestBackup.o `test -f 'TestBackup.cpp' || echo './'`TestBackup.cpp
mv -f .deps/NuEngTest-TestBackup.Tpo .deps/NuEngTest-TestBackup.Po
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -pg -L/opt/local/lib -L/usr/local/lib -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl -o NuEngTest NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o ../src/libNuEng.la
../libtool: line 804: X--tag=CXX: command not found
../libtool: line 837: libtool: ignoring unknown tag : command not found
../libtool: line 804: X--mode=link: command not found
../libtool: line 970: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 971: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
../libtool: line 2197: X-g: command not found
../libtool: line 2032: X-pg: command not found
../libtool: line 1917: X-L/opt/local/lib: No such file or directory
../libtool: line 1917: X-L/usr/local/lib: No such file or directory
../libtool: line 2366: XNuEngTest: command not found
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
../libtool: line 2378: XNuEngTest: command not found
../libtool: line 2386: mkdir /.libs: No such file or directory
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2799: X../src/libNuEng.la: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 2513: X-lpthread: command not found
../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2799: X../src/libNuEng.la: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 2513: X-lpthread: command not found
../libtool: line 5121: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
../libtool: line 5122: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 5131: : command not found
make check-TESTS
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -pg -L/opt/local/lib -L/usr/local/lib -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl -o NuEngTest NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o ../src/libNuEng.la
../libtool: line 804: X--tag=CXX: command not found
../libtool: line 837: libtool: ignoring unknown tag : command not found
../libtool: line 804: X--mode=link: command not found
../libtool: line 970: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 971: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
i686-apple-darwin9-gcc-4.0.1: no input files
../libtool: line 2197: X-g: command not found
../libtool: line 2032: X-pg: command not found
../libtool: line 1917: X-L/opt/local/lib: No such file or directory
../libtool: line 1917: X-L/usr/local/lib: No such file or directory
../libtool: line 2366: XNuEngTest: command not found
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 2378: XNuEngTest: command not found
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2799: X../src/libNuEng.la: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 2513: X-lpthread: command not found
../libtool: line 2595: X-L/Users/csexton/src/nueng/test: No such file or directory
../libtool: line 2513: X-lboost_system-mt: command not found
../libtool: line 2513: X-lcppunit: command not found
../libtool: line 2513: X-llog4cpp: command not found
../libtool: line 2513: X-lcrypto: command not found
../libtool: line 2513: X-lz: command not found
../libtool: line 2513: X-lssl: command not found
../libtool: line 2699: X../src/libNuEng.la: No such file or directory
../libtool: line 2799: X../src/libNuEng.la: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 2513: X-lpthread: command not found
../libtool: line 5121: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
../libtool: line 5122: Xg++ "" "" -o @OUTPUT@ NuEngTest-TestMain.o NuEngTest-TestFileIterator.o NuEngTest-TestBackupFiles.o NuEngTest-TestConfiguration.o NuEngTest-TestBackup.o -Wl,-bind_at_load -L/Users/csexton/src/nueng/test -lboost_system-mt -lcppunit -llog4cpp -lcrypto -lz -lssl /.libs/libNuEng.a -lpthread: No such file or directory
Xquartz starting:
X.org Release 7.2
X.Org X Server 1.3.0-apple22
Build Date: 20080821
Launchd socket fd: -1
../libtool: line 5131: : command not found
/bin/sh: ./NuEngTest: No such file or directory
FAIL: NuEngTest
=============================================
1 of 1 test failed
Please report to jorge_velazquez@symantec.com
=============================================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
csexton@cs-zesty:~/src/nueng (git::master)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment