|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [Bug 1258168] Re: QEMU fails to build on CentOS 5.10 with --disable-pie reporting "/usr/bin/ld: -f may not be used without -shared " |
Date: | Thu, 13 Nov 2014 20:21:54 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 13/11/2014 19:14, Don Slutz wrote: > + case "$*" in > + echo libtool --mode=link --tag=CC cc -Werror -m64 -g > -Wc,-fstack-protector-all -o config-temp/libqemu-conf.la > config-temp/qemu-conf.lo > + libtool --mode=link --tag=CC cc -Werror -m64 -g -Wc,-fstack-protector-all > -o config-temp/libqemu-conf.la config-temp/qemu-conf.lo > + return 0 > + QEMU_CFLAGS='-m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings > -Wmissing-prototypes -fno-strict-aliasing -fno-common -Wendif-labels > -Wmissing-include-dirs -Wnested-externs -Wformat-security -Wformat-y2k > -Winit-self -Wold-style-definition -fstack-protector-all' Looks like libtool only fails when linking a program. Let me sleep over it... Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |