> `_GccLoadCodeAndRelocateData' > `_GccReleaseCode' are defined in crt.0
> MAKELIB = $(CC) -nostartfiles -shared -g -O1 -Wmissing-declarations see that -nostartfiles flag? thats saying dont link against crt.0 so, of course it doesn't find those functions declared when linking. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
