> I gave that a try but it didn't work. The linker complained about not > being able to resolve the reference to the function from the jump table. > I tried "static" on both the declaration and definition, and then on > each separately, with the same result each time. > > I went back to the original GaussLib example (which I was able to > build successfully) and added the following three lines of code > to the GaussLibCreate function: > > float a,b; > a=2.0; > b=3.0*a; > > This was enough to generate the "global data ignored" message from > build-prc. If I comment out the third line, the message goes away. Why > would this line cause global data to be created? Arghhhh. Is it a > compiler or linker switch set wrong?
what eror are you getting exactly (show us the output from the shell) what are your compiler/linker switches? :) need to give us info for us to be able to help you in any way.. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
