ar: 0707-126


 
Thread Tools Search this Thread
Operating Systems AIX ar: 0707-126
# 1  
Old 08-04-2009
Question ar: 0707-126

Trying to build code on IBM_AIX 5.3.
Following error occured during build.

ar: 0707-126 $projdir/obj/ibm/5.3/NewApp/NewApp.o is not valid with the current object file mode.
Use the -X option to specify the desired object mode.

ANy help is appreciated to resolve the error.
# 2  
Old 08-04-2009
Hi,

since we don't know what system you have, what you're going to do or anything else, it's a bit hard to assist you here ?

Rgds
zxmaus
# 3  
Old 08-05-2009
What system information do I need to provide?

---------- Post updated 2009-08-05 at 03:14 PM ---------- Previous update was 2009-08-04 at 08:50 PM ----------

Said problem is resolved by setting OBJECT_MODE variable-
export OBJECT_MODE=64
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Cybersecurity

Web Hack Attempt from whois 209.126.68.6

Anyone care to take a stab at decoding this hack attempt on a web server. From the error logs: $ cat error.log (36)File name too long: AH00036: access to... (4 Replies)
Discussion started by: Neo
4 Replies

2. Shell Programming and Scripting

SFTP return Error Code 126

Hi, We are getting the following error code while connection remote server using sftp command. sftp user@serrver Warning: child process (/opt/ssh2/bin/ssh2) exited with code 126. pls Advise. (2 Replies)
Discussion started by: koti_rama
2 Replies

3. UNIX for Advanced & Expert Users

Exit Status 126 - how to get rid of it

Hi All, I have a small application hosted on apache-tomcat 5. Basically its a html page which in turn calls a perl script residing on unix server. Through this perl script i am calling a shell script using system command , like system('scriptname.sh',arg1,arg2,arg3); Now in the script... (5 Replies)
Discussion started by: glamo_2312
5 Replies
Login or Register to Ask a Question