A brief update. Partial replies to Gerritt. Self-corrections.
Soren A <[EMAIL PROTECTED]> wrote
in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]:
> The scenario is that I am trying to re-create the process of building
> bleadperl [...] but one thing that
> you can get from using dlltool, that you d
Hallo,
[...]
> passes it to ld:
> $command ="$CC -shared -o $dllname";
> # $command .=" --verbose" if $verbose;
> $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$LI
Hallo Soren,
> Taking apart the current build setup, we see that dlltool (through dllwrap)
> is invoked for building the shared Perl library
That is not correct. At first a static lib is created:
/bin/ar rcu libperl.a perl.o malloc.o gv.o toke.o perly.o op.o pad.o regcomp.o dump.o
util.o mg.o
3 matches
Mail list logo