This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Mac OS X - seeking help
- From: "Shashikant Hire" <hire at sh dot oda dot epson dot co dot jp>
- To: <gcc at gnu dot org>
- Date: Thu, 17 Jul 2003 12:50:03 +0900
- Subject: Mac OS X - seeking help
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