I was able to find the problem. It was somthing that wasnt cought by the compiler, but made it unable to link. an exit(-1); call was the source of the problem. I dont know why the complier didnt catch it, but it was sothing that was only needed in the Symbian version of our patteren matcher.
-- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] "Scott Erickson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does anyone know what could be causing this error.... > > ...Linking... > m68k-palmos-gcc -o Debug/VirusGuard Debug/AppMain.o Debug/HashedMatcher.o > Debug/HashListBuilder.o multiple_code_sections.o > multiple_code_sections.ld -g > /usr/lib/gcc-lib/m68k-palmos/2.95.3-kgpd/libgcc.a(_exit.o)(.text+0x10): In > function `exit': > libgcc2.c: undefined reference to `_cleanup' > /usr/lib/gcc-lib/m68k-palmos/2.95.3-kgpd/libgcc.a(_exit.o)(.text+0x16):libgcc2.c: > > undefined reference to `_exit' > collect2: ld returned 1 exit status > make: *** [Debug/VirusGuard] Error 1 > > -- > > > Scott Erickson > Software Development Team, FB-4, Inc. > [EMAIL PROTECTED] > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
