Hi I'm compiling c++ code under AIX 4.3, I would like to link dynamic library (.so) with another one (.so). What linker option should I use to link differents (extension .so) libraries together? if I put -l option followed by the library name it would link statically. Thanks & Regards Long Phan