From: Joel Konkle-Parker <jjk3@msstate.edu>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] 0.6.0 compilation failure
Date: Sat, 06 Nov 2004 15:37:01 -0600 [thread overview]
Message-ID: <cmjg64$s49$1@sea.gmane.org> (raw)
I'm self-compiling 0.6.0 on Gentoo with GCC 3.3.4:
# ./configure --target-list=i386-softmmu
Install prefix /usr/local
BIOS directory /usr/local/share/qemu
binary directory /usr/local/bin
Manual directory /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /usr/local/src/qemu-0.6.0
C compiler gcc
make make
host CPU i386
host big endian no
target list i386-softmmu
gprof enabled no
static build no
SDL support yes
SDL static link yes
mingw32 support no
# make
[...]
gcc -o qemu vl.o osdep.o block.o monitor.o pci.o ide.o ne2000.o pckbd.o
vga.o sb16.o dma.o oss.o fdc.o mc146818rtc.o serial.o i8259.o i8254.o
pc.o cirrus_vga.o gdbstub.o sdl.o slirp/cksum.o slirp/if.o
slirp/ip_icmp.o slirp/ip_input.o slirp/ip_output.o slirp/slirp.o
slirp/mbuf.o slirp/misc.o slirp/sbuf.o slirp/socket.o slirp/tcp_input.o
slirp/tcp_output.o slirp/tcp_subr.o slirp/tcp_timer.o slirp/udp.o
slirp/bootp.o slirp/debug.o libqemu.a -lm -L/usr/lib
-Wl,-rpath,/usr/lib -lSDL -lpthread -lutil
vl.o(.text+0xe41): In function `init_timers':
/usr/local/src/qemu-0.6.0/vl.c:906: undefined reference to
`__libc_sigaction'
vl.o(.text+0xf19):/usr/local/src/qemu-0.6.0/vl.c:930: undefined
reference to `__libc_sigaction'
vl.o(.text+0x3515): In function `main':
/usr/local/src/qemu-0.6.0/vl.c:2793: undefined reference to
`__libc_sigaction'
collect2: ld returned 1 exit status
make[1]: *** [qemu] Error 1
make[1]: Leaving directory `/usr/local/src/qemu-0.6.0/i386-softmmu'
make: *** [all] Error 1
#
This appears to be a glibc-related error. Here's what I've got:
$ /lib/libc.so.6
GNU C Library 20040808 release version 2.3.4, by Roland McGrath et al.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1,
ssp-3.3.2-2, pie-8.7.6).
Compiled on a Linux 2.6.8 system on 2004-10-19.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
$
Any ideas?
--
Joel Konkle-Parker
Webmaster [Ballsome.com]
E-mail [jjk3@msstate.edu]
reply other threads:[~2004-11-06 21:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='cmjg64$s49$1@sea.gmane.org' \
--to=jjk3@msstate.edu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.