Dear ALPS users and developers,
I know this issue is more appropriate for an IBM AIX forum, but since I
found no working solution after contacting other forums, I hope somebody
here can give me some useful hint...After successfully compiling the
latest ALPS 2.0 nightly sources and my code with CMake build system, as
reported on the website, I get the following message when running my code
(the compiler is the latest xlC 11.1 on AIX 6.1):
-bash-3.2$ ./hubbardfly
exec(): 0509-036 Cannot load program hubbardfly because of the following
errors:
rtld: 0712-001 Symbol decimal128ToNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decContextDefault was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberCopy was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberFromString was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberToString was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberPower was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberDivide was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberMultiply was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberToIntegralValue was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberSubtract was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberCompare was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberZero was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberAdd was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decimal64ToNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decimal32ToNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decimal64FromNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decimal128FromNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decimal32FromNumber was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol decNumberQuantize was referenced
from module
/gpfs/scratch/userexternal/jalfonsi/alps-2.0.0-r5421-src-with-boost/installO2/lib/libalps.so(),
but a runtime definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Best regards,
Jessica