Re: Run time Issues on XCode 2.1
Re: Run time Issues on XCode 2.1
- Subject: Re: Run time Issues on XCode 2.1
- From: Markus Hitter <email@hidden>
- Date: Wed, 10 Aug 2005 15:37:52 +0200
Am 10.08.2005 um 07:55 schrieb Sumeet Goyal:
Now,when I am launchnig my application,it is getting crashed even
before getting into the main() function i.e in the dylib only with
the error message in the debugger window
Zero Link: unknown symbol '__ZN9TcpSocket8sTimeoutE'
Nobile:~$ echo __ZN9TcpSocket8sTimeoutE | c++filt
TcpSocket::sTimeout
Switch off ZeroLink to get link errors at linktime, not at runtime.
Do I have to place this libabc.dylib and libsystem along with the
application while launching?
Simply putting a library in the same folder as the app to get them
runtime-linked is a thing of the past (*sigh*). Read up the
documentation about embedding frameworks ...
Additionally, you should consider file names as being case sensitive.
libsystem.dylib and libSystem.dylib can be two different files.
I am also not using crt1.0,Is that really required?
It's the same as with libSystem. You most likely use it, since the
standard gcc link procedure automatically includes it. If you link
using some custom hackery, you should try to get rid of that.
HTH,
Markus
P.S.: How are chances you compiled your app with a different compiler
than the guy providing you with libabc.dylib? C++ doesn't like that.
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden