Can I use a static library compiled with gcc 3.4.2 with gcc 4.2.2

Posted by shergill on Stack Overflow See other posts from Stack Overflow or by shergill
Published on 2010-05-28T19:15:33Z Indexed on 2010/05/28 19:22 UTC
Read the original article Hit count: 136

Filed under:
|
|

I have a static library that is compiled with gcc 3.4.2. I am building a shared library that relies on this static lib. I will be building this shared library (.so) with gcc 4.2.2. I was wondering what are the potential pitfalls of using the 3.4.2 static library in a gcc 4.2.2 shared library?

© Stack Overflow or respective owner

Related posts about c++

Related posts about regex