mercoledì 22 settembre 2010

I froci: sfatiamo miti come se piovessero sodomiti

http://www.lamentazioni.org/blog/2010/09/i-froci-sfatiamo-miti-come-se-piovessero-sodomiti.prcd

Quand'e' che partiamo?

lunedì 20 settembre 2010

ArchLinuxPPC: The Most Advanced PPC distro in the world

Hello all,

Do you ever know what PowerPC are?
They're great processors made by IBM, which was the core of old Macintosh, and the core of some of the new-generation console, as Nintendo Wii or Playstation 3.

Linux supports powerpc, and this support continue to grow, because big IBM mainframe are all made by many PowerPC CPUs.
So, what is the most advanced linux distro for PowerPC? ArchLinuxPPC!
We provide the last GNOME 2.30.2, KDE 4.5.1, XFCE 4.6.3, the lastest Xorg 1.9, and kernel 2.6.35.4.

Join now our community, and long live PPC!

domenica 5 settembre 2010

undefined reference to `__libc_csu_fini'

After compiling glibc, I had this error when I try to compile other programs:

crt1.o: In function `_start':
(.text+0xc): undefined reference to `__libc_csu_fini'

It is caused by a bad strip of glibc libraries. Please, make sure you don't strip anything (or use --strip-debug) when compiling glibc :)