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" with no more details... 1. anyone know the reason for that or how can I get more info or the reason for that? 2. this happens only when I don't put the "-s" flag, but I must debug the executable so I can't put...