On 9/5/14, 5:06 PM, Andrew Johnson wrote:
> Running that symbol through c++filt on a Mac gives the following
> unmangled name:
>
> woz$ c++filt __ZNSs4_Rep20_S_empty_rep_storageE
> std::string::_Rep::_S_empty_rep_storage
>
> Doing a web search on that implies that you need to link against
> libstdc++, so try adding this to the Makefile that builds
> simDetectorApp:
> OP_SYS_LDLIBS += -lstdc++
Hi, Andrew.
Thanks for the suggestion. Unfortunately, no dice; it still aborts.
Any other ideas?
Thanks!
Lewis
- Replies:
- Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- References:
- areaDetector 1.9.1 "dyld: Symbol not found" on Darwin J. Lewis Muir
- Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- Navigate by Date:
- Prev:
Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- Next:
Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- Next:
Re: areaDetector 1.9.1 "dyld: Symbol not found" on Darwin Andrew Johnson
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|