*** empty log message ***

svn path=/trunk/boinc/; revision=1747
This commit is contained in:
Karl Chen 2003-07-19 00:42:17 +00:00
parent 515372ddbb
commit 20f35af4b2
1 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,17 @@ useful to others
COMPILING COMPILING
========= =========
32-bit:
-------
Use 32-bit mysql CLIENT libraries (although server could be 64-bit) in
/usr/local/mysql_32bit:
./configure MYSQL_CONFIG=/usr/local/mysql_32bit/bin/mysql_config
64-bit:
-------
On Koloth, use these flags to link with mysql-max-64bit: On Koloth, use these flags to link with mysql-max-64bit:
-L /usr/local/mysql/lib -lmysqlclient -lsocket -lnsl -lm -m64 -Wl,-R,/usr/local/gcc/lib/sparcv9 -L /usr/local/mysql/lib -lmysqlclient -lsocket -lnsl -lm -m64 -Wl,-R,/usr/local/gcc/lib/sparcv9