Exception handling on AIX5.3 with gcc 3.4.6

2008-03-20 Thread Shlom Marom
- 1. The same problem happens when instead of re-throw int and catch (...) , you re-trow derived and catch base... 2. The same code works fine on other UNIX os, such as Linux (RHEL, Fedora, etc.…) Thanks in advanced, Shlom Marom #include void fun(void) {

collect2: ld returned 12 exit status

2008-07-24 Thread Shlom Marom
Hi, I'm trying to compile and link a product that was already compiled and linked successfully before, on AIX5.3 with gcc3.4.6, but I got the following link err: "collect2: ld returned 12 exit status" Pls note that this happens to me only when not using the strip flag (-s) since I need the symbol