Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4104 - BasiliskII v0.90 will not compile with GCC3.1
Summary: BasiliskII v0.90 will not compile with GCC3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 16:49 UTC by baz
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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