Hi all, I'm almost all the way done porting a large software project to Linux. Everything compiles beautifully etc, but I get a linking error. I'm not complaining, I used to get over 1000 lines of linking errors, now I just get the one. But I'm having a heck of a time understanding it. This is the error:
/home/bob/lib/linux/libkernel.a(swsplsur.o): In function `sweep_spl_sur::deep_copy(pointer_map *) const': swsplsur.o(.text+0x537): undefined reference to `__eh_pc' swsplsur.o(.text+0x56a): undefined reference to `__eh_pc' What is __eh_pc? and why can I not find it in any of the standard libs? It's not defined in any of my libs either. Any ideas? Thanks -- -bob An optimist says the glass is half full, a pessimist says the glass is half-empty. An engineer says the glass is twice as big as it needs to be. ********************************************************************** * Robert Kerr, The morphing guy. * 368 Clyde Building, BYU * * [EMAIL PROTECTED] * Provo, Utah 84602 * * [EMAIL PROTECTED] * Phone: (801) 378-2029 * * http://www.et.byu.edu/~kerrr * Fax: (801) 378-4449 * **********************************************************************