Skip Menu |
 

Subject: AIX 5.x shared library build issue
CC: mnandrews@lbl.gov
Hi -

Please consider the following patch to address build failure on AIX 5.x
(tested on AIX 5.3 w/ XLC v.7). The patch generates shared libraries in
a manner nearly identical to what is currently done for AIX 4.x - i.e.
does not assume dlopen()'able objects have the same extension as shared
libraries. Additionally, the patch modifies the library construction
command to include runtime search path. Without this, the search path
is based on the path used at compile time (-L).


It also removes the special case for aix in
src/plugins/kdb/db2/confiure.in since all component objects of the db
library were already being linked in individually.
Download patch.out
application/octet-stream 2.8KiB

Message body not shown because it is not plain text.

Subject: AIX 5.x shared library build issue
CC: mnandrews@lbl.gov
Hi -

Please consider the following patch to address build failure on AIX 5.x
(tested on AIX 5.3 w/ XLC v.7). The patch generates shared libraries in
a manner nearly identical to what is currently done for AIX 4.x - i.e.
does not assume dlopen()'able objects have the same extension as shared
libraries. Additionally, the patch modifies the library construction
command to include runtime search path. Without this, the search path
is based on the path used at compile time (-L).


It also removes the special case for aix in
src/plugins/kdb/db2/confiure.in since all component objects of the db
library were already being linked in individually.
Download patch.out
application/octet-stream 2.8KiB

Message body not shown because it is not plain text.