hi, i am trying to build an application using openssl on SUSE PPC 64. Getting the following error while linking .
/usr/bin/g++ -O -mpowerpc64 -m64 -D_GNU_SOURCE -DACE_SOVERSION=4 - DACE_MT_SAFE=0 -DACE_NDEBUG -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -DTAO_LACKS_STATIC_INITIALIZER -O2 -shared -Xlinker -warn-once -o libnbmangle.so nbmangle.o /extsrc/pspOpenSSL/4.1.0.6/lib/plinuxS_2.6/libvxsslSTS.a /extsrc/pspOpenSSL/4.1.0.6/lib/plinuxS_2.6/libvxcryptoSTS.a \ -Xlinker -rpath -Xlinker /usr/openv/lib -lc /usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../powerpc-suse- linux/bin/ld: /extsrc/pspOpenSSL/4.1.0.6/lib/plinuxS_2.6/libvxcryptoSTS.a(by_dir.o) (.text+0xae8): unresolvable R_PPC64_REL24 relocation against symbol `.stat' collect2: ld returned 1 exit status Do let me know if any of you have encounter this while linking on SUSE PPC 64. Thanks Anil