hello, I am facing the following problem with compiling mod_perl 2.0.4 on AIX5.3 64bit
the problem I got this error after make: Assembler: /tmp//ccA7B415.s: line 8: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 9: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 10: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 11: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 12: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 13: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 14: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 15: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 16: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 17: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 30: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 62: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 103: Only .llong should be used for relocatable expressions. /tmp//ccA7B415.s: line 171: Only .llong should be used for relocatable expressions. collect2: gcc returned 1 exit status make: The error code from the last command is 1. When I faced these errors before just export CC="gcc -maix64" was enough to fix it When compiling I use following env: OBJECT_MODE=64 CC="gcc -maix64" export PATH,LDFLAGS,CPPFLAGS,LIBPATH Can someone explain what Only .llong should be used for relocatable expressions. Should mean? What .llong are? Thanx in advance.