BasiliskII compiles fine. I start the program with the 'BasiliskII' executable in /usr/bin. After setting up my processor, memory, rom, and disk options I hit the start button. The application quickly crashes with an error message listed in Actual Results (below). Reproducible: Always Steps to Reproduce: 1. As in details 2. 3. Actual Results: The application quickly crashes with some Gnome error as follows: ------------ Application "BasiliskII" (process 3218) has crashed due to a fatal error. (Floating point exception) Please visit the GNOME Application Crash page for more information ------------ Expected Results: A Mac OS window should have poped up. I was using a QUAD650.ROM image, and following the steps to setup an os found at: http://www.kearney.net/~mhoffman/basiliskII/system753_tutorial/linux/index.html As hinted at in the gentoo forum post describing the problem above; I add the following line in the .configure section of the version 1.0.0 ebuild and unmerge and emerge BasiliskII again. Added line: --enable-jit-compiler \ After that things work fine... I don't see the "floating point exception" again. I am compiling with -mcpu=ahlon -pipe -O3 (the -O3 is overwritten with -O2 in the ebuild). Here's my 'emerge info' info: painter Unix # emerge info Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) ================================================================= System uname: 2.4.22 i686 AMD Athlon(tm) XP 1800+ GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://gentoo.oregonstate.edu/" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/local/portage" USE="x86 oss apm crypt foomaticdb libg++ libwww mad mikmod ncurses nls slang spell xml2 gtkhtml gdbm berkdb readline bonobo guile gpm tcpd pam ssl perl python esd imlib motif mozilla 3dnow aavm -alsa -arts avi cdr cups dvd emacs encode gif gnome gphoto2 gtk java jpeg -kde mmx mpeg oggvorbis opengl pdflib png -qt quicktime scanner sdl sse svga tiff truetype usb X xmms xv zlib" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-mcpu=athlon -O3 -pipe" CXXFLAGS="-O2 -mcpu=i686 -pipe" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j4" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Created attachment 17382 [details] added line to .configure section to fix application crash.
This bug sound very similar to closed bug #20188.
has nothing to do with gnome ..
added to cvs, thanks ;)