Mac OS X - seeking help

Shashikant Hire hire@sh.oda.epson.co.jp
Thu Jul 17 06:33:00 GMT 2003


Hi

Could you please help me in solving problem that I am facing.

I am developing Java Native Inteface library. I am using Mac OS X's Project
Builder.
To build JNI library I have to link it against third party framework.
Third party framewrok is developed using CodeWarrior.

While linking I am getting error "Undefined symbols"

Maximum routine that accept array related type were giving error.
I implemented another wrapper class which only accpet plain pointer. This
wrapper class is also developed in
codewarrior.

But still I getting error for destrutor

my destructor is simple
~IInterface()

but Project Builder linker fail to find this destructor displaying following
message
ld: Undefined symbols
IInterface::~IInterface [in-change]()

what is [in-charge], how will I fix this problem.


With CodeWarrior development environment everything work fine. but company
want to use only Project Builder

Regards
Shashi



More information about the Gcc mailing list