search for: gopehr4

Displaying 1 result from an estimated 1 matches for "gopehr4".

2007 May 13
1
Help understanding LAPACK symbol resolution
...gs="--with-lapack='-L/usr/lib64 -llapack'" <pkg> This 'works', in the sense that the package compiles, loads, and apparently runs as expected. I'm concerned though about how lapack is being found, and how symbols are actually being resolved. When I mtmorgan at gopehr4:~> ldd <pkg>.so I see an entry liblapack.so.3 => /usr/lib64/liblapack.so.3 (0x00002b0928a1c000) and I do NOT see an entry pointing to libRlapack .Am I right in interpreting this to mean: * All LAPACK symbols in my package, including those that coincidentally have a definit...