the shared library when building AIX shared libraries without gcc.
This is broken and fails when using gssrpc.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8856
dc483132-0cff-0310-8789-
dd5450dbe970
+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
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 ]