On Saturday 28 September 2002 02:06, Oleg wrote: > > Building is not the problem. I have been using GCC 3.2 that I built from > sources, and I was successful in building STLport recently, however, I can > not run programs that I compile using them together: either static linking > fails, or if I link dynamically, the programs won't start. > > I have heard that the ABI changed, and I suspect that this may have > something to do with it. >
The ABI was changed in 3.0 and again for 3.2. If you link to another library that library needs to have been compiled with 3.2 as well. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

