R
r.nikhilk
Hi,
Currently, we are porting C++ applications from 32 bit to 64 bit on AIX
platform. (The current version of AIX is 5.3 and xlC verison is 8.0).
We are able to compile the applications by including the -q64 option in
xlC compiler. And we are able to link all these libraries to one of
the main applications and generate an executable. SKLoader. But, when
we try to run this main executable, we are getting the following
errors:
../SKLoader: syntax error near unexpected token `<bigaf>'
../SKLoader: ./SKLoader: line 1: `<bigaf>'
Any help would be greatly appreciated.
Thanks,
-Nikhil
Currently, we are porting C++ applications from 32 bit to 64 bit on AIX
platform. (The current version of AIX is 5.3 and xlC verison is 8.0).
We are able to compile the applications by including the -q64 option in
xlC compiler. And we are able to link all these libraries to one of
the main applications and generate an executable. SKLoader. But, when
we try to run this main executable, we are getting the following
errors:
../SKLoader: syntax error near unexpected token `<bigaf>'
../SKLoader: ./SKLoader: line 1: `<bigaf>'
Any help would be greatly appreciated.
Thanks,
-Nikhil