|
From: Steven W. <swi...@so...> - 2002-05-26 02:48:31
|
I've decided to build FreeRaider to get a better idea of its current condition and am running into a compile problem. Under Mandrake Linux 8.1, GCC 2.96 on an Athlon system with CS 0.94r2 when compiling the 5/25/02 snapshot of FR I get: *-------------------------------------------------------------------------* Building Freeraider netobject factory plugin Building for LINUX/GCC/X86 in optimize mode *-------------------------------------------------------------------------* g++ -c -o out/LINUX/X86/optimize/frono.o apps/fr/apps/freeraid/plugins/frnetmgr/objfctry/frono.cpp -D__CRYSTAL_SPACE__ -Wall -Wunused -W -mcpu=pentiumpro -march=i686 -fno-exceptions -fno-rtti -O2 -fomit-frame-pointer -ffast-math -I. -I./apps -I./include -I./libs -I./plugins -I./support -Iapps/fr/apps/freeraid/include -Iapps/fr/apps/freeraid/libs -Iapps/fr/apps/freeraid/include -Iapps/fr/apps/freeraid/libs -Iapps/fr/apps/freeraid/include -Iapps/fr/apps/freeraid/libs apps/fr/apps/freeraid/plugins/frnetmgr/objfctry/frono.cpp: In method `bool frOrbitingObject::OnRequest (int, void *)': apps/fr/apps/freeraid/plugins/frnetmgr/objfctry/frono.cpp:254: Internal error: Segmentation fault. Please submit a full bug report. See <URL:https://qa.mandrakesoft.com/> for instructions. make[1]: *** [out/LINUX/X86/optimize/frono.o] Error 1 make: *** [frobjfct] Error 2 ------------------------------ If I comment out all references to AddBits, its willing to compile but fails with a similar problem in the next module. Has this issue been seen before? Is there a work around? S.W. aka Learner http://www.Terminuspoint.com |