Yes, I have been commenting there since 2007. I shall add an easier to read
patch later. -- The meet of it will be:
rm -f $TARGETDIR/$DSOARCHIVE_BASENAME
rm -f $TARGETDIR/$DSOBASE.a
rm -f $TARGETDIR/lib$DSOBASE.a
rm -f $TARGETDIR/lib$TARGET_NAME

if test "$SYS" = "AIX"
then
        if ! test -e $TARGETDIR/$TARGET_NAME
        then
                CMD="cp -p .libs/$TARGET_NAME $TARGETDIR/$TARGET_NAME"
                echo $CMD
                $CMD || exit -1
        fi
fi
exit 0


Besides the size (the .a file is larger on my box, what other difference is
there between a .so and a .a?
The patch from 2008 moved the .a file to .so, while I see that in .libs I
have both a .a archive and a .so file


On Sun, May 4, 2014 at 7:12 PM, Victor J. Orlikowski <
victor.j.orlikow...@alumni.duke.edu> wrote:

> On May 4, 2014, at 12:07 PM, Eric Covener <cove...@gmail.com> wrote:
> > On Sun, May 4, 2014 at 10:57 AM, Michael Felt <mamf...@gmail.com> wrote:
> >> 1) Who should get a bug-report?
> >
> > sounds familiar, usually the complaint is against our instdso.sh
>
> Sigh:
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=43012
>
> I don’t have an AIX box to test against, anymore - but you might try the
> patch that’s suggested in bugzilla.
>
> Hope that helps,
> Victor
> --
> Victor J. Orlikowski <> victor.j.orlikow...@alumni.duke.edu
>
>

Reply via email to