Trouble to build wine-0.9 under mock.

Miloslav Trmac mitr at volny.cz
Sun Oct 30 20:10:01 UTC 2005


Hello,
Jochen Schmitt wrote:
> gcc -o wine-preloader -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c000000 preloader.o -L../libs/port -lwine_port 
> preloader.o: In function `map_so_lib':
> /builddir/build/BUILD/wine-0.9/loader/preloader.c:734: undefined reference to `__stack_chk_fail'
> preloader.o: In function `wld_printf':
> /builddir/build/BUILD/wine-0.9/loader/preloader.c:360: undefined reference to `__stack_chk_fail'
> collect2: ld returned 1 exit status
-nodefaultlibs means the functions used by FORTIFY_SOURCE are not
available. A possible workaround is to remove -D_FORTIFY_SOURCE... from
CFLAGS.
	Mirek




More information about the fedora-extras-list mailing list