Click to See Complete Forum and Search --> : Compiling Palm Emulator


Dream
07-18-2001, 07:23 AM
Hi

I'm having trouble compiling a palm OS Emulator for linux, It requires another app. called FLTK ( something to do with graphics.) which I install and since I don't have root access I redirect all the /bin, /include etc.. stuff to my Home Dir. and When I go to Make the Palm emulator it fails to find the fltk even though I redirect it to look in my home dir. Can anyone tell me if I'm doing something wrong? I'm using computers at my university and also inexperanced with linux.

bdg1983
07-18-2001, 01:47 PM
How did you redirect it? Using a symlink?

Dream
07-18-2001, 02:53 PM
for FLTK I ran

./configure --prefix=~/

and for POSE I ran

./configure --with-fltk=~/

bdg1983
07-18-2001, 03:40 PM
I'm not familiar with FLTK. Is it a library? If so, then I would imagine your system needs to know about it and since you don't have root access, you wouldn't be able to make the necessary updates.

Just guessing though and I hope someone more knowledgeable can help out.