<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>Since some weeks I keep splitting/cleaning up/rebasing the
      PowerPC64le patchset from last year: [1]<br>
    </p>
    <p>(It's a horrible time for rebasing as so many things are changing
      in Wine right now...)</p>
    <p>So what I observe since the recent constructor changes is
      something I don't fully understand yet, so I would appreciate if
      someone (AJ?) has some hints for me:<br>
    </p>
    <p>../../tools/winegcc/winegcc -o acledit.dll.so --wine-objdir ../..
      -fPIC -fasynchronous-unwind-tables -shared \<br>
        /home/dawncrow/src/wine/dlls/acledit/acledit.spec -mno-cygwin
      main.o \<br>
        ../../dlls/ucrtbase/libucrtbase.a <br>
      /usr/bin/ld: acledit.dll-QMQvzV.spec.o: in function
      `__wine_stub_EditAuditInfo':<br>
      (.text+0x0): undefined reference to `__wine_spec_file_name'<br>
      /usr/bin/ld: (.text+0x4): undefined reference to
      `__wine_spec_file_name'<br>
      /usr/bin/ld: (.text+0xc): undefined reference to
      `__wine_spec_file_name'<br>
      /usr/bin/ld: (.text+0x10): undefined reference to
      `__wine_spec_file_name'<br>
      /usr/bin/ld: acledit.dll-QMQvzV.spec.o: in function
      `__wine_stub_EditOwnerInfo':<br>
      (.text+0x2c): undefined reference to `__wine_spec_file_name'<br>
      /usr/bin/ld: acledit.dll-QMQvzV.spec.o:(.text+0x30): more
      undefined references to `__wine_spec_file_name' follow<br>
      collect2: error: ld returned 1 exit status<br>
      winegcc: /usr/bin/gcc failed<br>
    </p>
    <p><br>
    </p>
    <p>[1] <a class="moz-txt-link-freetext"
        href="https://github.com/madscientist159/wine/commits/master"
        moz-do-not-send="true">https://github.com/madscientist159/wine/commits/master</a><br>
    </p>
  </body>
</html>