|
From: Surj S. <sur...@mi...> - 2005-12-30 13:45:08
|
Hello all,
After a day and a half of struggle with the above issue, here's how I=20
got to work:
* Download the source code from sourceforge (I used 3.1.2).
* In the file src/c/Makefile.linux, the first line will look like =
this:
o "COMPILE =3D gcc -O3 -Wall --pedantic -pthread =
-DUSE_NANOSLEEP"
o Add " -lm -fPIC -m64" to the end of the line. It should now
look like this:
+ "COMPILE =3D gcc -O3 -Wall --pedantic -pthread
-DUSE_NANOSLEEP -lm -fPIC -m64"
* In build.xml, replace both occurrences of:
o target=3D"1.2"
* with:
o target=3D"1.4" source=3D"1.4"
* Make sure you have a 64-bit JVM as your JAVA_HOME
* Then run "./build.sh"
Job done.
Surj
--------------------------------------------
Keywords: AMD 64, A64, AMD64, cannot load libwrapper.so
=20
=20
--=20
=20
Merlin Information Systems Limited,
Merlin House, Gawcott Road, Buckingham, United Kingdom. MK18 1TN
Tel: +44 (0) 1280 824331 Fax: +44 (0) 1280 824112
=20
http://www.misgl.com=20
=20
Provider of IT Services and Online Portal Support Services.=20
=20
Confidentiality:
The information contained in this email (including any attachments) is =
confidential and is intended solely for the use of the named addressee. =
Access, copying or re-use of the information in it by any other person =
is not authorised. If you are not the intended recipient, please notify =
us immediately by telephone or by e-mail to ad...@mi...
=20
*** This mail has been scanned for viruses ***
|