Henryk Plötz wrote:

Please post the full error message that the qemu configure gives.
  
Here is the output of configure:
white-rabbit qemu-neo1973 # ./configure
WARNING: "gcc" looks like gcc 4.x
Looking for gcc 3.x
Found "gcc32"
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/src/qemu-neo1973
C compiler        gcc32
Host C compiler   gcc
make              make
install           install
host CPU          x86_64
host big endian   no
target list       i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user ppc-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc64-softmmu ppcemb-softmmu m68k-softmmu
gprof enabled     no
profiler          no
static build      no
SDL support       no
mingw32 support   no
Adlib support     no
CoreAudio support no
ALSA support      no
DSound support    no
FMOD support      no
OSS support       yes
kqemu support     yes
Documentation     no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without graphical output configure with --disable-gfx-check
Note that this will disable all output from the virtual graphics card.


There is another much more likely problem with gentoo x86_64 and qemu:
qemu needs a gcc 3.x, while Gentoo by default now is at 4.x. One has to
emerge an additional 3.x series gcc (3.4.6* is current in Gentoo) and
either edit the MokoMakefile (add --cc=gcc-3.4.6 to the qemu-configure
call, after --target-list=arm-softmmu) or the qemu-configure (add
gcc-3.4.6 to gcc3_list).

  
Ok, I'll try setting it to gcc3.4.6 which is still on my system and see if that helps.  The configure script does warn about the version I am using.

white-rabbit qemu-neo1973 # gcc-config -l
 [1] x86_64-pc-linux-gnu-3.3.6
 [2] x86_64-pc-linux-gnu-4.1.2
 [3] x86_64-pc-linux-gnu-4.2.0 *



  
Nelson Castillo wrote:
    
Also the developer version?
I have the "libsdl1.2-dev" package in my Debian sid system.
      

Note that the usual notion of "developer packages" does not apply to
Gentoo systems, since all packages are built from source by default all
necessary files to compile against packages are always installed. So,
just installing libsdl is enough.

  

Thanks for your help.
_______________________________________________
OpenMoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to