Why doesn't a makefile get created?

  • Thread starter Deleted member 88227
  • Start date
D

Deleted member 88227

Guest
I can't figure out why I'm not getting a make file when I run .configure to build from source. I'm not seeing any errors. What else could be causing it? Their some log I can look at other than what's displayed when I run .configure that I can search for clues or something?
 
I can't figure out why I'm not getting a make file when I run .configure to build from source. I'm not seeing any errors. What else could be causing it? Their some log I can look at other than what's displayed when I run .configure that I can search for clues or something?
What software are you trying to build? Does anything happen when you configure? What type of subdirectories are there for this software?
Check disk space?
 
I am building BOINC for CentOS 7. This is the install guide I follow.

https://hardforum.com/threads/centos-7-boinc-install-guides.1854569/

This is the output from configure.

[boinc@BOINC boinc_source]$ ./configure --disable-server --enable-optimize
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... /usr/bin/gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) 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++... /usr/bin/g++
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++ accepts -g... yes
checking dependency style of /usr/bin/g++... gcc3
checking for g++... /usr/bin/g++
checking whether we are using the GNU Objective C++ compiler... no
checking whether /usr/bin/g++ accepts -g... no
checking dependency style of /usr/bin/g++... gcc3
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... /usr/bin/gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /usr/bin/gfortran accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ln... /usr/bin/ln
checking whether '/usr/bin/ln' works... yes
/bin/rmdir: failed to remove 'ln_test': No such file or directory
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
checking if C compiler supports -ffast-math... yes
checking if C compiler supports -O3... yes
checking if C++ compiler supports -ffast-math... yes
checking if C++ compiler supports -O3... yes
checking if f77 compiler supports -ffast-math... yes
checking if f77 compiler supports -O3... yes
--- Configuring BOINC 7.11.0 (Release) ---
--- Build Components: (client manager libraries) ---
checking for docbook2x-man... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 for winsock2.h... (cached) no
checking for winsock.h... (cached) no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... /usr/bin/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... no
checking if : 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... 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/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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 how to run the C++ preprocessor... /usr/bin/g++ -E
checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++ static flag -static works... no
checking if /usr/bin/g++ supports -c -o file.o... yes
checking if /usr/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking whether to build static libraries... yes
checking for /usr/bin/gfortran option to produce PIC... -fPIC
checking if /usr/bin/gfortran PIC flag -fPIC works... yes
checking if /usr/bin/gfortran static flag -static works... no
checking if /usr/bin/gfortran supports -c -o file.o... yes
checking if /usr/bin/gfortran supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) 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... 64
checking boinc platform... x86_64-pc-linux-gnu
checking alternate boinc platform... i686-pc-linux-gnu
checking library extension... a
checking shared object extension... so
checking for pkg-config... /usr/bin/pkg-config
checking for openssl... yes
OpenSSL found in /usr
checking for gawk... (cached) /usr/bin/gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.29.0
checking for libcurl >= version 7.17.1... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
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 static library freetype... -lfreetype
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 PTHREAD_PRIO_INHERIT... yes
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 for pthread_join in LIBS= with CFLAGS=-pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... (cached) yes
checking whether we are using the Microsoft C compiler... no
checking for windows.h... (cached) no
checking for OpenGL library... -L/usr/local/lib -lGL
checking for OpenGL Utility library... -L/usr/local/lib -lGLU
checking for fopen in -lXmu... yes
checking for fopen in -lXi... yes
checking for GLUT library... -L/usr/local/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 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 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... yes
checking sys/auxv.h presence... yes
checking for sys/auxv.h... yes
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/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/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.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/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 float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking sal.h usability... no
checking sal.h presence... no
checking for sal.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
 
checking for xlocale.h... yes
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking x86intrin.h usability... yes
checking x86intrin.h presence... yes
checking for x86intrin.h... yes
checking pmmintrin.h usability... yes
checking pmmintrin.h presence... yes
checking for pmmintrin.h... yes
checking xmmintrin.h usability... yes
checking xmmintrin.h presence... yes
checking for xmmintrin.h... yes
checking emmintrin.h usability... yes
checking emmintrin.h presence... yes
checking for emmintrin.h... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking avxintrin.h usability... no
checking avxintrin.h presence... no
checking for avxintrin.h... no
checking whether _xgetbv is declared... no
checking whether xgetbv is declared... no
checking whether __xgetbv is declared... no
checking whether cpuid is declared... no
checking whether _cpuid is declared... no
checking whether __cpuid is declared... no
checking if assembler supports xgetbv... yes
checking for nvapi.h... no
checking for socklen_t... yes
checking for net/if.h... (cached) yes
checking for net/if_arp.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sys/mount.h... yes
checking for sys/swap.h... yes
checking for sys/sensors.h... no
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... no
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 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 _strdup... no
checking for strdupa... no
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 localtime... yes
checking for localtime_r... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for uselocale... yes
checking for _configthreadlocale... no
checking whether _fpreset is declared... no
checking whether fpreset is declared... no
checking for an ANSI C-conforming const... yes
checking for size_t... 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... no
configure: error: No suitable wxWidgets library found.
[boinc@BOINC boinc_source]$ make
make: *** No targets specified and no makefile found. Stop.
 
checking for xlocale.h... yes
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking x86intrin.h usability... yes
checking x86intrin.h presence... yes
checking for x86intrin.h... yes
checking pmmintrin.h usability... yes
checking pmmintrin.h presence... yes
checking for pmmintrin.h... yes
checking xmmintrin.h usability... yes
checking xmmintrin.h presence... yes
checking for xmmintrin.h... yes
checking emmintrin.h usability... yes
checking emmintrin.h presence... yes
checking for emmintrin.h... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking avxintrin.h usability... no
checking avxintrin.h presence... no
checking for avxintrin.h... no
checking whether _xgetbv is declared... no
checking whether xgetbv is declared... no
checking whether __xgetbv is declared... no
checking whether cpuid is declared... no
checking whether _cpuid is declared... no
checking whether __cpuid is declared... no
checking if assembler supports xgetbv... yes
checking for nvapi.h... no
checking for socklen_t... yes
checking for net/if.h... (cached) yes
checking for net/if_arp.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sys/mount.h... yes
checking for sys/swap.h... yes
checking for sys/sensors.h... no
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... no
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 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 _strdup... no
checking for strdupa... no
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 localtime... yes
checking for localtime_r... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for uselocale... yes
checking for _configthreadlocale... no
checking whether _fpreset is declared... no
checking whether fpreset is declared... no
checking for an ANSI C-conforming const... yes
checking for size_t... 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... no
configure: error: No suitable wxWidgets library found.
[boinc@BOINC boinc_source]$ make
make: *** No targets specified and no makefile found. Stop.

It looks like it bailed after that last line - "configure: error: No suitable wxWidgets library found."

You'll need to find the package that provides that. Just shooting from the hip on my Fedora box, it'll probably be 'wxGTK3'.

Do a 'yum provides wxWidgets' and see what you get for possible packages.
 
Installing wxWidgets fixed it. Kind of weird. I need to figure out a way to install BOINC so it doesn't require them. I am pretty sure the widgets are for the GUI which I don't use anyway.
 
It looks like it bailed after that last line - "configure: error: No suitable wxWidgets library found."

You'll need to find the package that provides that. Just shooting from the hip on my Fedora box, it'll probably be 'wxGTK3'.

Do a 'yum provides wxWidgets' and see what you get for possible packages.
Didn't get to check back until now. But, I immediately saw this and was coming down to make the same comment.
 
Installing wxWidgets fixed it. Kind of weird. I need to figure out a way to install BOINC so it doesn't require them. I am pretty sure the widgets are for the GUI which I don't use anyway.
Typically a flag during configure will disable/enable checking for specific dependencies/packages
 
New issue now. Got a make file created. Ran it under the user.

Then ran make all under root and this is what I get
In file included from /usr/local/include/wx-3.1/wx/cursor.h:75:0,
from /usr/local/include/wx-3.1/wx/event.h:22,
from /usr/local/include/wx-3.1/wx/wx.h:24,
from stdwx.h:49,
from DlgAdvPreferencesBase.cpp:22:
/usr/local/include/wx-3.1/wx/utils.h:613:52: warning: redundant redeclaration of ‘void wxQsort(void*, size_t, size_t, wxSortCallback, const void*)’ in same scope [-Wredundant-decls]
const void* user_data);
^
In file included from /usr/local/include/wx-3.1/wx/dynarray.h:16:0,
from /usr/local/include/wx-3.1/wx/wx.h:16,
from stdwx.h:49,
from DlgAdvPreferencesBase.cpp:22:
/usr/local/include/wx-3.1/wx/vector.h:47:23: warning: previous declaration of ‘void wxQsort(void*, size_t, size_t, wxSortCallback, const void*)’ [-Wredundant-decls]
WXDLLIMPEXP_BASE void wxQsort(void* pbase, size_t total_elems,
^
DlgAdvPreferencesBase.cpp: In constructor ‘CDlgAdvPreferencesBase::CDlgAdvPreferencesBase(wxWindow*, int, wxString, wxPoint, wxSize, int)’:
DlgAdvPreferencesBase.cpp:140:97: error: ‘wxNB_FLAT’ was not declared in this scope
m_Notebook = new wxNotebook( m_panelControls, ID_DEFAULT, wxDefaultPosition, wxDefaultSize, wxNB_FLAT|wxNB_TOP );
^
make[2]: *** [boincmgr-DlgAdvPreferencesBase.o] Error 1
make[2]: Leaving directory `/home/boinc/boinc_source/clientgui'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/boinc/boinc_source'
make: *** [install] Error 2
 
Okay, I think I got it figured out, sort of.

I can configure with the following flags.

./configure --disable-server --enable-optimize --disable-manager

This disabled the GUI stuff which the wxWidgets use. So no need to worry about that garbage anymore.

Ran the make file. It completed. Ran the make install file (under root) and it completed also.
cd . && sh generate_svn_version.sh
make install-recursive
make[1]: Entering directory `/home/boinc/boinc_source'
Making install in m4
make[2]: Entering directory `/home/boinc/boinc_source/m4'
make[3]: Entering directory `/home/boinc/boinc_source/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/boinc/boinc_source/m4'
make[2]: Leaving directory `/home/boinc/boinc_source/m4'
Making install in api
make[2]: Entering directory `/home/boinc/boinc_source/api'
rm -f libboinc_api.a
/bin/ln .libs/libboinc_api.a .
rm -f libboinc_graphics2.a
/bin/ln .libs/libboinc_graphics2.a .
rm -f libboinc_opencl.a
/bin/ln .libs/libboinc_opencl.a .
make[3]: Entering directory `/home/boinc/boinc_source/api'
/bin/mkdir -p '/usr/local/lib'
/bin/sh ../libtool --mode=install /bin/install -c libboinc_api.la libboinc_graphics2.la libboinc_opencl.la '/usr/local/lib'
libtool: install: /bin/install -c .libs/libboinc_api.so.7.15.0 /usr/local/lib/libboinc_api.so.7.15.0
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_api.so.7.15.0 libboinc_api.so.7 || { rm -f libboinc_api.so.7 && ln -s libboinc_api.so.7.15.0 libboinc_api.so.7; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_api.so.7.15.0 libboinc_api.so || { rm -f libboinc_api.so && ln -s libboinc_api.so.7.15.0 libboinc_api.so; }; })
libtool: install: /bin/install -c .libs/libboinc_api.lai /usr/local/lib/libboinc_api.la
libtool: install: /bin/install -c .libs/libboinc_graphics2.so.7.15.0 /usr/local/lib/libboinc_graphics2.so.7.15.0
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_graphics2.so.7.15.0 libboinc_graphics2.so.7 || { rm -f libboinc_graphics2.so.7 && ln -s libboinc_graphics2.so.7.15.0 libboinc_graphics2.so.7; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_graphics2.so.7.15.0 libboinc_graphics2.so || { rm -f libboinc_graphics2.so && ln -s libboinc_graphics2.so.7.15.0 libboinc_graphics2.so; }; })
libtool: install: /bin/install -c .libs/libboinc_graphics2.lai /usr/local/lib/libboinc_graphics2.la
libtool: install: /bin/install -c .libs/libboinc_opencl.so.7.15.0 /usr/local/lib/libboinc_opencl.so.7.15.0
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_opencl.so.7.15.0 libboinc_opencl.so.7 || { rm -f libboinc_opencl.so.7 && ln -s libboinc_opencl.so.7.15.0 libboinc_opencl.so.7; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libboinc_opencl.so.7.15.0 libboinc_opencl.so || { rm -f libboinc_opencl.so && ln -s libboinc_opencl.so.7.15.0 libboinc_opencl.so; }; })
libtool: install: /bin/install -c .libs/libboinc_opencl.lai /usr/local/lib/libboinc_opencl.la
libtool: install: /bin/install -c .libs/libboinc_api.a /usr/local/lib/libboinc_api.a
libtool: install: chmod 644 /usr/local/lib/libboinc_api.a
libtool: install: ranlib /usr/local/lib/libboinc_api.a
libtool: install: /bin/install -c .libs/libboinc_graphics2.a /usr/local/lib/libboinc_graphics2.a
libtool: install: chmod 644 /usr/local/lib/libboinc_graphics2.a
libtool: install: ranlib /usr/local/lib/libboinc_graphics2.a
libtool: install: /bin/install -c .libs/libboinc_opencl.a /usr/local/lib/libboinc_opencl.a
libtool: install: chmod 644 /usr/local/lib/libboinc_opencl.a
libtool: install: ranlib /usr/local/lib/libboinc_opencl.a
libtool: finish: PATH="/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include/boinc'
/bin/install -c -m 644 boinc_api.h boinc_opencl.h graphics2.h gutil.h '/usr/local/include/boinc'
make[3]: Leaving directory `/home/boinc/boinc_source/api'
make[2]: Leaving directory `/home/boinc/boinc_source/api'
Making install in lib
make[2]: Entering directory `/home/boinc/boinc_source/lib'
rm -f libboinc.a
/bin/ln .libs/libboinc.a .
rm -f libboinc_crypt.a
/bin/ln .libs/libboinc_crypt.a .
make[3]: Entering directory `/home/boinc/boinc_source/lib'
/bin/mkdir -p '/usr/local/lib'
/bin/sh ../libtool --mode=install /bin/install -c libboinc.la libboinc_crypt.la '/usr/local/lib'
libtool: install: /bin/install -c .libs/libboinc.lai /usr/local/lib/libboinc.la
libtool: install: /bin/install -c .libs/libboinc_crypt.lai /usr/local/lib/libboinc_crypt.la
libtool: install: /bin/install -c .libs/libboinc.a /usr/local/lib/libboinc.a
libtool: install: chmod 644 /usr/local/lib/libboinc.a
libtool: install: ranlib /usr/local/lib/libboinc.a
libtool: install: /bin/install -c .libs/libboinc_crypt.a /usr/local/lib/libboinc_crypt.a
libtool: install: chmod 644 /usr/local/lib/libboinc_crypt.a
libtool: install: ranlib /usr/local/lib/libboinc_crypt.a
libtool: finish: PATH="/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/include/boinc'
/bin/install -c -m 644 app_ipc.h average.h base64.h boinc_fcgi.h cal_boinc.h cc_config.h cert_sig.h cl_boinc.h common_defs.h coproc.h crypt.h diagnostics.h error_numbers.h filesys.h gui_rpc_client.h hostinfo.h md5.h md5_file.h mem_usage.h mfile.h miofile.h msg_log.h network.h notice.h opencl_boinc.h parse.h prefs.h procinfo.h proxy_info.h sched_msgs.h stackwalker_imports.h str_util.h url.h util.h '/usr/local/include/boinc'
make[3]: Leaving directory `/home/boinc/boinc_source/lib'
make[2]: Leaving directory `/home/boinc/boinc_source/lib'
Making install in client
make[2]: Entering directory `/home/boinc/boinc_source/client'
make[3]: Entering directory `/home/boinc/boinc_source/client'
/bin/mkdir -p '/usr/local/bin'
/bin/sh ../libtool --mode=install /bin/install -c boinc_client boinccmd switcher '/usr/local/bin'
libtool: install: /bin/install -c boinc_client /usr/local/bin/boinc_client
libtool: install: /bin/install -c boinccmd /usr/local/bin/boinccmd
libtool: install: /bin/install -c switcher /usr/local/bin/switcher
make install-exec-hook
make[4]: Entering directory `/home/boinc/boinc_source/client'
rm -f /usr/local/bin/boinc
/bin/ln /usr/local/bin/boinc_client /usr/local/bin/boinc
make[4]: Leaving directory `/home/boinc/boinc_source/client'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/boinc/boinc_source/client'
make[2]: Leaving directory `/home/boinc/boinc_source/client'
Making install in client/scripts
make[2]: Entering directory `/home/boinc/boinc_source/client/scripts'
make[3]: Entering directory `/home/boinc/boinc_source/client/scripts'
make install-exec-hook
make[4]: Entering directory `/home/boinc/boinc_source/client/scripts'
chmod +x boinc-client
if [ -d /etc/init.d ] ; then \
/bin/install -c -d /usr/local/etc/init.d ; \
/bin/install -c -b boinc-client /usr/local/etc/init.d/boinc-client ; \
fi
if [ -d /usr/lib/systemd/system ] ; then \
/bin/install -c -d /usr/lib/systemd/system/ ; \
/bin/install -c -m 644 boinc-client.service /usr/lib/systemd/system/boinc-client.service ; \
elif [ -d /lib/systemd/system ] ; then \
/bin/install -c -d /lib/systemd/system/ ; \
/bin/install -c -m 644 boinc-client.service /lib/systemd/system/boinc-client.service ; \
fi
if [ -d /etc/sysconfig ] ; then \
/bin/install -c -d /usr/local/etc/sysconfig ; \
/bin/install -c -m 644 ./boinc-client.conf /usr/local/etc/sysconfig/boinc-client ; \
elif [ -d /etc/default ] ; then \
/bin/install -c -d /usr/local/etc/default ; \
/bin/install -c -m 644 ./boinc-client.conf /usr/local/etc/default/boinc-client ; \
else \
/bin/install -c -d /usr/local/etc ; \
/bin/install -c -m 644 ./boinc-client.conf /usr/local/etc/boinc-client.conf ; \
fi
make[4]: Leaving directory `/home/boinc/boinc_source/client/scripts'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/boinc/boinc_source/client/scripts'
make[2]: Leaving directory `/home/boinc/boinc_source/client/scripts'
Making install in doc
make[2]: Entering directory `/home/boinc/boinc_source/doc'
make[3]: Entering directory `/home/boinc/boinc_source/doc'
make[4]: Entering directory `/home/boinc/boinc_source/doc'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/boinc/boinc_source/doc'
make[3]: Leaving directory `/home/boinc/boinc_source/doc'
make[2]: Leaving directory `/home/boinc/boinc_source/doc'
make[2]: Entering directory `/home/boinc/boinc_source'
cd . && sh generate_svn_version.sh
make[3]: Entering directory `/home/boinc/boinc_source'
make[3]: Nothing to be done for `install-exec-am'.
cd . && sh generate_svn_version.sh
/bin/mkdir -p '/usr/local/include/boinc'
/bin/install -c -m 644 version.h svn_version.h '/usr/local/include/boinc'
make[3]: Leaving directory `/home/boinc/boinc_source'
make[2]: Leaving directory `/home/boinc/boinc_source'
make[1]: Leaving directory `/home/boinc/boinc_source'

Now when I run this command
[root@64CoreDell bin]# service boinc-client start
Redirecting to /bin/systemctl start boinc-client.service

I get that message. Normally this is what it's supposed to do.
root@server1 [~]# service boinc-client start
The BOINC client requires initialization. [WARNING]
Starting BOINC client as a daemon: [ OK ]

I then get all the config files to edit so I can remotely control it in the boinc user home directory, but none of that happens.

Not sure where to look now?
 
Well I got it running, just typing boinc in the CMD will start the client. Had to use --dir to change the directory since I have no idea where it thinks it's conf directory is.

I also have to leave the session open in putty or the client will close as well.

Sort of a bandaid fix.
 
I would check if systemctl started boinc successfully even if it didn't output to the current terminal.
>systemctl status boinc-client
Should see 'active (running)' or some failed wording output from there.

If it failed, what I would do is pull up another terminal and run 'journalctl -f'. It'll scroll system log stuff as events happen.
In a second terminal I'd try to start your service and then watch what happens in the journal terminal.

Something I'd expect to see is a line about starting boinc that would also direct it to where it thinks the config file lives.
 
It's okay running in the terminal. Back story on this is the RAID Controller card in my server died on me. While I am waiting for the replacement to get here I hooked a regular desktop SATA drive to the SATA port in the server that's reserved for the optical drive and loaded Linux back on it so I can install BOINC and run WCG while I wait for the replacement to get here. The CentOS installed on the SAS drive functions how I wish and I was able to compile, setup and config it the way the tutorial explained. Not sure what made this so difficult. It works and is just a temporary solution until my RAID controller card gets here so I can put the server back together and let me make me some money.
 
Back
Top