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: Fritz Anderson <email@hidden>
- Date: Sun, 26 Dec 2004 16:40:15 -0600
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?
-- F
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/
_______________________________________________
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