Re: ZeroLink pb with external library, linking is ok
Re: ZeroLink pb with external library, linking is ok
- Subject: Re: ZeroLink pb with external library, linking is ok
- From: Thomas Lachand-Robert <email@hidden>
- Date: Mon, 27 Dec 2004 12:26:11 +0100
Le 26 déc. 04, à 23:40, Fritz Anderson a écrit :
Quirm:fritza fritza$ c++filt _ZTv0_n12_NSiD0Ev
virtual thunk to std::basic_istream<char, std::char_traits<char>
>::~basic_istream()
So do you do anything that ensures basic_istream<char,
std::char_traits<char>> gets instantiated?
This looks like the standard library, no? But it IS in my target. Also
if this symbol is really missing, why does the deployment build links
and execute normally?
On 26 Dec 2004, at 3:29 PM, Thomas Lachand-Robert wrote:
I used the library "LiDIA" in my app. I previously had an old
version, and there was no problem. Now I tried to update to a newer
version and I get an error when I try to run my app in
"developpement" style:
ZeroLink: unknown symbol '__ZTv0_n12_NSiD0Ev'
Executable “Lidia” has exited due to signal 6 (SIGABRT).
Now the library is correctly installed in the project, as one can see
using the "deployment" style: there is no problem then, the app runs
normally.
So it seems that ZeroLink does not find a symbol that is found by ld.
Any idea or suggestion?
(Also I don't even understand what is the missing symbol
corresponding to '__ZTv0_n12_NSiD0Ev'.)
--
Fritz Anderson
Consulting Programmer Chicago, Illinois
http://resume.manoverboard.org/
Thomas Lachand-Robert
********************** email@hidden
<< Et le chemin est long du projet à la chose. >> Molière, Tartuffe.
_______________________________________________
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