Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4104

Summary: BasiliskII v0.90 will not compile with GCC3.1
Product: Gentoo Linux Reporter: baz
Component: Current packagesAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal CC: vapier
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description baz 2002-06-24 16:49:45 UTC
emerge basiliskII dies on my gcc3.1 system with the following:

gcc  -o obj/gencpu obj/gencpu.o obj/readcpu.o obj/cpudefs.o
obj/readcpu.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [obj/gencpu] Error 1
gcc  -o obj/gencpu obj/gencpu.o obj/readcpu.o obj/cpudefs.o
obj/readcpu.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
make: *** [obj/gencpu] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 42, Exitcode 2
!!! BasiliskII Make Failed

!!! emerge aborting on 
/usr/portage/app-emulation/basiliskII/basiliskII-0.9.0.ebuild .
Comment 1 SpanKY gentoo-dev 2002-09-30 23:43:46 UTC
mkennedy: this guy just needed to be linked against libstdc++ ... also, fpu_x86 
does not compile correctly if -O3 or higher is used ... -O2 works fine

fix committed to cvs
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-10-01 11:25:49 UTC
great! 

thanks, 
matt