Linux BOINC

Seti Team Art Bell

Moderator: Super Moderators

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-05-2004 11:20 PM

It's a P4 1500MHz that was purchased about two years ago from Sears. It's a Compaq Presario 5321SR and I checked...it's not just the sticker...it is a P4...hehe.

I don't know why I'm so high in the rankings. I'm glad I am but it won't last long, especially once we go public.

I'll have to check out those GCC optimizations. I haven't heard anyone talk about it in the BOINC boards.

Mark

P.S.~ Did you see the last part of my post a few posts back? I said everything compiled with no errors after I installed mySQL but what am I looking for in the directories? I don't see the executables for either one.

What do yours look like?
Last edited by TABwebmaster on 03-05-2004 11:23 PM, edited 1 time in total.

User avatar
SvladCjelli
Moderator
Posts: 650
Joined: 09-10-2003 11:06 AM

Post by SvladCjelli » 03-06-2004 10:13 AM

did you remark this :
The final target is boinc/client/boinc_VERSION_PLATFORM.gz.
Just because you are paranoid doesn't mean someone isn't following you...

User avatar
SvladCjelli
Moderator
Posts: 650
Joined: 09-10-2003 11:06 AM

Post by SvladCjelli » 03-12-2004 04:35 PM

SvladCjelli wrote: did you remark this :


I successfully compiled and am now running the self-compiled client on one of my machines. Unfortunately, I have no 2 machines quite the same, so I cannot do a real benchmark, plus they all run different services etc..

However, the self-compiled client is currently at the top of my list of recent results, despite having the least RAM (256 333Mhz PC2700 DDR Corsair CL2), and being only an XP2500+, while I have a 2800+ with 512MB RAM coming in way slower running the precompiled client.

Boinc on!

edit: TAB, I used the binary found in the clients/ directory...
Just because you are paranoid doesn't mean someone isn't following you...

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-12-2004 10:23 PM

Here's a link to the screenshot of my client\ directory contents:

http://www.seti-teamartbell.com/snapshot1.png

I don't see any executables or binaries in there.

Mark

User avatar
SvladCjelli
Moderator
Posts: 650
Joined: 09-10-2003 11:06 AM

Post by SvladCjelli » 03-13-2004 01:15 PM

Evidently you had some sort of compilation error.

Code: Select all

>ls /tmp/boinc/boinc-2.19/ -R | grep .gz  
>boinc_2.19_i686-pc-linux-gnu.gz
Do this for me:

1. cd /wherever/boinc_2.19/
2. ./configure > configure.out
3. make > make.out

Post those 2 files somewhere, or PM them to me if you don't want to post it. We will figure out what is going on...

I have now compiled it on two different AMD systems no problems. I may try the Windows compilation tonight.

I am so close to bringing in more recent results than you, but you always stay 1 or 2 points ahead of me :) I think I may start hacking the source code soon to get that boost I need ;)
Just because you are paranoid doesn't mean someone isn't following you...

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 08:09 PM

Thanks Svlad, here are the files you asked me to create. These are for the core client only. If you think I should do the same for the SETI@home app just let me know.

*****configure.out - after make clean*****
--- Configuring BOINC 2.19 ---
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... 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 how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for main in -lgen... no
checking for sin in -lm... yes
checking for gethostbyaddr in -lnsl... yes
checking for main in -lsocket... no
checking for main in -lstdc++... yes
checking for gzopen in -lz... yes
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 XCreateGC in -lX11... no
checking for XawTextReplace in -lXaw... no
checking for XShmGetImage in -lXext... no
checking for XmuMakeAtom in -lXmu... no
checking for XtDisplay in -lXt... no
checking for IceProtocolVersion in -lICE... no
checking for SmsInitialize in -lSM... no
checking for glCallList in -lGL... no
checking for main in -lGLU... no
checking for main in -lGLUT... no
checking for setservent in -lsocket... no
checking for strfind in -lgen... no
checking for strfind in -lgen... (cached) no
checking for shmget in -lcygipc... no
checking for mysql_config... /usr/local/mysql/bin/mysql_config
checking mysql libraries... -L/usr/local/mysql/lib -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv
checking mysql includes... -I/usr/local/mysql/include -mcpu=pentiumpro
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... 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 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 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... 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 signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.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/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... 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 how to run the C++ preprocessor... g++ -E
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... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
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 algorithm usability... yes
checking algorithm presence... yes
checking for algorithm... yes
checking bitset usability... yes
checking bitset presence... yes
checking for bitset... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking cctype usability... yes
checking cctype presence... yes
checking for cctype... yes
checking cerrno usability... yes
checking cerrno presence... yes
checking for cerrno... yes
checking cfloat usability... yes
checking cfloat presence... yes
checking for cfloat... yes
checking climits usability... yes
checking climits presence... yes
checking for climits... yes
checking clocale usability... yes
checking clocale presence... yes
checking for clocale... yes
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking complex usability... yes
checking complex presence... yes
checking for complex... yes
checking csetjmp usability... yes
checking csetjmp presence... yes
checking for csetjmp... yes
checking csignal usability... yes
checking csignal presence... yes
checking for csignal... yes
checking cstdarg usability... yes
checking cstdarg presence... yes
checking for cstdarg... yes
checking cstddef usability... yes
checking cstddef presence... yes
checking for cstddef... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking cstring usability... yes
checking cstring presence... yes
checking for cstring... yes
checking ctime usability... yes
checking ctime presence... yes
checking for ctime... yes
checking deque usability... yes
checking deque presence... yes
checking for deque... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking functional usability... yes
checking functional presence... yes
checking for functional... yes
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking ios usability... yes
checking ios presence... yes
checking for ios... yes
checking iosfwd usability... yes
checking iosfwd presence... yes
checking for iosfwd... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking istream usability... yes
checking istream presence... yes
checking for istream... yes
checking iterator usability... yes
checking iterator presence... yes
checking for iterator... yes
checking limits usability... yes
checking limits presence... yes
checking for limits... yes
checking list usability... yes
checking list presence... yes
checking for list... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking memory usability... yes
checking memory presence... yes
checking for memory... yes
checking numeric usability... yes
checking numeric presence... yes
checking for numeric... yes
checking ostream usability... yes
checking ostream presence... yes
checking for ostream... yes
checking queue usability... yes
checking queue presence... yes
checking for queue... yes
checking set usability... yes
checking set presence... yes
checking for set... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking stack usability... yes
checking stack presence... yes
checking for stack... yes
checking stdexcept usability... yes
checking stdexcept presence... yes
checking for stdexcept... yes
checking streambuf usability... yes
checking streambuf presence... yes
checking for streambuf... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking utility usability... yes
checking utility presence... yes
checking for utility... yes
checking valarray usability... yes
checking valarray presence... yes
checking for valarray... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking for C++ namespaces... yes
checking min(0,0) in namespace std... yes
checking max(0,0) in namespace std... yes
checking transform((char *)0,(char *)
0,(char *)0,(int(*)(int))malloc) in namespace std... yes
checking whether gcc needs -traditional... no
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strstr... yes
checking for uname... yes
checking for lockf... yes
checking for flock... yes
checking for strftime... yes
checking for setpriority... yes
checking for wait4... yes
checking for strlcpy... 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 static flags... -static
configure: creating ./config.status
config.status: creating Makefile
config.status: creating RSAEuro/source/Makefile
config.status: creating RSAEuro/Makefile
config.status: creating api/Makefile
config.status: creating apps/Makefile
config.status: creating client/Makefile
config.status: creating db/Makefile
config.status: creating lib/Makefile
config.status: creating sched/Makefile
config.status: creating tools/Makefile
config.status: creating test/Makefile
config.status: creating test/version.inc
config.status: creating py/Makefile
config.status: creating py/Boinc/Makefile
config.status: creating py/Boinc/version.py
config.status: creating py/Boinc/boinc_path_config.py
config.status: creating py/boinc_path_config.py
config.status: creating client/win/boinc_path_config.py
config.status: creating sched/boinc_path_config.py
config.status: creating tools/boinc_path_config.py
config.status: creating test/boinc_path_config.py
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
--- Configured BOINC 2.19 ---
Last edited by TABwebmaster on 03-13-2004 11:03 PM, edited 1 time in total.

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 08:10 PM

Here is

*****make.out after make clean*****
much too long to fit here ;)

here's the link:
http://www.seti-teamartbell.com/make.out

Mark
Last edited by TABwebmaster on 03-13-2004 11:09 PM, edited 1 time in total.

User avatar
SvladCjelli
Moderator
Posts: 650
Joined: 09-10-2003 11:06 AM

Post by SvladCjelli » 03-13-2004 09:59 PM

OK, first do 'make clean' in the directory - you have previously built a copy in that directory, so make is just going through and checking that everything is kosher and not actually compiling anything.

Do the make clean, then check for the binary, do the compile as I asked earlier, and if it still doesn't work, edit your posts above with the new output (as in after make clean)...

Sorry, forgot to mention to either start with fresh copy or do make clean.
Just because you are paranoid doesn't mean someone isn't following you...

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 11:02 PM

I will post the configure.out above but I wanted to paste this bit in from the shell after I typed:
make > make.out

xml_util.C: In function `std::string x_csv_encode_char(const unsigned char*, unsigned int)':
xml_util.C:552: warning: comparison between signed and unsigned integer expressions
/usr/bin/ld: cannot find -lstdc++
collect2: ld returned 1 exit status
make[2]: *** [boinc_client] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
[root@localhost boinc-2.19]#

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 11:12 PM

I have posted the link to the make.out file on my server. It was much too long to post here.

It looks like there are a bunch of errors. Should I do an rm of everything and start fresh?

Mark

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 11:17 PM

Also, do you have AIM or something where we could chat in real-time? ;)

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 11:48 PM

Okay, I made a new folder and downloaded the source anew. I did a cd to that dir and typed

gtar -xzvf boinc_2.19.tar.gz

that created the boinc-2.19 dir

I cd into that and typed

./configure > configure.out

and then typed

make > make.out

On the following site it says to cd into the client dir and do the make: http://boinc.berkeley.edu/build_client.php

Is that what you meant for me to do or is it all done in the boinc-2.19 dir

Sorry about all the confusion...:D

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-13-2004 11:54 PM

...so here is what configure.out looks like after a clean install of the source

*****configure.out*****

--- Configuring BOINC 2.19 ---
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... 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 how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for main in -lgen... no
checking for sin in -lm... yes
checking for gethostbyaddr in -lnsl... yes
checking for main in -lsocket... no
checking for main in -lstdc++... yes
checking for gzopen in -lz... yes
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 XCreateGC in -lX11... no
checking for XawTextReplace in -lXaw... no
checking for XShmGetImage in -lXext... no
checking for XmuMakeAtom in -lXmu... no
checking for XtDisplay in -lXt... no
checking for IceProtocolVersion in -lICE... no
checking for SmsInitialize in -lSM... no
checking for glCallList in -lGL... no
checking for main in -lGLU... no
checking for main in -lGLUT... no
checking for setservent in -lsocket... no
checking for strfind in -lgen... no
checking for strfind in -lgen... (cached) no
checking for shmget in -lcygipc... no
checking for mysql_config... /usr/local/mysql/bin/mysql_config
checking mysql libraries... -L/usr/local/mysql/lib -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv
checking mysql includes... -I/usr/local/mysql/include -mcpu=pentiumpro
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for egrep... grep -E
checking for ANSI C header files... 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 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 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... 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 signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.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/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... 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 how to run the C++ preprocessor... g++ -E
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... no
checking GL/glut.h presence... no
checking for GL/glut.h... no
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 algorithm usability... yes
checking algorithm presence... yes
checking for algorithm... yes
checking bitset usability... yes
checking bitset presence... yes
checking for bitset... yes
checking cassert usability... yes
checking cassert presence... yes
checking for cassert... yes
checking cctype usability... yes
checking cctype presence... yes
checking for cctype... yes
checking cerrno usability... yes
checking cerrno presence... yes
checking for cerrno... yes
checking cfloat usability... yes
checking cfloat presence... yes
checking for cfloat... yes
checking climits usability... yes
checking climits presence... yes
checking for climits... yes
checking clocale usability... yes
checking clocale presence... yes
checking for clocale... yes
checking cmath usability... yes
checking cmath presence... yes
checking for cmath... yes
checking complex usability... yes
checking complex presence... yes
checking for complex... yes
checking csetjmp usability... yes
checking csetjmp presence... yes
checking for csetjmp... yes
checking csignal usability... yes
checking csignal presence... yes
checking for csignal... yes
checking cstdarg usability... yes
checking cstdarg presence... yes
checking for cstdarg... yes
checking cstddef usability... yes
checking cstddef presence... yes
checking for cstddef... yes
checking cstdio usability... yes
checking cstdio presence... yes
checking for cstdio... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking cstring usability... yes
checking cstring presence... yes
checking for cstring... yes
checking ctime usability... yes
checking ctime presence... yes
checking for ctime... yes
checking deque usability... yes
checking deque presence... yes
checking for deque... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking functional usability... yes
checking functional presence... yes
checking for functional... yes
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking ios usability... yes
checking ios presence... yes
checking for ios... yes
checking iosfwd usability... yes
checking iosfwd presence... yes
checking for iosfwd... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking istream usability... yes
checking istream presence... yes
checking for istream... yes
checking iterator usability... yes
checking iterator presence... yes
checking for iterator... yes
checking limits usability... yes
checking limits presence... yes
checking for limits... yes
checking list usability... yes
checking list presence... yes
checking for list... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking map usability... yes
checking map presence... yes
checking for map... yes
checking memory usability... yes
checking memory presence... yes
checking for memory... yes
checking numeric usability... yes
checking numeric presence... yes
checking for numeric... yes
checking ostream usability... yes
checking ostream presence... yes
checking for ostream... yes
checking queue usability... yes
checking queue presence... yes
checking for queue... yes
checking set usability... yes
checking set presence... yes
checking for set... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking stack usability... yes
checking stack presence... yes
checking for stack... yes
checking stdexcept usability... yes
checking stdexcept presence... yes
checking for stdexcept... yes
checking streambuf usability... yes
checking streambuf presence... yes
checking for streambuf... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking utility usability... yes
checking utility presence... yes
checking for utility... yes
checking valarray usability... yes
checking valarray presence... yes
checking for valarray... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking for C++ namespaces... yes
checking min(0,0) in namespace std... yes
checking max(0,0) in namespace std... yes
checking transform((char *)0,(char *)
0,(char *)0,(int(*)(int))malloc) in namespace std... yes
checking whether gcc needs -traditional... no
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strstr... yes
checking for uname... yes
checking for lockf... yes
checking for flock... yes
checking for strftime... yes
checking for setpriority... yes
checking for wait4... yes
checking for strlcpy... 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 static flags... -static
configure: creating ./config.status
config.status: creating Makefile
config.status: creating RSAEuro/source/Makefile
config.status: creating RSAEuro/Makefile
config.status: creating api/Makefile
config.status: creating apps/Makefile
config.status: creating client/Makefile
config.status: creating db/Makefile
config.status: creating lib/Makefile
config.status: creating sched/Makefile
config.status: creating tools/Makefile
config.status: creating test/Makefile
config.status: creating test/version.inc
config.status: creating py/Makefile
config.status: creating py/Boinc/Makefile
config.status: creating py/Boinc/version.py
config.status: creating py/Boinc/boinc_path_config.py
config.status: creating py/boinc_path_config.py
config.status: creating client/win/boinc_path_config.py
config.status: creating sched/boinc_path_config.py
config.status: creating tools/boinc_path_config.py
config.status: creating test/boinc_path_config.py
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
--- Configured BOINC 2.19 ---

make.out is at http://www.seti-teamartbell.com/make.out
Last edited by TABwebmaster on 03-14-2004 12:15 AM, edited 1 time in total.

User avatar
SvladCjelli
Moderator
Posts: 650
Joined: 09-10-2003 11:06 AM

Post by SvladCjelli » 03-14-2004 10:31 AM

You are missing lstdc++ (which I would decrypt as being [Standard Library for C++].

Try searching your installation packages for this string, and install that. I would just go and install ALL the 'development' packages if you have enuff disk room.

Check your PMs
Just because you are paranoid doesn't mean someone isn't following you...

User avatar
TABwebmaster
Boatswain
Posts: 2717
Joined: 05-25-2002 02:00 AM
Contact:

Post by TABwebmaster » 03-15-2004 12:10 PM

Okay, now that I have re-installed Mandrake 9.2 and checked Development tools I found that it didn't install gcc...so I installed that. Then it tells me it cannot find lstdc++ again. I installed that. Now the only thing it says it cannot find is :

xml_util.C: In function `std::string x_csv_encode_char(const unsigned char*, unsigned int)':
xml_util.C:552: warning: comparison between signed and unsigned integer expressions
/usr/bin/ld: cannot find -lnsl
collect2: ld returned 1 exit status
make[2]: *** [boinc_client] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

*note~I thought that by checking Development Tools during the install that I was installing everything...I guess not:rolleyes:
Last edited by TABwebmaster on 03-15-2004 12:14 PM, edited 1 time in total.

Post Reply

Return to “Team Art Bell”