Posts by nenym

1) Questions and Answers : Unix/Linux : FIXED: Computation Error (Message 38)
Posted 2 Sep 2011 by Profile nenym
Post:
It works now.
hajek@Note_Hajek:~/BOINC/projects/yafu.dyndns.org_yafu$ ldd yafu-32k-linux64 
	linux-vdso.so.1 =>  (0x00007fff16fff000)
	libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x00007f1d0895f000)
	libm.so.6 => /lib/libm.so.6 (0x00007f1d086dc000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f1d084be000)
	libc.so.6 => /lib/libc.so.6 (0x00007f1d0813b000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f1d08beb000)

Found here:
https://answers.launchpad.net/ubuntu/+question/157810
Luky Winarto wrote:
Let's do the trick again.
Grab gmp from the source:
wget ftp://ftp.gnu.org/gnu/gmp/gmp-5.0.2.tar.gz

Untar it:
tar zxvf gmp-5.0.2.tar.gz

Install it:
cd gmp-5.0.2
./configure
make
make check
sudo make install

Your libgmp.so.10 will be installed on /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'
2) Questions and Answers : Unix/Linux : FIXED: Computation Error (Message 34)
Posted 2 Sep 2011 by Profile nenym
Post:
+1 user (2 machines Ubuntu 10.04)







Datenschutz / Privacy Copyright © 2011-2024 Rechenkraft.net e.V. & yoyo