Please upload: perl-libwin32-0.26-1

Yitzchak Scott-Thoennes sthoenna@efn.org
Sun Sep 18 23:43:00 GMT 2005


On Sun, Sep 18, 2005 at 04:23:17PM +0200, Reini Urban wrote:
> Gerrit P. Haase schrieb:
> >Reini Urban wrote:
> ...
> >>properly rebased via gbs, though the general gbs solution to do a 
> >>automatic rebase is quite hard.
> >>interested parties can see steps rebase1 and rebase2 in
> >>http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.26-1.sh 
> >
> >Isn't ld2 used which uses the current perlld wrapper:
> >
> >  $command ="$CC -shared -o  $dllname";
> >  $command .=" -Wl,--output-def=$libname$DEF_EXT" if $DEF_EXT;
> >  $command .=" -Wl,--output-exp=$libname$EXP_EXT" if $EXP_EXT;
> >  $command .=" -Wl,--out-implib=$libname.dll$LIB_EXT" if $LIB_EXT;
> >  $command .=" -Wl,--export-all-symbols" if $EXPORT_ALL;
> >  $command .=" -Wl,--enable-auto-import -Wl,--stack,8388608"; # always
> >  $command .=" -Wl,--enable-auto-image-base"; # always
> >                    ^^^^^^^^^^^^^^^^^^^^^^^^
> 
> Yes, but doing it explicitly is IMHO better.

How so?  If user-built perl modules aren't getting -enable-auto-image-base
set, that's a problem.  If they are, why do you need to rebase?



More information about the Cygwin-apps mailing list