On Tue, Jul 14, 2009 at 07:06:11AM -0700, John R Pierce wrote:
> I dropped the binary that I built on CentOS 5.3 at 
> http://freescruz.com/mprime if you want to examine it.  it still has a 
> _LOT_ of dynamic libraries linked..

Did you perchance put your libraries outside the static/dynamic linker
options pair? Mine has

  fugl:~/dev/mersenne/linux> ldd sprime2511 
  linux-gate.so.1 =>  (0xffffe000)
  libm.so.6 => /lib/libm.so.6 (0xb7eca000)
  libpthread.so.0 => /lib/libpthread.so.0 (0xb7eb2000)
  libdl.so.2 => /lib/libdl.so.2 (0xb7ead000)
  libc.so.6 => /lib/libc.so.6 (0xb7d6d000)
  /lib/ld-linux.so.2 (0xb7f06000)

which is probably the list you want.

/* Steinar */
-- 
Homepage: http://www.sesse.net/
_______________________________________________
Prime mailing list
[email protected]
http://hogranch.com/mailman/listinfo/prime

Reply via email to