Message boards : Questions and problems : g++: libboinc.a: No such file or directory
Message board moderation
Author | Message |
---|---|
Send message Joined: 20 May 12 Posts: 7 |
I'm using slackware 13.37 (32 bit) on my i7 with sandybridge using bumblebee so I can actually use the GPU. I created a slackbuild which grabs the SVN http://boinc.berkeley.edu/svn/tags/boinc_core_release_6_3_14. I am getting an error which I have been unable to find on google. g++ -O2 -march=i486 -mtune=i686 -I/usr/include -I/usr/include/openssl -o crypt_prog crypt_prog.o crypt.o md5.o md5_file.o filesys.o -L/usr/lib libboinc.a -lnsl /usr/lib/libcurl.so /usr/lib/libidn.so /usr/lib/libldap.so /usr/lib/liblber.so /usr/lib/libsasl2.so -lresolv -lrt -lssl -lcrypto -ldl -lz -lpthread -lgcc /usr/lib/libstdc++.so -lm -lgcc_eh -lc g++: libboinc.a: No such file or directory make[2]: *** [crypt_prog] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/boinc_cmd.Tpo .deps/boinc_cmd.Po mv -f .deps/gui_rpc_client_ops.Tpo .deps/gui_rpc_client_ops.Po make[2]: Leaving directory `/tmp/SBo/boinc_core_release-svn20120520/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/SBo/boinc_core_release-svn20120520' make: *** [all] Error 2 vv------My SlackBuild Script------vv #!/bin/bash # Slackware build script for <Boinc_Core_svn> # Written by KaMii <lacielacie@rocketmail.com> PRGNAM=boinc_core_release DATE=$(date +%Y%m%d) VERSION=${VERSION:-svn$DATE} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_6_3_14 $TMP/$PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; ./_autosetup CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-server \ --with-x \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ COPYING COPYRIGHT INSTALL notes todo docs-mini/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} ------^^------ Thank you for any help. (I would also like to get the GPU working if thats even possible, as I said, I have to use Bumblebee because I have that sandybridge tech in my cpu, bumblebee is working, but I am doubtful BOINC will ever see it). Computer running BOINC: ASUS N53SV core i7 with Sandybridge --Slackware 13.37 (32 bit) Bumblebee AMD Athlon Phenom II X6 --Slackware 14.0 (32 bit) --NVIDIA GTX 460 AMD Athlon II X4 605e --Slackware 13.37 (32 bit) |
![]() ![]() Send message Joined: 6 May 06 Posts: 287 ![]() |
7.0.25 is the currently listed "stable" version although 7.0.28 is a bugfixed version of this. Try building at least 7.0.25 (although I would recommend you just start with 7.0.28) and use this info as a guide to assist you compiling. I'm not sure how many slackers frequent the forums. CIC1=CC=C(C2=N[C@@H](CC(OC(C)(C)C)=O)C3=NN=C(C)N3C4=C2C(C)=C(C)S4)C=C1 |
Send message Joined: 20 May 12 Posts: 7 |
Tried, both are throwing back a phonebook of Wx errors: (looks like im missing Mesa and OpenGL? is this correct? If so, I'm not sure if I can get it to build then, because doesn't OpenGL depend on NVIDIA? I'm running bumblebee to hit my gpu, so, not sure how this could work. Checked out revision 25701. Bootstrapping configure script and makefiles: Checking version of 'make' >= 379... succeeded. (382) Checking version of 'm4' >= 104... succeeded. (104) Checking version of 'pkg-config' >= 15... succeeded. (25) Checking version of 'autoreconf' >= 258... succeeded. (268) Checking version of 'automake' >= 108... succeeded. (111) Checking version of 'libtoolize' >= 105... succeeded. (204) autoreconf -i libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' Done, now run ./configure ./configure -C to enable caching checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking target system type... i486-slackware-linux-gnu checking for a BSD-compatible install... /bin/ginstall -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 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 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 for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking how to run the C preprocessor... gcc -E checking whether make sets $(MAKE)... (cached) yes checking for ln... /bin/ln checking whether '/bin/ln' works... yes checking whether ln -s works... yes checking whether 'ln -s' really works or whether I'm deluding myself... it works checking whether gcc and cc understand -c and -o together... yes checking if C compiler supports -Wall... yes checking if C++ compiler supports -Wall... yes checking if f77 compiler supports -Wall... yes --- Configuring BOINC 7.0.25 (Release) --- --- Build Components: (client manager libraries) --- checking for docbook2x-man... no checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 whether we are compiling for cygwin... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for winsock2.h... (cached) no checking for winsock.h... (cached) no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking dependency style of ... none checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/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 i486-slackware-linux-gnu file names to i486-slackware-linux-gnu format... func_convert_file_noop checking how to convert i486-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/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... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no 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... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes 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... no checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes 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/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... no 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 static flag -static works... yes checking if g77 supports -c -o file.o... yes checking if g77 supports -c -o file.o... (cached) yes checking whether the g77 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking default bitness of compiler... 32 checking boinc platform... i486-slackware-linux-gnu checking alternate boinc platform... none checking library extension... a checking shared object extension... so checking for windows.h... (cached) no checking for sys/socket.h... (cached) yes checking for socklen_t... yes checking type of getsockopt() parameter five... socklen_t checking for gawk... (cached) gawk checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.21.4 checking for libcurl >= version 7.17.1... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for pkg-config... /usr/bin/pkg-config checking for openssl... yes OpenSSL found in /usr checking for shmget in dynamic library cygipc... no checking for aio_fork in dynamic library aio... no checking for dlopen in dynamic library dl... -ldl checking for gethostbyname in static library nsl... -lnsl checking for bind in static library socket... no checking for bind in dynamic library socket... no checking for gzopen in static library z... -lz checking for md5_finish in dynamic library cups... no 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 for cc_r... gcc checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking whether we are using the Microsoft C compiler... no checking for windows.h... (cached) no checking for OpenGL library... -L/usr/lib -lGL checking for OpenGL Utility library... -L/usr/lib -lGLU checking for fopen in -lXmu... yes checking for fopen in -lXi... yes checking for GLUT library... -L/usr/lib -lglut checking gl.h usability... no checking gl.h presence... no checking for gl.h... no checking glu.h usability... no checking glu.h presence... no checking for glu.h... no checking glut.h usability... no checking glut.h presence... no checking for glut.h... no checking glaux.h usability... no checking glaux.h presence... no checking for glaux.h... no checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking GL/glut.h usability... yes checking GL/glut.h presence... yes checking for GL/glut.h... yes checking GL/glaux.h usability... no checking GL/glaux.h presence... no checking for GL/glaux.h... no checking OpenGL/gl.h usability... no checking OpenGL/gl.h presence... no checking for OpenGL/gl.h... no checking OpenGL/glu.h usability... no checking OpenGL/glu.h presence... no checking for OpenGL/glu.h... no checking OpenGL/glut.h usability... no checking OpenGL/glut.h presence... no checking for OpenGL/glut.h... no checking OpenGL/glaux.h usability... no checking OpenGL/glaux.h presence... no checking for OpenGL/glaux.h... no checking GLUT/glut.h usability... no checking GLUT/glut.h presence... no checking for GLUT/glut.h... no checking MesaGL/gl.h usability... no checking MesaGL/gl.h presence... no checking for MesaGL/gl.h... no checking MesaGL/glu.h usability... no checking MesaGL/glu.h presence... no checking for MesaGL/glu.h... no checking MesaGL/glut.h usability... no checking MesaGL/glut.h presence... no checking for MesaGL/glut.h... no checking MesaGL/glaux.h usability... no checking MesaGL/glaux.h presence... no checking for MesaGL/glaux.h... no checking libnotify/notify.h usability... no checking libnotify/notify.h presence... no checking for libnotify/notify.h... no checking gtk/gtk.h usability... no checking gtk/gtk.h presence... no checking for gtk/gtk.h... no checking for jpeg_start_compress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for XScreenSaverAllocInfo in -lXss... yes checking X11/extensions/scrnsaver.h usability... yes checking X11/extensions/scrnsaver.h presence... yes checking for X11/extensions/scrnsaver.h... 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 for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking return type of signal handlers... void checking for windows.h... (cached) no checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking for memory.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking netinet/ether.h usability... yes checking netinet/ether.h presence... yes checking for netinet/ether.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking net/if_arp.h usability... yes checking net/if_arp.h presence... yes checking for net/if_arp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for strings.h... (cached) yes checking sys/auxv.h usability... no checking sys/auxv.h presence... no checking for sys/auxv.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/msg.h usability... yes checking sys/msg.h presence... yes checking for sys/msg.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for sys/socket.h... (cached) yes checking for sys/stat.h... (cached) yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/swap.h usability... yes checking sys/swap.h presence... yes checking for sys/swap.h... yes checking sys/sysctl.h usability... yes checking sys/sysctl.h presence... yes checking for sys/sysctl.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/vmmeter.h usability... no checking sys/vmmeter.h presence... no checking for sys/vmmeter.h... no checking for sys/wait.h... (cached) yes checking for unistd.h... (cached) yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking procfs.h usability... no checking procfs.h presence... no checking for procfs.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking resolv.h usability... yes checking resolv.h presence... yes checking for resolv.h... yes checking for netinet/if_ether.h... yes checking for struct lifconf... no checking for struct lifreq... no checking for struct ifconf... yes checking for struct ifreq... yes checking for struct ether_addr... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether largefile support breaks C++... no checking standard C++ headers... yes checking for C++ header <algorithm>... (cached) yes checking for C++ header <bitset>... (cached) yes checking for C++ header <cassert>... (cached) yes checking for C++ header <cctype>... (cached) yes checking for C++ header <cerrno>... (cached) yes checking for C++ header <cfloat>... (cached) yes checking for C++ header <climits>... (cached) yes checking for C++ header <clocale>... (cached) yes checking for C++ header <cmath>... (cached) yes checking for C++ header <complex>... (cached) yes checking for C++ header <csetjmp>... (cached) yes checking for C++ header <csignal>... (cached) yes checking for C++ header <cstdarg>... (cached) yes checking for C++ header <cstddef>... (cached) yes checking for C++ header <cstdio>... (cached) yes checking for C++ header <cstdlib>... (cached) yes checking for C++ header <cstring>... (cached) yes checking for C++ header <ctime>... (cached) yes checking for C++ header <deque>... (cached) yes checking for C++ header <fstream>... (cached) yes checking for C++ header <functional>... (cached) yes checking for C++ header <iomanip>... (cached) yes checking for C++ header <ios>... (cached) yes checking for C++ header <iosfwd>... (cached) yes checking for C++ header <iostream>... (cached) yes checking for C++ header <istream>... (cached) yes checking for C++ header <iterator>... (cached) yes checking for C++ header <limits>... (cached) yes checking for C++ header <list>... (cached) yes checking for C++ header <locale>... (cached) yes checking for C++ header <map>... (cached) yes checking for C++ header <memory>... (cached) yes checking for C++ header <numeric>... (cached) yes checking for C++ header <ostream>... (cached) yes checking for C++ header <queue>... (cached) yes checking for C++ header <set>... (cached) yes checking for C++ header <sstream>... (cached) yes checking for C++ header <stack>... (cached) yes checking for C++ header <stdexcept>... (cached) yes checking for C++ header <streambuf>... (cached) yes checking for C++ header <string>... (cached) yes checking for C++ header <utility>... (cached) yes checking for C++ header <valarray>... (cached) yes checking for C++ header <vector>... (cached) yes checking for C++ namespaces... yes checking for min(0,0) in namespace std... yes checking for max(0,0) in namespace std... yes checking for transform((char *)0,(char *) 0,(char *)0,(int(*)(int))malloc) in namespace std... yes checking for locale("") in namespace std... yes checking whether gcc needs -traditional... no checking for vprintf... yes checking for _doprnt... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for alloca... (cached) yes checking for _alloca... no checking for __builtin_alloca... no checking for ether_ntoa... yes checking for setpriority... yes checking for sched_setscheduler... yes checking for strlcpy... no checking for strlcat... no checking for strcasestr... yes checking for strcasecmp... yes checking for sigaction... yes checking for getutent... yes checking for setutent... yes checking for getisax... no checking for strdup... yes checking for strdupa... no checking for daemon... yes checking for stat64... yes checking for putenv... yes checking for setenv... yes checking for unsetenv... yes checking for res_init... no checking for strtoull... yes checking for an ANSI C-conforming const... yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for wx-config... /usr/bin/wx-config checking for wxWidgets version >= 2.8.0... yes (version 2.8.12) checking for wxWidgets static library... no checking if wxWidgets works... yes checking for default wxWidgets config... base-ansi-release-2.8 checking for wxwidgets options... --unicode=no checking wxWidgets config to use... base-ansi-release-2.8 checking for wx-config... (cached) /usr/bin/wx-config checking for wxWidgets version >= 2.8.0... yes (version 2.8.12) checking for wxWidgets static library... no checking for pkg-config... /usr/bin/pkg-config checking checking availability of sqlite3 using pkg-config... yes checking for sqlite3_open... yes checking pkg-config is at least version 0.9.0... yes checking for XCB... yes checking for XCBATOM... yes checking for sin in dynamic library m... -lm checking for pthread_join in dynamic library pthread... -lpthread checking for dynamic library wsock32... no checking for res_init in -lresolv... no checking for XScreenSaverAllocInfo in dynamic library Xss... -lXss checking for res_query in static library resolv... -lresolv checking for whoami... /bin/whoami configure: creating ./config.status config.status: creating version.h config.status: creating api/Makefile config.status: creating apps/Makefile config.status: creating clientgui/Makefile config.status: creating clientgui/res/Makefile config.status: creating clientscr/Makefile config.status: creating client/Makefile config.status: creating client/win/boinc_path_config.py config.status: creating client/scripts/Makefile config.status: creating client/scripts/boinc-client config.status: creating db/Makefile config.status: creating doc/Makefile config.status: creating doc/manpages/Makefile config.status: creating lib/Makefile config.status: creating locale/Makefile config.status: creating Makefile config.status: creating py/Boinc/version.py config.status: creating py/Makefile config.status: creating py/boinc_path_config.py config.status: creating py/setup.py config.status: creating sched/boinc_path_config.py config.status: creating sched/Makefile config.status: creating packages/generic/sea/Makefile config.status: creating packages/solaris/CSW/Makefile config.status: creating packages/solaris/CSW/boincclient/Makefile config.status: creating packages/solaris/CSW/boincclient/pkginfo config.status: creating packages/solaris/CSW/boincclient/prototype config.status: creating packages/solaris/CSW/boincdevel/Makefile config.status: creating packages/solaris/CSW/boincdevel/pkginfo config.status: creating packages/solaris/CSW/boincdevel/prototype config.status: creating packages/solaris/CSW/boinclibs/Makefile config.status: creating packages/solaris/CSW/boinclibs/pkginfo config.status: creating packages/solaris/CSW/boinclibs/prototype config.status: creating packages/solaris/CSW/boincmanager/Makefile config.status: creating packages/solaris/CSW/boincmanager/pkginfo config.status: creating packages/solaris/CSW/boincmanager/prototype config.status: creating test/boinc_path_config.py config.status: creating test/Makefile config.status: creating test/version.inc config.status: creating tools/boinc_path_config.py config.status: creating tools/Makefile config.status: creating vda/Makefile config.status: creating zip/Makefile config.status: creating zip/zip/Makefile config.status: creating zip/unzip/Makefile config.status: creating m4/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands --- Configuring BOINC 7.0.25 (Release) --- --- Build Components: (client manager libraries) --- cd . && sh generate_svn_version.sh make all-recursive make[1]: Entering directory `/tmp/SBo/boinc_core_release-svn20120520' Making all in m4 make[2]: Entering directory `/tmp/SBo/boinc_core_release-svn20120520/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/SBo/boinc_core_release-svn20120520/m4' Making all in api make[2]: Entering directory `/tmp/SBo/boinc_core_release-svn20120520/api' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT boinc_api.lo -MD -MP -MF .deps/boinc_api.Tpo -c -o boinc_api.lo boinc_api.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT graphics2_util.lo -MD -MP -MF .deps/graphics2_util.Tpo -c -o graphics2_util.lo graphics2_util.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT reduce_main.lo -MD -MP -MF .deps/reduce_main.Tpo -c -o reduce_main.lo reduce_main.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-gutil.lo -MD -MP -MF .deps/libboinc_graphics2_la-gutil.Tpo -c -o libboinc_graphics2_la-gutil.lo `test -f 'gutil.cpp' || echo './'`gutil.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-gutil_text.lo -MD -MP -MF .deps/libboinc_graphics2_la-gutil_text.Tpo -c -o libboinc_graphics2_la-gutil_text.lo `test -f 'gutil_text.cpp' || echo './'`gutil_text.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-reduce_lib.lo -MD -MP -MF .deps/libboinc_graphics2_la-reduce_lib.Tpo -c -o libboinc_graphics2_la-reduce_lib.lo `test -f 'reduce_lib.cpp' || echo './'`reduce_lib.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-texfont.lo -MD -MP -MF .deps/libboinc_graphics2_la-texfont.Tpo -c -o libboinc_graphics2_la-texfont.lo `test -f 'texfont.cpp' || echo './'`texfont.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-texture.lo -MD -MP -MF .deps/libboinc_graphics2_la-texture.Tpo -c -o libboinc_graphics2_la-texture.lo `test -f 'texture.cpp' || echo './'`texture.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-txf_util.lo -MD -MP -MF .deps/libboinc_graphics2_la-txf_util.Tpo -c -o libboinc_graphics2_la-txf_util.lo `test -f 'txf_util.cpp' || echo './'`txf_util.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT graphics2_util.lo -MD -MP -MF .deps/graphics2_util.Tpo -c graphics2_util.cpp -o graphics2_util.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT boinc_api.lo -MD -MP -MF .deps/boinc_api.Tpo -c boinc_api.cpp -o boinc_api.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-texfont.lo -MD -MP -MF .deps/libboinc_graphics2_la-texfont.Tpo -c texfont.cpp -o libboinc_graphics2_la-texfont.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-texture.lo -MD -MP -MF .deps/libboinc_graphics2_la-texture.Tpo -c texture.cpp -o libboinc_graphics2_la-texture.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-reduce_lib.lo -MD -MP -MF .deps/libboinc_graphics2_la-reduce_lib.Tpo -c reduce_lib.cpp -o libboinc_graphics2_la-reduce_lib.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-gutil.lo -MD -MP -MF .deps/libboinc_graphics2_la-gutil.Tpo -c gutil.cpp -o libboinc_graphics2_la-gutil.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-gutil_text.lo -MD -MP -MF .deps/libboinc_graphics2_la-gutil_text.Tpo -c gutil_text.cpp -o libboinc_graphics2_la-gutil_text.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT reduce_main.lo -MD -MP -MF .deps/reduce_main.Tpo -c reduce_main.cpp -o reduce_main.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-txf_util.lo -MD -MP -MF .deps/libboinc_graphics2_la-txf_util.Tpo -c txf_util.cpp -o libboinc_graphics2_la-txf_util.o mv -f .deps/libboinc_graphics2_la-texture.Tpo .deps/libboinc_graphics2_la-texture.Plo mv -f .deps/reduce_main.Tpo .deps/reduce_main.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-graphics2.lo -MD -MP -MF .deps/libboinc_graphics2_la-graphics2.Tpo -c -o libboinc_graphics2_la-graphics2.lo `test -f 'graphics2.cpp' || echo './'`graphics2.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-graphics2_unix.lo -MD -MP -MF .deps/libboinc_graphics2_la-graphics2_unix.Tpo -c -o libboinc_graphics2_la-graphics2_unix.lo `test -f 'graphics2_unix.cpp' || echo './'`graphics2_unix.cpp mv -f .deps/graphics2_util.Tpo .deps/graphics2_util.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT boinc_opencl.lo -MD -MP -MF .deps/boinc_opencl.Tpo -c -o boinc_opencl.lo boinc_opencl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT boinc_opencl.lo -MD -MP -MF .deps/boinc_opencl.Tpo -c boinc_opencl.cpp -o boinc_opencl.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-graphics2_unix.lo -MD -MP -MF .deps/libboinc_graphics2_la-graphics2_unix.Tpo -c graphics2_unix.cpp -o libboinc_graphics2_la-graphics2_unix.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_graphics2_la-graphics2.lo -MD -MP -MF .deps/libboinc_graphics2_la-graphics2.Tpo -c graphics2.cpp -o libboinc_graphics2_la-graphics2.o mv -f .deps/libboinc_graphics2_la-texfont.Tpo .deps/libboinc_graphics2_la-texfont.Plo mv -f .deps/libboinc_graphics2_la-txf_util.Tpo .deps/libboinc_graphics2_la-txf_util.Plo mv -f .deps/libboinc_graphics2_la-reduce_lib.Tpo .deps/libboinc_graphics2_la-reduce_lib.Plo mv -f .deps/libboinc_graphics2_la-gutil_text.Tpo .deps/libboinc_graphics2_la-gutil_text.Plo mv -f .deps/boinc_opencl.Tpo .deps/boinc_opencl.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -L/usr/lib -rpath /usr/lib -version-number 7:0:25 -o libboinc_opencl.la -rpath /usr/lib boinc_opencl.lo mv -f .deps/libboinc_graphics2_la-graphics2.Tpo .deps/libboinc_graphics2_la-graphics2.Plo mv -f .deps/libboinc_graphics2_la-graphics2_unix.Tpo .deps/libboinc_graphics2_la-graphics2_unix.Plo mv -f .deps/libboinc_graphics2_la-gutil.Tpo .deps/libboinc_graphics2_la-gutil.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -L/usr/lib -rpath /usr/lib -version-number 7:0:25 -o libboinc_graphics2.la -rpath /usr/lib libboinc_graphics2_la-gutil.lo libboinc_graphics2_la-gutil_text.lo libboinc_graphics2_la-reduce_lib.lo libboinc_graphics2_la-texfont.lo libboinc_graphics2_la-texture.lo libboinc_graphics2_la-txf_util.lo libboinc_graphics2_la-graphics2.lo libboinc_graphics2_la-graphics2_unix.lo libtool: link: ar cru .libs/libboinc_opencl.a boinc_opencl.o libtool: link: ranlib .libs/libboinc_opencl.a libtool: link: ( cd ".libs" && rm -f "libboinc_opencl.la" && ln -s "../libboinc_opencl.la" "libboinc_opencl.la" ) rm -f libboinc_opencl.a /bin/ln .libs/libboinc_opencl.a . libtool: link: ar cru .libs/libboinc_graphics2.a libboinc_graphics2_la-gutil.o libboinc_graphics2_la-gutil_text.o libboinc_graphics2_la-reduce_lib.o libboinc_graphics2_la-texfont.o libboinc_graphics2_la-texture.o libboinc_graphics2_la-txf_util.o libboinc_graphics2_la-graphics2.o libboinc_graphics2_la-graphics2_unix.o libtool: link: ranlib .libs/libboinc_graphics2.a libtool: link: ( cd ".libs" && rm -f "libboinc_graphics2.la" && ln -s "../libboinc_graphics2.la" "libboinc_graphics2.la" ) rm -f libboinc_graphics2.a /bin/ln .libs/libboinc_graphics2.a . mv -f .deps/boinc_api.Tpo .deps/boinc_api.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -pthread -O2 -march=i486 -mtune=i686 -Wall -L/usr/lib -rpath /usr/lib -version-number 7:0:25 -o libboinc_api.la -rpath /usr/lib boinc_api.lo graphics2_util.lo reduce_main.lo libtool: link: ar cru .libs/libboinc_api.a boinc_api.o graphics2_util.o reduce_main.o libtool: link: ranlib .libs/libboinc_api.a libtool: link: ( cd ".libs" && rm -f "libboinc_api.la" && ln -s "../libboinc_api.la" "libboinc_api.la" ) rm -f libboinc_api.a /bin/ln .libs/libboinc_api.a . make[2]: Leaving directory `/tmp/SBo/boinc_core_release-svn20120520/api' Making all in lib make[2]: Entering directory `/tmp/SBo/boinc_core_release-svn20120520/lib' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-app_ipc.lo -MD -MP -MF .deps/libboinc_la-app_ipc.Tpo -c -o libboinc_la-app_ipc.lo `test -f 'app_ipc.cpp' || echo './'`app_ipc.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-base64.lo -MD -MP -MF .deps/libboinc_la-base64.Tpo -c -o libboinc_la-base64.lo `test -f 'base64.cpp' || echo './'`base64.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-cc_config.lo -MD -MP -MF .deps/libboinc_la-cc_config.Tpo -c -o libboinc_la-cc_config.lo `test -f 'cc_config.cpp' || echo './'`cc_config.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-cert_sig.lo -MD -MP -MF .deps/libboinc_la-cert_sig.Tpo -c -o libboinc_la-cert_sig.lo `test -f 'cert_sig.cpp' || echo './'`cert_sig.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-coproc.lo -MD -MP -MF .deps/libboinc_la-coproc.Tpo -c -o libboinc_la-coproc.lo `test -f 'coproc.cpp' || echo './'`coproc.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-diagnostics.lo -MD -MP -MF .deps/libboinc_la-diagnostics.Tpo -c -o libboinc_la-diagnostics.lo `test -f 'diagnostics.cpp' || echo './'`diagnostics.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-filesys.lo -MD -MP -MF .deps/libboinc_la-filesys.Tpo -c -o libboinc_la-filesys.lo `test -f 'filesys.cpp' || echo './'`filesys.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client.Tpo -c -o libboinc_la-gui_rpc_client.lo `test -f 'gui_rpc_client.cpp' || echo './'`gui_rpc_client.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client_ops.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client_ops.Tpo -c -o libboinc_la-gui_rpc_client_ops.lo `test -f 'gui_rpc_client_ops.cpp' || echo './'`gui_rpc_client_ops.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-cc_config.lo -MD -MP -MF .deps/libboinc_la-cc_config.Tpo -c cc_config.cpp -o libboinc_la-cc_config.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-coproc.lo -MD -MP -MF .deps/libboinc_la-coproc.Tpo -c coproc.cpp -o libboinc_la-coproc.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-diagnostics.lo -MD -MP -MF .deps/libboinc_la-diagnostics.Tpo -c diagnostics.cpp -o libboinc_la-diagnostics.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-app_ipc.lo -MD -MP -MF .deps/libboinc_la-app_ipc.Tpo -c app_ipc.cpp -o libboinc_la-app_ipc.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-base64.lo -MD -MP -MF .deps/libboinc_la-base64.Tpo -c base64.cpp -o libboinc_la-base64.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client_ops.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client_ops.Tpo -c gui_rpc_client_ops.cpp -o libboinc_la-gui_rpc_client_ops.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client.Tpo -c gui_rpc_client.cpp -o libboinc_la-gui_rpc_client.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-filesys.lo -MD -MP -MF .deps/libboinc_la-filesys.Tpo -c filesys.cpp -o libboinc_la-filesys.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-cert_sig.lo -MD -MP -MF .deps/libboinc_la-cert_sig.Tpo -c cert_sig.cpp -o libboinc_la-cert_sig.o mv -f .deps/libboinc_la-base64.Tpo .deps/libboinc_la-base64.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client_print.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client_print.Tpo -c -o libboinc_la-gui_rpc_client_print.lo `test -f 'gui_rpc_client_print.cpp' || echo './'`gui_rpc_client_print.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-gui_rpc_client_print.lo -MD -MP -MF .deps/libboinc_la-gui_rpc_client_print.Tpo -c gui_rpc_client_print.cpp -o libboinc_la-gui_rpc_client_print.o mv -f .deps/libboinc_la-cert_sig.Tpo .deps/libboinc_la-cert_sig.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-hostinfo.lo -MD -MP -MF .deps/libboinc_la-hostinfo.Tpo -c -o libboinc_la-hostinfo.lo `test -f 'hostinfo.cpp' || echo './'`hostinfo.cpp mv -f .deps/libboinc_la-diagnostics.Tpo .deps/libboinc_la-diagnostics.Plo /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-md5.lo -MD -MP -MF .deps/libboinc_la-md5.Tpo -c -o libboinc_la-md5.lo `test -f 'md5.c' || echo './'`md5.c mv -f .deps/libboinc_la-filesys.Tpo .deps/libboinc_la-filesys.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-md5_file.lo -MD -MP -MF .deps/libboinc_la-md5_file.Tpo -c -o libboinc_la-md5_file.lo `test -f 'md5_file.cpp' || echo './'`md5_file.cpp mv -f .deps/libboinc_la-app_ipc.Tpo .deps/libboinc_la-app_ipc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-mem_usage.lo -MD -MP -MF .deps/libboinc_la-mem_usage.Tpo -c -o libboinc_la-mem_usage.lo `test -f 'mem_usage.cpp' || echo './'`mem_usage.cpp libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-md5.lo -MD -MP -MF .deps/libboinc_la-md5.Tpo -c md5.c -o libboinc_la-md5.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-hostinfo.lo -MD -MP -MF .deps/libboinc_la-hostinfo.Tpo -c hostinfo.cpp -o libboinc_la-hostinfo.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-md5_file.lo -MD -MP -MF .deps/libboinc_la-md5_file.Tpo -c md5_file.cpp -o libboinc_la-md5_file.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-mem_usage.lo -MD -MP -MF .deps/libboinc_la-mem_usage.Tpo -c mem_usage.cpp -o libboinc_la-mem_usage.o mv -f .deps/libboinc_la-gui_rpc_client.Tpo .deps/libboinc_la-gui_rpc_client.Plo mv -f .deps/libboinc_la-mem_usage.Tpo .deps/libboinc_la-mem_usage.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-mfile.lo -MD -MP -MF .deps/libboinc_la-mfile.Tpo -c -o libboinc_la-mfile.lo `test -f 'mfile.cpp' || echo './'`mfile.cpp /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-miofile.lo -MD -MP -MF .deps/libboinc_la-miofile.Tpo -c -o libboinc_la-miofile.lo `test -f 'miofile.cpp' || echo './'`miofile.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-miofile.lo -MD -MP -MF .deps/libboinc_la-miofile.Tpo -c miofile.cpp -o libboinc_la-miofile.o mv -f .deps/libboinc_la-coproc.Tpo .deps/libboinc_la-coproc.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-msg_log.lo -MD -MP -MF .deps/libboinc_la-msg_log.Tpo -c -o libboinc_la-msg_log.lo `test -f 'msg_log.cpp' || echo './'`msg_log.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-mfile.lo -MD -MP -MF .deps/libboinc_la-mfile.Tpo -c mfile.cpp -o libboinc_la-mfile.o mv -f .deps/libboinc_la-md5.Tpo .deps/libboinc_la-md5.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-network.lo -MD -MP -MF .deps/libboinc_la-network.Tpo -c -o libboinc_la-network.lo `test -f 'network.cpp' || echo './'`network.cpp mv -f .deps/libboinc_la-md5_file.Tpo .deps/libboinc_la-md5_file.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-notice.lo -MD -MP -MF .deps/libboinc_la-notice.Tpo -c -o libboinc_la-notice.lo `test -f 'notice.cpp' || echo './'`notice.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-msg_log.lo -MD -MP -MF .deps/libboinc_la-msg_log.Tpo -c msg_log.cpp -o libboinc_la-msg_log.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-notice.lo -MD -MP -MF .deps/libboinc_la-notice.Tpo -c notice.cpp -o libboinc_la-notice.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-network.lo -MD -MP -MF .deps/libboinc_la-network.Tpo -c network.cpp -o libboinc_la-network.o mv -f .deps/libboinc_la-miofile.Tpo .deps/libboinc_la-miofile.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-parse.lo -MD -MP -MF .deps/libboinc_la-parse.Tpo -c -o libboinc_la-parse.lo `test -f 'parse.cpp' || echo './'`parse.cpp mv -f .deps/libboinc_la-mfile.Tpo .deps/libboinc_la-mfile.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-prefs.lo -MD -MP -MF .deps/libboinc_la-prefs.Tpo -c -o libboinc_la-prefs.lo `test -f 'prefs.cpp' || echo './'`prefs.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-prefs.lo -MD -MP -MF .deps/libboinc_la-prefs.Tpo -c prefs.cpp -o libboinc_la-prefs.o mv -f .deps/libboinc_la-hostinfo.Tpo .deps/libboinc_la-hostinfo.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-procinfo.lo -MD -MP -MF .deps/libboinc_la-procinfo.Tpo -c -o libboinc_la-procinfo.lo `test -f 'procinfo.cpp' || echo './'`procinfo.cpp mv -f .deps/libboinc_la-gui_rpc_client_print.Tpo .deps/libboinc_la-gui_rpc_client_print.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-proc_control.lo -MD -MP -MF .deps/libboinc_la-proc_control.Tpo -c -o libboinc_la-proc_control.lo `test -f 'proc_control.cpp' || echo './'`proc_control.cpp mv -f .deps/libboinc_la-network.Tpo .deps/libboinc_la-network.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-proxy_info.lo -MD -MP -MF .deps/libboinc_la-proxy_info.Tpo -c -o libboinc_la-proxy_info.lo `test -f 'proxy_info.cpp' || echo './'`proxy_info.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-parse.lo -MD -MP -MF .deps/libboinc_la-parse.Tpo -c parse.cpp -o libboinc_la-parse.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-proc_control.lo -MD -MP -MF .deps/libboinc_la-proc_control.Tpo -c proc_control.cpp -o libboinc_la-proc_control.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-procinfo.lo -MD -MP -MF .deps/libboinc_la-procinfo.Tpo -c procinfo.cpp -o libboinc_la-procinfo.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-proxy_info.lo -MD -MP -MF .deps/libboinc_la-proxy_info.Tpo -c proxy_info.cpp -o libboinc_la-proxy_info.o mv -f .deps/libboinc_la-notice.Tpo .deps/libboinc_la-notice.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-shmem.lo -MD -MP -MF .deps/libboinc_la-shmem.Tpo -c -o libboinc_la-shmem.lo `test -f 'shmem.cpp' || echo './'`shmem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-shmem.lo -MD -MP -MF .deps/libboinc_la-shmem.Tpo -c shmem.cpp -o libboinc_la-shmem.o mv -f .deps/libboinc_la-msg_log.Tpo .deps/libboinc_la-msg_log.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-str_util.lo -MD -MP -MF .deps/libboinc_la-str_util.Tpo -c -o libboinc_la-str_util.lo `test -f 'str_util.cpp' || echo './'`str_util.cpp mv -f .deps/libboinc_la-cc_config.Tpo .deps/libboinc_la-cc_config.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-str_util.lo -MD -MP -MF .deps/libboinc_la-str_util.Tpo -c str_util.cpp -o libboinc_la-str_util.o /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-synch.lo -MD -MP -MF .deps/libboinc_la-synch.Tpo -c -o libboinc_la-synch.lo `test -f 'synch.cpp' || echo './'`synch.cpp mv -f .deps/libboinc_la-shmem.Tpo .deps/libboinc_la-shmem.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-unix_util.lo -MD -MP -MF .deps/libboinc_la-unix_util.Tpo -c -o libboinc_la-unix_util.lo `test -f 'unix_util.cpp' || echo './'`unix_util.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-synch.lo -MD -MP -MF .deps/libboinc_la-synch.Tpo -c synch.cpp -o libboinc_la-synch.o mv -f .deps/libboinc_la-proc_control.Tpo .deps/libboinc_la-proc_control.Plo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-url.lo -MD -MP -MF .deps/libboinc_la-url.Tpo -c -o libboinc_la-url.lo `test -f 'url.cpp' || echo './'`url.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../api -I../db -I../lib -I../lib/mac -I../sched -I../tools -I../vda -pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread -O2 -march=i486 -mtune=i686 -Wall -MT libboinc_la-unix_util.lo -MD -MP -MF .deps/libboinc_la-unix_util.Tpo -c unix_util.cpp -o libboinc_la-unix_util.o mv -f .deps/libboinc_la-proxy_info.Tpo .deps/libboinc_la-proxy_info.Plo mv -f .deps/libboinc_la-unix_util.Tpo .deps/libboinc_la-unix_util.Plo Computer running BOINC: ASUS N53SV core i7 with Sandybridge --Slackware 13.37 (32 bit) Bumblebee AMD Athlon Phenom II X6 --Slackware 14.0 (32 bit) --NVIDIA GTX 460 AMD Athlon II X4 605e --Slackware 13.37 (32 bit) |
![]() ![]() Send message Joined: 6 May 06 Posts: 287 ![]() |
This lists the main dependencies - note you can run the client(CLI) without the manager(GUI). I couldn't see any errors in the build log you posted, maybe it got truncated. Sorry, I have no idea what bumblebee is - but if you have an NVIDIA gpu you need the NVIDIA drivers, likewise for ATI gpu you need the ATI drivers. CIC1=CC=C(C2=N[C@@H](CC(OC(C)(C)C)=O)C3=NN=C(C)N3C4=C2C(C)=C(C)S4)C=C1 |
Send message Joined: 20 May 12 Posts: 7 |
Thanks for the help, I would like to have had the gui options but its not really necessary. I was able to compile the cli. Here is my script just incase any other Slackware users come across this and want to build BOINC-CLI. #!/bin/bash # Slackware build script for <Boinc_Core_svn> # Written by KaMii <lacielacie@rocketmail.com> PRGNAM=boinc_core_release DATE=$(date +%Y%m%d) VERSION=${VERSION:-svn$DATE} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" fi set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION svn co http://boinc.berkeley.edu/svn/tags/boinc_core_release_7_0_25 $TMP/$PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; ./_autosetup CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --disable-server \ --enable-client \ --disable-shared \ --disable-manager \ --without-x \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ COPYING COPYRIGHT INSTALL todo notes \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} Computer running BOINC: ASUS N53SV core i7 with Sandybridge --Slackware 13.37 (32 bit) Bumblebee AMD Athlon Phenom II X6 --Slackware 14.0 (32 bit) --NVIDIA GTX 460 AMD Athlon II X4 605e --Slackware 13.37 (32 bit) |
![]() ![]() Send message Joined: 6 May 06 Posts: 287 ![]() |
If you have wine (or are able to compile it) have a look at boinctasks its an alternative boinc manager. And if you ever get sick of slackware give gentoo a try ;) CIC1=CC=C(C2=N[C@@H](CC(OC(C)(C)C)=O)C3=NN=C(C)N3C4=C2C(C)=C(C)S4)C=C1 |
Send message Joined: 20 May 12 Posts: 7 |
Thanks, I use wine all the time with gaming. The cli is working great for me so far. As for gentoo, already tried it out, can't stand portage. Computer running BOINC: ASUS N53SV core i7 with Sandybridge --Slackware 13.37 (32 bit) Bumblebee AMD Athlon Phenom II X6 --Slackware 14.0 (32 bit) --NVIDIA GTX 460 AMD Athlon II X4 605e --Slackware 13.37 (32 bit) |
Send message Joined: 4 Oct 12 Posts: 1 ![]() |
Thank you for your work on this! I will try it out soon - probably this weekend. /G |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.