[Bug 20951] Wine cannot be compiled with -pg GCC option

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 18 04:04:37 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=20951

--- Comment #10 from Artem S. Tashkinov <aros at gmx.com> ---
(In reply to joaopa from comment #9)
> Does the bug still occur with wine-5.12?

It takes literally a few second to check, sigh.

make[1]: Entering directory '/tmp/wine-5.13/loader'
gcc -m32 -o wine-preloader preloader.o preloader_mac.o -static -nostartfiles
-nodefaultlibs -Wl,-Ttext=0x7d400000 \
  -Wl,-O1 -Wl,--hash-style=gnu
/usr/bin/ld: preloader.o: in function `wld_vsprintf':
preloader.c:(.text+0x9a): undefined reference to `mcount'
/usr/bin/ld: preloader.o: in function `wld_printf':
preloader.c:(.text+0x260): undefined reference to `mcount'
/usr/bin/ld: preloader.o: in function `fatal_error':
preloader.c:(.text+0x2ac): undefined reference to `mcount'
/usr/bin/ld: preloader.o: in function `map_so_lib':
preloader.c:(.text+0x30d): undefined reference to `mcount'
/usr/bin/ld: preloader.o: in function `__bb_init_func':
preloader.c:(.text+0x984): undefined reference to `mcount'
/usr/bin/ld: preloader.o:preloader.c:(.text+0x994): more undefined references
to `mcount' follow
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:273: wine-preloader] Error 1
make[1]: Leaving directory '/tmp/wine-5.13/loader'
make: *** [Makefile:8825: loader] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Entering directory '/tmp/wine-5.13/include'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/wine-5.13/include'

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list