Linking query in AIX


 
Thread Tools Search this Thread
Operating Systems AIX Linking query in AIX
# 1  
Old 01-30-2006
Linking query in AIX

Hi,

Can we link to 2 libraries out of which one is compiled with version 5 and other with version 6.
version 6 used AIX 5.0
Version 5 used AIX 4.3

Will there be any runtime problems because of this ( If it goes through linking step )?

Thanks ,
Suman
# 2  
Old 01-30-2006
If this goes through the linking without error you could use it, but that would be highly unlikely (to put it in optimistic terms).

I'd strongly suggest that you recompile the library for the older version.

bakunin
# 3  
Old 02-11-2006
Thanks bakunion.

Linking step went through. ya.. i got some runtime problems which are not consistent.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX Query

Can anyone tell me what the syntax :.: in a script means?? Thanks in advance (3 Replies)
Discussion started by: fergalmur
3 Replies

2. UNIX for Dummies Questions & Answers

Query: How to install commercial cert into AIX and use it for FTPS connection

Hi Techies, I wish to check with everyone here something regarding Configuration of FTPS Server in AIX using Commercial Digital Cert instead of Sel Sign Cert. I'm working as system integration designer and I'm currently working on a interface which involves integration btw two systems using... (6 Replies)
Discussion started by: mkmuraly
6 Replies

3. UNIX for Advanced & Expert Users

Linking issue under AIX

Hello everyone: I've made a program for AIX, but it's unable to run, by running ld I got the following screen: ld MyApp ld: 0711-317 ERROR: Undefined symbol: getenv ld: 0711-317 ERROR: Undefined symbol: _iob ld: 0711-317 ERROR: Undefined symbol: fprintf ld: 0711-317 ERROR: Undefined... (1 Reply)
Discussion started by: edgarvm
1 Replies

4. AIX

AIX chdev sys0 query

Hi all chdev -l sys0 -a fullcore=flase In the above command please explain why this command is use.and what is the default value of sys0 Also it would be good if someone can elaborate on the 'sys0' thing. Thanks (3 Replies)
Discussion started by: panther20091
3 Replies

5. AIX

AIX custom package install query

I have created a .bff package for an app to tbe installed on AIX servers across regions. I am pretty new to the AIX mode of packaging using mkinstallp but I have been able to get the same done. I installed the same on the server in which i created the package and the application was deployed... (9 Replies)
Discussion started by: jobbyjoseph
9 Replies

6. AIX

Help while linking the library in AIX

Hi, I have one library(libfoo.a) that is folder /home/xyz and my c program is in /home/xyz/cprog. Whenever I issue cc command cc -o test test.c -lfoo , i get the error /usr/bin/ld: cannot find -lfoo. echo $PATH has already listing of /home/xyz variable, even LIBPATH also has same entry... (0 Replies)
Discussion started by: rishisoft1
0 Replies

7. Shell Programming and Scripting

Query in linking

Hey guys, i have written the folowing grep command to find an ip address from various files and now i have to find the reverse DNS for it. I wanted to do it via nslookup or host does someone have any clue about how to do it? what i tried was grep -o... (2 Replies)
Discussion started by: snake450
2 Replies

8. AIX

linking warning in AIX-Please help-duplicate symbols :(((

:confused: Hi All I am getting following warnings on AIX: ctsaix01-kepatil > make -f MakePMXMLParserAIX.mak xlC_r -g -c -DAIX -D_REENTRANT -I. -I/ctsadev/Development/kepatil/p4client/3rd_party/XercesC/2.7.0/UNIX/AIX-51/XercesC/include -I../../API/INC -c -w -DNDEBUG -DAPP_NO_THREADS... (0 Replies)
Discussion started by: login0001
0 Replies

9. AIX

IBM AIX 5.3 Query (v_node hold count ?)

Hi , I was reading AIX's Kernel Subsystem manual where I read about vn_hold, vn_rele, vn_lookup. I have few queries about them. According to manual vn_hold "The vn_hold entry point increments the v_count field, the hold count on the v-node, and the v-node's underlying g-node (generic node). This... (0 Replies)
Discussion started by: Amit Dang
0 Replies

10. Programming

Linking problem while linking to shared library

Hi I'm getting ld: fatal: option -h and building a dynamic executable are incompatible ld: fatal: Flags processing errors When I run ld -shared -L/usr/dt/lib -lDtSvc -o builtin.so Workspace.o after running gcc -fPIC -I/usr/X11R6/include -I/usr/dt/include -c Workspace.c I'm... (6 Replies)
Discussion started by: laho
6 Replies
Login or Register to Ask a Question