On Dienstag 03 Juni 2008, Sergey Plis wrote: > Hi, > > I am still fighting with bigforth trying to make it bind 32bit libraries > on a 64bit system correctly. > The libraries are from ATLAS suite. The bindings file is in bigforth > tree now. The error I get at segfault is this: > > 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 would appreciate any advice or recommendation on where to look for the > source of the problem. It is getting problematic for me to use bigforth > on a powerful machine :( I should say that everything works fine on a > 32bit ubuntu box.
Well, have you tried to copy the libptcblas.so of the 32 bit box to your 64 bit system? The only reason I can see is that on your 64 bit system, the 32 bit library build process is somewhat broken (distribution problem then). Has Ubuntu something like "linux32" which opens an environment where everything thinks it's on a 32 bit box? So far, on my OpenSuSE installation, I haven't seen any of those problems. -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/
signature.asc
Description: This is a digitally signed message part.
