• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Kqemu in qemu einbinden

Jonboy

Newbie
Hallo!

Ich bin ja echt kein Freund der Zeile aber ich würd gern kqemu zum laufen zu bringen.

Rat hab ich mir schon auf http://www.pro-linux.de/forum/viewtopic.php?t=1030297

geholt aber ein Problem hab ich immer noch


qemu ist compiliert und läuft, kqemu wurde auch eingarbeitet aber wenn ich /sbin/modprobe kqemu einbinden will dann bekomm ich Meldung wie folgt:

linux:/tmp/qemu-0.8.0 # /sbin/modprobe kqemu
FATAL: Module kqemu not found.

Was mache ich falsch?
 

huby

Member
Hallo schau mal hier,

http://www.linuxforen.de/forums/showthread.php?t=141201

und hier

http://en.opensuse.org/Qemu_with_kqemu_kernel_module_support

Hat bei mir einwandfrei funktioniert.

Viele Grüße

huby
 
OP
J

Jonboy

Newbie
linux:/tmp/qemu-0.8.0 # ./configure --prefix=/usr/local --enable-adlib --target-list="i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu"
ERROR: "gcc" looks like gcc 4.x
QEMU is known to have problems when compiled with gcc 4.x
It is recommended that you use gcc 3.x to build QEMU
To use this compiler anyway, configure with --disable-gcc-check
linux:/tmp/qemu-0.8.0 #

################################


linux:/tmp/qemu-0.8.0 # ./configure --prefix=/usr/local --enable-adlib --target-list="i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu" --disable-gcc-check
Could not find kernel includes in /lib/modules or /usr/src/linux - cannot build the kqemu module
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 /tmp/qemu-0.8.0
C compiler gcc
Host C compiler gcc
make make
host CPU i386
host big endian no
target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
gprof enabled no
static build no
SDL support no
mingw32 support no
Adlib support yes
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU with graphical output configure with --disable-gfx-check
Note that this will disable all output from the virtual graphics card.
linux:/tmp/qemu-0.8.0 #

#####################

unter /dev ist kqemu aber sichtbar


linux:/dev # ls kqemu
kqemu
linux:/dev #
 

huby

Member
It is recommended that you use gcc 3.x to build QEMU

also nochmal schau hier!

http://en.opensuse.org/Qemu_with_kqemu_kernel_module_support

hier findest Du den Link wo Du gcc 3.x findest.

Du brauchst es nur zu holen und zu installieren!

Ach ja und schau Dir die Seite ein bisschen an, sonst klappt´s wieder nicht.

Viele Grüße

huby
 
OP
J

Jonboy

Newbie
hab ich schon durchgespielt aber nach der installation, so wie sie angegeben ist, bleibt das /opt/ggc../ verzeichniss leer.
 
Gab es da vielleicht irgendwelche Fehlermeldungen o. ä.
Die Installation nach dem Howto funktioniert eigentlich einwandfrei.

Btw.: SDL solltest du auch installieren
 

huby

Member
Btw.: SDL solltest du auch installieren

SDL devel nicht vergessen.

Aber die Probleme scheinen hier bereits bei gcc zu liegen.

Auf der Seite von opensuse wird auf zwei Versionen von gcc 3.x verwiesen.

Vielleicht klappt´s ja mit der anderen.
 
OP
J

Jonboy

Newbie
make bootstrap

make[2]: *** [ada/ada.o] Error 1
make[2]: Leaving directory `/tmp/gcc-3.3.6/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/tmp/gcc-3.3.6/gcc'
make: *** [bootstrap] Error 2

make install

compilation abandoned
make[1]: *** [ada/ada.o] Error 1
make[1]: Leaving directory `/tmp/gcc-3.3.6/gcc'
make: *** [install-gcc] Error 2
linux:/tmp/gcc-3.3.6 #

linux:/tmp/gcc-3.3.6 # ls /opt/gcc33
. ..
linux:/tmp/gcc-3.3.6 #

ich sag ja das geht nich
 
.. und was passiert bei
Code:
./configure --prefix=/opt/gcc33 --program-suffix=-3.3
Ich kann mir nicht vorstellen, dass das Fehlerfrei durchlief.

Btw.:
Code:
make install
ist völlig überflüssig, wenn
Code:
make bootstrap
mit Fehler beendet wurde.
 
OP
J

Jonboy

Newbie
Das scheint fehlerfrei zu sein.
linux:/tmp/gcc-3.3.6 # ./configure --prefix=/opt/gcc33 --program-suffix=-3.3
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /tmp/gcc-3.3.6 using "mt-frag"
./config.status is unchanged
Configuring libiberty...
loading cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... no
checking for perl... (cached) perl
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for POSIXized ISC... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for a BSD compatible install... (cached) /usr/bin/install -c
xhost-mkfrag is unchanged
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/file.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for alloca.h... (cached) yes
checking for sys/pstat.h... (cached) no
checking for sys/sysmp.h... (cached) no
checking for sys/sysinfo.h... (cached) yes
checking for machine/hal_sysinfo.h... (cached) no
checking for sys/table.h... (cached) no
checking for sys/sysctl.h... (cached) yes
checking for sys/systemcfg.h... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether errno must be declared... (cached) no
checking for ANSI C header files... (cached) yes
checking for uintptr_t... (cached) no
checking for pid_t... (cached) yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... (cached) yes
checking for atexit... (cached) yes
checking for basename... (cached) yes
checking for bcmp... (cached) yes
checking for bcopy... (cached) yes
checking for bsearch... (cached) yes
checking for bzero... (cached) yes
checking for calloc... (cached) yes
checking for clock... (cached) yes
checking for ffs... (cached) yes
checking for getcwd... (cached) yes
checking for getpagesize... (cached) yes
checking for index... (cached) yes
checking for insque... (cached) yes
checking for memchr... (cached) yes
checking for memcmp... (cached) yes
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for memset... (cached) yes
checking for mkstemps... (cached) no
checking for putenv... (cached) yes
checking for random... (cached) yes
checking for rename... (cached) yes
checking for rindex... (cached) yes
checking for setenv... (cached) yes
checking for sigsetmask... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... (cached) yes
checking for strdup... (cached) yes
checking for strncasecmp... (cached) yes
checking for strrchr... (cached) yes
checking for strstr... (cached) yes
checking for strtod... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for tmpnam... (cached) yes
checking for vasprintf... (cached) yes
checking for vfprintf... (cached) yes
checking for vprintf... (cached) yes
checking for vsprintf... (cached) yes
checking for waitpid... (cached) yes
checking whether alloca needs Cray hooks... (cached) no
checking stack direction for C alloca... (cached) -1
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for _doprnt... (cached) no
checking for sys_errlist... (cached) yes
checking for sys_nerr... (cached) yes
checking for sys_siglist... (cached) yes
checking for external symbol _system_configuration... no
checking whether canonicalize_file_name must be declared... (cached) yes
checking for getrusage... (cached) yes
checking for on_exit... (cached) yes
checking for psignal... (cached) yes
checking for strerror... (cached) yes
checking for strsignal... (cached) yes
checking for sysconf... (cached) yes
checking for times... (cached) yes
checking for sbrk... (cached) yes
checking for gettimeofday... (cached) yes
checking for realpath... (cached) yes
checking for canonicalize_file_name... (cached) yes
checking for pstat_getstatic... (cached) no
checking for pstat_getdynamic... (cached) no
checking for sysmp... (cached) no
checking for getsysinfo... (cached) no
checking for table... (cached) no
checking for sysctl... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working strncmp... (cached) yes
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
config.h is unchanged
Configuring zlib...
loading cache ../config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
loading cache ../config.cache within ltconfig
checking whether -lc should be explicitly linked in... (cached) no
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
finding the maximum length of command line arguments... (cached) 49153
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking whether the linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
loading cache ../config.cache
checking how to run the C preprocessor... (cached) gcc -E
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for memcpy... (cached) yes
checking for strerror... (cached) yes
checking for unistd.h... (cached) yes
creating ./config.status
creating Makefile
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for gnatbind... (cached) gnatbind
checking for compiler driver that understands Ada... (cached) gcc
checking whether gcc accepts -Wno-long-long... (cached) yes
checking whether gcc accepts -Wno-long-long... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for inline... (cached) inline
checking for volatile... (cached) yes
checking for long double... (cached) yes
checking for long long int... (cached) yes
checking for __int64... (cached) no
checking for built-in _Bool... (cached) yes
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking execution character set... (cached) ASCII
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for GNU C library... (cached) yes
checking for mawk... (cached) gawk
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for working stdbool.h... (cached) yes
checking whether string.h and strings.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for direct.h... (cached) no
checking for malloc.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for thread.h... (cached) no
checking for pthread.h... (cached) yes
checking for CHAR_BIT... (cached) yes
checking byte ordering... (cached) little-endian
checking floating point format... (cached) IEEE (little-endian)
checking for mktemp... (cached) yes
checking for makeinfo... no
configure: warning:
*** Makeinfo is missing or too old.
*** Info documentation will not be built.
checking for recent Pod::Man... yes
checking for flex... (cached) flex
checking for bison... (cached) /bin/sh ./../missing bison
checking for collect2 libraries... (cached) none required
checking for library containing exc_resume... (cached) no
checking for library containing ldexp... (cached) none required
checking for preprocessor stringizing operator... (cached) yes
checking for inttypes.h... (cached) yes
checking for times... (cached) yes
checking for clock... (cached) yes
checking for dup2... (cached) yes
checking for kill... (cached) yes
checking for getrlimit... (cached) yes
checking for setrlimit... (cached) yes
checking for atoll... (cached) yes
checking for atoq... (cached) no
checking for sysconf... (cached) yes
checking for strsignal... (cached) yes
checking for putc_unlocked... (cached) yes
checking for fputc_unlocked... (cached) yes
checking for fputs_unlocked... (cached) yes
checking for fwrite_unlocked... (cached) yes
checking for fprintf_unlocked... (cached) no
checking for getrusage... (cached) yes
checking for nl_langinfo... (cached) yes
checking for lstat... (cached) yes
checking for scandir... (cached) yes
checking for alphasort... (cached) yes
checking for gettimeofday... (cached) yes
checking for mmap... (cached) yes
checking for ssize_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... (cached) gid_t
checking whether the printf functions support %p... (cached) yes
checking whether read-only mmap of a plain file works... (cached) yes
checking whether mmap from /dev/zero works... (cached) yes
checking for MAP_ANON(YMOUS)... (cached) yes
checking whether mmap with MAP_ANON(YMOUS) works... (cached) yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether getenv is declared... (cached) yes
checking whether atol is declared... (cached) yes
checking whether sbrk is declared... (cached) yes
checking whether abort is declared... (cached) yes
checking whether atof is declared... (cached) yes
checking whether getcwd is declared... (cached) yes
checking whether getwd is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether putc_unlocked is declared... (cached) yes
checking whether fputs_unlocked is declared... (cached) yes
checking whether fwrite_unlocked is declared... (cached) yes
checking whether fprintf_unlocked is declared... (cached) no
checking whether strstr is declared... (cached) yes
checking whether errno is declared... (cached) yes
checking whether vasprintf is declared... (cached) yes
checking whether malloc is declared... (cached) yes
checking whether realloc is declared... (cached) yes
checking whether calloc is declared... (cached) yes
checking whether free is declared... (cached) yes
checking whether basename is declared... (cached) yes
checking whether getopt is declared... (cached) no
checking whether clock is declared... (cached) yes
checking whether getrlimit is declared... (cached) yes
checking whether setrlimit is declared... (cached) yes
checking whether getrusage is declared... (cached) yes
checking whether times is declared... (cached) yes
checking for struct tms... (cached) yes
checking for clock_t... (cached) yes
checking for uchar...
checking for .preinit_array/.init_array/.fini_array support... (cached) yes
checking if mkdir takes one argument... (cached) no
checking for main in -lunwind... (cached) no
Using `./config/i386/i386.c' for machine-specific logic.
Using `./config/i386/i386.md' as machine description file.
Using the following target machine macro files:
./config/i386/i386.h
./config/i386/unix.h
./config/i386/att.h
./config/dbxelf.h
./config/elfos.h
./config/svr4.h
./config/linux.h
./config/i386/linux.h
checking for library containing strerror... (cached) none required
checking for working const... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether we are using the GNU C Library 2.1 or newer... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... (cached) yes
checking for fgets_unlocked... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) yes
checking for getuid... (cached) yes
checking for mempcpy... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for stpcpy... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for GNU gettext in libc... (cached) yes
checking for dcgettext... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) no
checking for bison... no
checking for catalogs to be installed... be ca da de el es fr ja nl rw sv tr be ca da de el es fr ja nl rw sv tr
checking what assembler to use... /usr/bin/as
checking what linker to use... /usr/bin/ld
checking what nm to use... nm
checking what objdump to use... objdump
checking assembler alignment features... .p2align including maximum skip
checking assembler subsection support... working .subsection -1
checking assembler weak support... yes
checking assembler hidden support... yes
checking assembler leb128 support... yes
checking assembler eh_frame optimization... yes
checking assembler section merging support... yes
checking assembler thread-local storage support... yes
checking assembler instructions... filds fists
checking cmov syntax... no
checking assembler GOTOFF in data directives... yes
checking assembler dwarf2 debug_line support... yes
checking assembler --gdwarf2 support... yes
checking assembler --gstabs support... yes
checking linker read-only and read-write section mixing... read-write
checking linker PT_GNU_EH_FRAME support... yes
checking linker --as-needed support... yes
Using ggc-page for garbage collection.
checking whether to enable maintainer-specific portions of Makefiles... no
Links are now set up to build a native compiler for i686-pc-linux-gnu
creating ./config.status
creating Makefile
creating intl/Makefile
creating fixinc/Makefile
creating gccbug
creating mklibgcc
creating mkheaders
creating ada/Makefile
creating auto-host.h
auto-host.h is unchanged
Configuring fastjar...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking for rm... (cached) /bin/rm
checking for cp... (cached) /bin/cp
checking for strip... (cached) /usr/bin/strip
checking for chmod... (cached) /bin/chmod
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for limits.h... (cached) yes
checking for off_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking if mkdir takes one argument... (cached) no
checking size of char... (cached) 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking byte ordering... (cached) little-endian
creating ./config.status
creating Makefile
creating install-defs.sh
creating config.h
config.h is unchanged
linux:/tmp/gcc-3.3.6 #
 
Ist nur ein Schuß ins blaue ... :roll:
aber evtl. das Paket 'gcc-ada' installiert?
Das könnte sich mit dem "alten" gcc nicht vertragen ...

Edit:
Mit
Code:
rpm -q gcc-ada
überprüfen
 
OP
J

Jonboy

Newbie
Suse 10.0 OSS

Kernel sollte der aktuellste sein, weil autoUpdate also irgendwas um 2.6.13-15 oder so
 

huby

Member
http://en.opensuse.org/Qemu_with_kqemu_kernel_module_support

Hier wurden auch Probleme mit gcc-3.3.6 beschrieben.

Es funktionierte dann anscheinend mit gcc 3.4.

Schau Dir einfach den vorletzten Absatz nochmal an.
 
OP
J

Jonboy

Newbie
Na wenn ich das RPM paket installieren will. Es bricht mit dieser meldung ab.

gcc34-3.4.3_16-0.1.i586.rpm

hab ich installiert und trotzdem kommt die meldung.
 
Ich nehme mal an beim './configure'?!
Hast du denn dann auch den Pfad zum 'gcc34' richtig angegeben?
Code:
./configure --prefix=/usr/local --cc=<irgendwas mit gcc34> ...
 
Oben