Hi,
Since some weeks I keep splitting/cleaning up/rebasing the
PowerPC64le patchset from last year: [1]
(It's a horrible time for rebasing as so many things are changing in Wine right now...)
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:
../../tools/winegcc/winegcc -o acledit.dll.so --wine-objdir ../..
-fPIC -fasynchronous-unwind-tables -shared \
/home/dawncrow/src/wine/dlls/acledit/acledit.spec -mno-cygwin
main.o \
../../dlls/ucrtbase/libucrtbase.a
/usr/bin/ld: acledit.dll-QMQvzV.spec.o: in function
`__wine_stub_EditAuditInfo':
(.text+0x0): undefined reference to `__wine_spec_file_name'
/usr/bin/ld: (.text+0x4): undefined reference to
`__wine_spec_file_name'
/usr/bin/ld: (.text+0xc): undefined reference to
`__wine_spec_file_name'
/usr/bin/ld: (.text+0x10): undefined reference to
`__wine_spec_file_name'
/usr/bin/ld: acledit.dll-QMQvzV.spec.o: in function
`__wine_stub_EditOwnerInfo':
(.text+0x2c): undefined reference to `__wine_spec_file_name'
/usr/bin/ld: acledit.dll-QMQvzV.spec.o:(.text+0x30): more
undefined references to `__wine_spec_file_name' follow
collect2: error: ld returned 1 exit status
winegcc: /usr/bin/gcc failed