[Bug 23614] New: compiling with -fprofile-generate fails in loader/preloader.c
http://bugs.winehq.org/show_bug.cgi?id=23614 Summary: compiling with -fprofile-generate fails in loader/preloader.c Product: Wine Version: 1.1.23 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: loader AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com CC: austinenglish(a)gmail.com austin(a)midna:~/wine-git/loader$ make ccache gcc -m32 -o wine-preloader -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c000000 preloader.o ../libs/port/libwine_port.a preloader.o: In function `__bb_init_func': /home/austin/wine-git/loader/preloader.c:162: undefined reference to `__gcov_indirect_call_profiler' preloader.o: In function `__stack_chk_fail_local': /home/austin/wine-git/loader/preloader.c:166: undefined reference to `__gcov_indirect_call_profiler' preloader.o: In function `__stack_chk_fail': /home/austin/wine-git/loader/preloader.c:167: undefined reference to `__gcov_indirect_call_profiler' preloader.o: In function `global constructors keyed to 65535_0___bb_init_func': /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_indirect_call_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_init' preloader.o: In function `preload_reserve': /home/austin/wine-git/loader/preloader.c:954: undefined reference to `__gcov_indirect_call_profiler' preloader.o: In function `find_symbol': /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_one_value_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_pow2_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_interval_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_one_value_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_pow2_profiler' /home/austin/wine-git/loader/preloader.c:1151: undefined reference to `__gcov_interval_profiler' preloader.o:(.data+0x84): undefined reference to `__gcov_merge_add' preloader.o:(.data+0x90): undefined reference to `__gcov_merge_add' preloader.o:(.data+0x9c): undefined reference to `__gcov_merge_add' preloader.o:(.data+0xa8): undefined reference to `__gcov_merge_single' collect2: ld returned 1 exit status make: *** [wine-preloader] Error 1 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=23614 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|austinenglish(a)gmail.com | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=23614 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.23 |1.2-rc7 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=23614 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2011-04-07 22:23:12 CDT --- Now fails for me in libs/wine/ldt.c: {standard input}: Assembler messages: {standard input}:2722: Error: symbol `wine_get_fs' is already defined {standard input}:2752: Error: symbol `wine_set_fs' is already defined make[1]: *** [ldt.o] Error 1 make[1]: Leaving directory `/home/austin/wine-git/libs/wine' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=23614 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2013-09-09 13:03:18 CDT --- Still in 1.7.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org