Quote:
|
Originally posted by mikkyo: If you post the errors I can tell you what they mean. To do optimized compiles, you set the flags you want or pass them to configure before running it. See configure -help for info. See this thread for optimization info: http://forums.macnn.com/showthread....threadid=222728 |
How I complied the BONIC client application
I downloaded the latest nightly build:
http://boinc.berkeley.edu/source/ni...04-12-18.tar.gz
Then in terminal:
$ gnutar -xzf boinc_public-cvs-2004-12-18.tar.gz
$ cd bonic_public
$ ./configure
$ make
Errors given at end of make:
fi
../db/boinc_db.C: In member function `void HOST::fix_nans()':
../db/boinc_db.C:299: error: `isnan' undeclared (first use this function)
../db/boinc_db.C:299: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[2]: *** [boinc_db.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
BOINC client application not created on this try.
Also adding the -O3 optimisation to the ./configure gives the following error:
unrecognized option: -O3