From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [libvirt] [PATCH] tests: fix xlconfigtest build failure Date: Tue, 20 Jan 2015 22:46:13 -0700 Message-ID: <54BF3D25.2090409@suse.com> References: <1421813395-24816-1-git-send-email-jfehlig@suse.com> <54BF2872.1010102@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54BF2872.1010102@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Eric Blake Cc: libvir-list@redhat.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Eric Blake wrote: > On 01/20/2015 09:09 PM, Jim Fehlig wrote: > >> When libvirt is configured --without-xen, building the xlconfigtest >> fails with >> >> CCLD xlconfigtest >> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o >> In function `_start': (.text+0x20): undefined reference to `main' >> collect2: error: ld returned 1 exit status >> >> Introduced in commit 4ed5fb91 by too much copy and paste from >> xmconfigtest. >> >> Signed-off-by: Jim Fehlig >> --- >> tests/Makefile.am | 17 ++++++++++++----- >> tests/xlconfigtest.c | 4 ++-- >> 2 files changed, 14 insertions(+), 7 deletions(-) >> > > ACK. > Thanks; pushed now. Regards, Jim