[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kfreebsd future



Could be possible to upload xulrunner, kdebase and xorg-server
into unreleased ?

Done for xulrunner
In progress for xorg-server

The xorg-server.diff on alioth have been for 1.1.1-7,
for 1.1.1-9 is needed a different, just committed.

For kdebase, I have just discovered that g++ is totally broken on GNU/kFreeBSD, so I am unable to build it until I find the fix. When trying to build a C++ program, I get: /usr/lib/gcc/i486-kfreebsd-gnu/4.1.2/libstdc++.so: undefined reference to `_Unwind_GetIPInfo@GCC_4.2.0'

For me it still builds fine, with all gcc/g++ (namely libgcc1) from 4.1.1-15.

Does following c++ snippet work for you ?

****************************************
extern "C" int _Unwind_GetIPInfo(void);
volatile void *a;

int main()
{
a = (void *) _Unwind_GetIPInfo;
}
****************************************

Thanks for all your kfreebsd work.

Petr



Reply to: