Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ckeswani

Pages: [1]
1
Software / downloads broken?
« on: July 28, 2004, 08:57:12 am »
I'm trying to download the preemptive kernel for my 5600 (from here
and I keep getting a File Not Found error.  Has anyone else encountered this?  Does anyone know another place to download the kernel from?

Thanks,
Claude

2
Software / Software compile request: X11 Nethack 3.4.3 for QT (640x480)
« on: February 02, 2004, 09:14:49 am »
yzord, I\'m trying to resolve some elusive Makefile issues, will keep you posted on my progress.

Claude

3
Software / Software compile request: X11 Nethack 3.4.3 for QT (640x480)
« on: February 01, 2004, 12:10:44 pm »
Quote
I\'d be happy to compile this for you but I\'m having a hard time finding the source.  All I\'ve found are binaries.  If you post a link to the source, I\'ll get it compiled for you.
nevermind, I found the source.  I\'ll post again when it\'s compiled.

4
Software / Software compile request: X11 Nethack 3.4.3 for QT (640x480)
« on: February 01, 2004, 12:00:37 pm »
I\'d be happy to compile this for you but I\'m having a hard time finding the source.  All I\'ve found are binaries.  If you post a link to the source, I\'ll get it compiled for you.

5
Linux Issues / file transfer
« on: January 31, 2004, 11:29:59 am »
I have openssh on my Zaurus and use scp for file transfer to and from my linux box.  I also recently configured samba so that I can transfer to and from my windoze box.  Let me know if you\'d like more details.

6
Linux Issues / connecting to the internet from your zaurus 5500
« on: January 31, 2004, 11:26:34 am »
Are you still having issues?  I just go this to work and will post the steps I had to walk through, if you\'d like.

7
Zaurus - pdaXrom / The blackdown port of java 1.3 to arm
« on: January 27, 2004, 08:45:11 am »
I\'ve removed the isomagic setup from 361consulting.  post if you need it back.

8
Zaurus - pdaXrom / The blackdown port of java 1.3 to arm
« on: January 25, 2004, 11:11:09 am »

9
Zaurus - pdaXrom / The blackdown port of java 1.3 to arm
« on: January 20, 2004, 07:58:43 am »
You can convert  a .img  with the following free download:
http://download.com.com/3000-2646-10191803.html

10
Zaurus - pdaXrom / The blackdown port of java 1.3 to arm
« on: January 19, 2004, 08:19:15 am »
I\'ve had a similar issue on a whitebox running RedHat Enterprise 3.0 and the fix was to install  compat_libstdc++.  It seems that certain symbols that java assumes exist are not in the kernel headers.  Not sure if you can find this lib for the zaurus, but it fixed the problem on my whitebox.

11
Zaurus - pdaXrom / Emulators, libc, and more
« on: January 18, 2004, 09:30:28 am »
To following script will copy all the libs from the output of the ldd command the /tmp/.  Note that we use both ` and \' and the the difference is very important.  The print $3 prints out the 3rd field from each line of output so you may need to change that to $4 or $2 if the output of your version of ldd is different then mine.  Good luck.
[ckeswani@writingpenguin tmp]$ for i in `ldd /bin/ls | awk \'{ print $3 }\'`
] do
] cp $i /tmp/
] done

12
Zaurus - pdaXrom / Is there a How-To that eplains the X11 Process?
« on: January 17, 2004, 10:20:31 am »
Specifically, I\'m wondering what you need on the your development machine to build X11 apps for the Z, what libraries X11 for the Z coms with, what, if any, Sharp apps will work with X11 etc.  I\'ve tried googling this topic and have found very little other then message boards.

Pages: [1]