qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Troubles in OS X
@ 2005-03-24 15:36 Natalia Portillo
  2005-03-25 18:44 ` Pierre d'Herbemont
  0 siblings, 1 reply; 2+ messages in thread
From: Natalia Portillo @ 2005-03-24 15:36 UTC (permalink / raw)
  To: qemu-devel

Hi!

I've just checked out the CVS and compiled with Cocoa but this isn't 
very useful as it does not allow to pass a command line to qemu, and 
always ask for an HDA, so don't bootable from any other method.

I've tried to compile using SDL but following happened:
TiBook:~/qemu claunia$ make
for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \
make -C $d all || exit 1 ; \
         done
gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. 
-I/Users/claunia/qemu/target-i386 -I/Users/claunia/qemu -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/Users/claunia/qemu/fpu 
-I/Users/claunia/qemu/slirp -I/usr/local/include/SDL -D_THREAD_SAFE -c 
-o sdlaudio.o /Users/claunia/qemu/audio/sdlaudio.c
gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. 
-I/Users/claunia/qemu/target-i386 -I/Users/claunia/qemu -D_GNU_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/Users/claunia/qemu/fpu 
-I/Users/claunia/qemu/slirp -I/usr/local/include/SDL -D_THREAD_SAFE -c 
-o sdl.o /Users/claunia/qemu/sdl.c
gcc  -o qemu vl.o osdep.o block.o readline.o monitor.o pci.o console.o 
block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o 
ide.o ne2000.o pckbd.o vga.o sb16.o dma.o audio.o noaudio.o wavaudio.o 
sdlaudio.o fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o 
cirrus_vga.o mixeng.o apic.o parallel.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 slirp/tftp.o libqemu.a  -lmx 
-lm -lz -L/usr/local/lib -lSDLmain -lSDL -framework Cocoa -framework 
OpenGL
ld: Undefined symbols:
_cocoa_display_init
_SDL_main
make[1]: *** [qemu] Error 1
make: *** [all] Error 1

Any Idea?

Regards

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Troubles in OS X
  2005-03-24 15:36 [Qemu-devel] Troubles in OS X Natalia Portillo
@ 2005-03-25 18:44 ` Pierre d'Herbemont
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre d'Herbemont @ 2005-03-25 18:44 UTC (permalink / raw)
  To: qemu-devel, Natalia Portillo

Selon Natalia Portillo <iosglpgc@teleline.es>:

> I've tried to compile using SDL but following happened:
> TiBook:~/qemu claunia$ make

> ld: Undefined symbols:
> _cocoa_display_init
> _SDL_main
> make[1]: *** [qemu] Error 1
> make: *** [all] Error 1
>
> Any Idea?

re-run ./configure && make clean && make

Pierre.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-25 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-24 15:36 [Qemu-devel] Troubles in OS X Natalia Portillo
2005-03-25 18:44 ` Pierre d'Herbemont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).