Bernd Paysan <[EMAIL PROTECTED]> writes Re: [bigforth] 32bit library bindings on 64bit machine
> On Dienstag 03 Juni 2008, Sergey Plis wrote: >> bigforth: symbol lookup error: ~/soft/lib/libptcblas.so: undefined >> symbol: ATL_dptgemm >> This symbol is defined in libatlas.so which is bound in atlas.fs and >> declared as depend for libblas in gsl.fs (libptcblas.so) I don't recall the OS giving any useful feedback on the type (bits) of the library it is looking for. The undefined symbol ATL_dptgemm may be present in the 64bit .so, but the OS needs, of course, the 32bit .so here. In principle, you need carefully installed 32bit versions of ALL the 64bit libraries you want to use. This can be hassle because a 64bit OS assumes you NEVER want to use or update 32bit packages. E.g. my OpenSuSE YAST is nearly impossible to use for packages that I install myself. I have reverted to compiling these myself. [..] -marcel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
