GNOME on LinuxPPC ?? (was Re: ** ERROR **: sigsegv caught)



Have someone on the list got GNOME 0.25 running on LinuxPPC 2.1.24
with egcs-2.90.25 980302 (egcs-1.0.2 prerelease) and libc-1.99 ??

Ralf

Havoc Pennington wrote:
> Most likely, if you're seeing it for all applications, it's caused by a
> mismatch between the libraries being used at runtime and the libraries
> your applications were compiled with. For example, if you download a new
> gnome-libs but don't recompile your applications, they will often start
> segfaulting. Basically whenever you rebuild one of the libraries you also
> have to rebuild everything below it in the list:
> 
> glib
> gtk+
> imlib
> gnome-libs
> applications
> 
> There could be another problem, and a segfault is often simply a bug in a
> program. But if it's happening to all the apps I'd bet on the above.

Thanks, but it did not help. I rebuild all the following packages with
the same result on all apps... ** ERROR **: sigsegv caught.

#!/bin/bash
cd /usr/src/GNOME/ORBit-0.2 ; ./configure ; make -k ; make -k install
cd /usr/src/GNOME/glib-1.1.2 ; ./configure ; make -k ; make -k install
cd /usr/src/GNOME/gtk+-1.1.1 ; ./configure ; make -k ; make -k install
cd /usr/src/GNOME/imlib ; ./configure ; make -k ; make -k install
cd /usr/src/GNOME/gnome-libs-0.26 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-objc-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-guile-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-core-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-utils-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-admin-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-media-0.25 ; ./configure ; make -k ; make -k
install
cd /usr/src/GNOME/gnome-graphics-0.25 ; ./configure ; make -k ; make -k
install
#cd /usr/src/GNOME/gnome-games-0.25 ; ./configure ; make -k ; make -k
install



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