Hi, I have to use xerces-c++ 1.7 on AIX 4.3, with gcc 3.0.4. I managed to compile the lib with the help of indications in bug7293. It works, with the notable exception of exceptions.... In my program, and in the xerces sample program, throwing exceptions lead to SIGABRT (in pthread_kill). It happens even if I throw an exception in main() and (try) to catch it immediatly. I tried to compile without threads, but when compiling an exe, ld keep asking for -pthread because of unresolved pthread_mutex_lock/unlock. I know my conf is somewhat not standard, but I hope someone can give me hints to solve this problem.
Thanks, R�mi Zara -- http://www.remi-zara.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
