Lorri Sloane <[EMAIL PROTECTED]> wrote:
> 1) Reports "palmos_GLib.c, Line:29, C Library is not installed".
You are using PalmOS gcc version 0.5.0 and you are calling functions from the
standard UNIX C library (libc). 0.5.0 treats GLibs as UNIX shared libraries,
and since the GNU tools use shared libraries by default, you ended up with an
application that expects prc-tools-0.5.0's Libc.prc GLib library to be
installed on the device. This is probably not what you want. With best solution
with version 0.5.0 is to link with -static that will use the static version of
libc, as well as other "normal" libraries that you haven't explictly designed
as GLibs.
Also note that 0.5.0 is not the latest version. The latest version is 0.6.0,
which is currently in Beta but is about to leave the Beta stage any time now.
Anonymous-FTP to ivan.Harhan.ORG, cd to /pub/embedded/palmos and get it there.
This version doesn't treat GLibs as UNIX shared libraries and you have to be
explicit about using them so that you don't run into such problems.
--
Michael Sokolov Harhan Engineering Laboratory
Public Service Agent International Free Computing Task Force
International Engineering and Science Task Force
615 N GOOD LATIMER EXPY STE #4
DALLAS TX 75204-5852 USA
Phone: +1-214-824-7693 (Harhan Eng Lab office)
E-mail: [EMAIL PROTECTED] (ARPA TCP/SMTP) (UUCP coming soon)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palm.com/devzone/mailinglists.html