Hi Stefan,
Thanks a lot for your help, I've done it as you say but I got the same error:
ld: 0711-224 WARNING: Duplicate symbol:_system_configuration
ld: 0711-345 Use the -bloadmap or -bnoquiet optinon to obtain nore information.
ld: 0711-317 ERROR: UNdefined symbol: p_xargc
ld:0711-317...
hello Stefan,
I just have one code file and I have the link script as follows:
shared -p MYIUA.o -o /prog/v4load/MYIUA
and I modified it this way:
shared -p MYIUA.o -o /prog/v4load/MYIUA
-a /usr/lib/libC.a
I get the same results as before and
link_script.sh[3]: -a: not found.
Thanks a lot Stefan!
I have installed IBM C for AIX and It gets to compile but it does´nt create the load module giving this error:
===== Creating a shared load ====
Compiling C source of module header... ok
Creating load module... error
ld: 0711-224...
Hi Stefan,
I have done it as you say and I get this message:
api: ==== Creating a shared load ===
Compiling C source of module header ... error
/usr/catia4241/cfg_bhase/code/bin/lkcat[374]: cc: not found
==========================================...
Thank you Stefan,
but I have a problem,where should I execute the script?,because I've done it in the path where I have my_iua.o,and I can not find shared "command" in the Fortran path either :
shared -p my_iua.o
-o /iua_path/my_iua
when I execute the scrcipt the system can not...