OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => 6000 - Tosa => Topic started by: pelendur on July 24, 2005, 12:30:20 am

Title: Where Is Guylhem's Libsdl For The 6000?
Post by: pelendur on July 24, 2005, 12:30:20 am
Hi,
   The special libSDL for the 6000 that was compiled by Guylhem doesn't seem to be available on his externe.net/zaurus web site anymore.  Does anyone know somewhere else I can obtain it, or if someone can email it to me.  It would be greatly appreciated.  BTW, Guylhem, if you happen to read this and you're not too busy, would it be possible for you to put it back up on your site?  Thanks alot.

Patrick
Title: Where Is Guylhem's Libsdl For The 6000?
Post by: scheck.r on July 24, 2005, 07:52:52 am
Hi,

I don't have my 6k anymore but I think that's what you are looking for.
Here are also some notes assuming you installed libSDL on SD card.
Quote
replace libSDL-1.2.so.0.0.6 (/mnt/card/QtPalmtop/lib)
with gulhem's libSDL-1.2.so.0.0.7 in the fast kernel thread for 6000, then fix links for libSDL-1.2.so.0 and libSDL.so in /home/QtPalmtop/lib

create a directory /mnt/card/QtPalmtop/lib with treeexplorerQT
CODE
assume you installed libSDL to the sd card
su
cp [/mnt/cf]/libSDL-1.2.so.0.0.7 /mnt/card/QtPalmtop/lib
rm /home/QtPalmtop/lib/libSDL.so
rm /home/QtPalmtop/lib/libSDL-1.2.so.0
rm /home/QtPalmtop/lib/libSDL-1.2.so.0.0.6
ln -s /mnt/card/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7
ln -s /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL-1.2.so.0
ln -s /home/QtPalmtop/lib/libSDL-1.2.so.0.0.7 /home/QtPalmtop/lib/libSDL.so
Title: Where Is Guylhem's Libsdl For The 6000?
Post by: pelendur on July 24, 2005, 11:03:41 am
Thanks alot for doing this, scheck.r., especially since you don't have a 6000L anymore.  Hope you're enjoying your C1000.

Patrick
Title: Where Is Guylhem's Libsdl For The 6000?
Post by: guylhem on July 24, 2005, 02:08:22 pm
Not on the site? oops. Looks like a lot of things have been broken. I'll try to fix the site soon.

Currently preparing a new rom release

Guylhem
Title: Where Is Guylhem's Libsdl For The 6000?
Post by: eji on February 05, 2006, 05:09:21 pm
What benefits does this libSDL have over the default?