This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Please upload: perl-libwin32-0.26-1


Reini Urban wrote:
Please upload into perl:

http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.26-1.tar.bz2

790765 d9e9278eb21dae1c2da0983e93acc900
http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-libwin32/perl-libwin32-0.26-1-src.tar.bz2


  718845 2ec0772ce228c2ad07d356768d34a2b0
http://xarch.tu-graz.ac.at/publ/cygwin/release/perl-libwin32/setup.hint
  (unchanged)

perl-libwin32-0.191-4 can remain as prev, the rest deleted

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
                    ^^^^^^^^^^^^^^^^^^^^^^^^

?


Gerrit -- =^..^=


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]