diff options
-rw-r--r-- | src/util/ChangeLog | 5 | ||||
-rw-r--r-- | src/util/makeshlib.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index ab39db25d..439fe79a9 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 28 00:43:16 1996 Sam Hartman <hartmans@tertius.mit.edu> + + * makeshlib.sh (aix Allow symbols for the shared library to + overide symbols from libc. + Wed Jul 10 00:52:28 1996 Marc Horowitz <marc@mit.edu> * Makefile.in (all-unix): "install" the db2 headers and libs with diff --git a/src/util/makeshlib.sh b/src/util/makeshlib.sh index 5b6062278..e017406f4 100644 --- a/src/util/makeshlib.sh +++ b/src/util/makeshlib.sh @@ -109,7 +109,7 @@ ar cq $library $FILES || exit $? then if test "$HAVE_GCC" = "yes" ; then $CC -o shr.o.$VERSION $library -nostartfiles -Xlinker -bgcbypass:1 -Xlinker -bfilelist -Xlinker -bM:SRE -Xlinker -bE:${library}.syms $ldflags $liblist $libdirfl - else ld -o shr.o.$VERSION $library -H512 -T512 -bM:SRE -lc $ldflags -bfilelist -bgcbypass:1 -bnodelcsect -x -bE:${library}.syms $libdirfl $liblist + else ld -o shr.o.$VERSION $library -H512 -T512 -bM:SRE $ldflags -bfilelist -bgcbypass:1 -bnodelcsect -x -bE:${library}.syms $libdirfl $liblist -lc fi stat=$? if [ $stat -eq 0 ] |