This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compatibility issue .. please help me !


I have a libary libXYZ.a which is compiled with gcc-2.96, Now I want to link
it with a program prog.cxx with complier of different version which is
gcc-3.0.2
i am getting the following error when i try to link my c++ program with the
library.

: /tmp/ccCqMJFf.o: In function `Config::~Config(void)':
/tmp/ccoxk8rS.o(.text+0x2f): undefined reference to `CreateEngine(CEngine
**, Config const &)'

this program compiles and links successfully with GCC 2.96

please help me out
thanx in advance

Raj.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]