|
When running make, I see the following warning:
XML::Parser --> make error/warning:
ld -bhalt:4 -bexpall -G -bnoentry -lpthreads -lc Expat.o -o ../blib/arch/auto/XML/Parser/
+Expat/Expat.so -lexpat
ld: 0711-768 WARNING: Object Expat.o, section 1, function .strcmp:
The branch at address 0x198 is not followed by a recognized no-op
or TOC-reload instruction. The unrecognized instruction is 0x2C030000.
The make test completes fine, but after install, I get a segmentation fault when it executes. Any ideas on how I can troubleshoot/resolve this? I am by no means experienced in this...so any help would be greatly appreciated. Could it be an incompatible module?
Paul |