Hi All
And thanks in advance.
operating system: AIX 5.3. compiler: xlC_r
build system is: "Unix Makefiles"
our application uses several static (.a) libs and several shared (.so) libs. the build process pass successfully (we do get some duplicate symbol warnings). but when we try to execute we are getting symbol missing errors.
Note: we are not using dl to load shared libs at runtime.
Are we missing something ?
How come we pass the linking stage and still miss symbols ?