The undefined-symbol tag has no wiki summary.
2
votes
1answer
44 views
Unresolved symbols using C++ .so libraries inside ruby
I've recently inherited the development of a Ruby on Rails project, focused on provinding a user interface to two custom libraries that provide some advanced image analysis features.
When I launch ...
0
votes
0answers
38 views
cmake linking error with lapack (undefined symbol: dgeev_)
I have a cmake project linked to LTI (in a .a) which is linked to lapack and however I try to compile it, I get undefined symobls when running ldd -r on my resulting .so:
undefined symbol: dgeev_ ...
0
votes
1answer
162 views
CentOS: Using GCC 4.7 from devtoolset results in linking libstdc++ incorrectly (undefined symbols)
I am using the devtoolset-1.0 for CentOS 6.3 in order to upgrade temporarily the GCC version. Although I am now able to compile my C++ application, the final binary is missing some symbols:
$ ldd -d ...
0
votes
0answers
33 views
How can I resolve single symbol link error when dynamically linking XCode project to lib4cxx library?
I'm writing in C++ under XCode 4.6 on Mountain Lion. I'm trying to add and use the Apache log4cxx library. I installed the library this morning via Brew. I'm linking against liblog4cxx.dylib. I'm ...
0
votes
0answers
26 views
ld: undefined symbol vs ld: undefined reference
What is the difference between these errors in GNU Binutils ld ?
undefined reference
undefined symbol
I have a good understanding of undefined reference: This occurs for example when the loader ...
0
votes
1answer
136 views
Static Library linking error. Undefined symbols for architecture armv7s
The error is..
Undefined symbols for architecture armv7s:
"ABCD_Initialize(ABCD_data_type*)", referenced from:
-[MyViewController doSomething] in MyViewController.o
ld: symbol(s) not ...
1
vote
1answer
96 views
Undefined symbols for architecture in static library (OGDF)
I'm using Xcode to add OGDF to my C++ project. It's a static .a library, and after compiling it from sources, i've successfully add it to compile sources, set the right search paths, and everything ...
1
vote
2answers
120 views
c++ undefined symbol when compiling
FIXED: had the method twice in the header file
I get the following error when trying to compile my project
% make
g++ -o p4 testTree.o tree.o node.o check.o
Undefined first ...
0
votes
2answers
54 views
SDL and Xcode (SDL_image being ignored)
ld: warning: ignoring file /Library/Frameworks/SDL_image.framework/SDL_image, file was
built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0
0x 0 0x 6 0x 0 ...
0
votes
0answers
21 views
Undefined symbols in SenTestingKit
Just turned on unit testing on an existing project, follow all the instruction here, here will no luck.
Any hints? There are tests that work, but I was testing with a category class instead of a ...
0
votes
1answer
500 views
Xcode 4.6 Undefined symbols for architecture armv7 associate with static library
I currently run into a problem after I updated my xcode to 4.6.
At the beginning, I got lots of linking errors. With the help from other posts, I am be able to solve them. However, new problems ...
0
votes
0answers
120 views
CTCallCopyAddress - “Undefined symbols for architecture armv7”
Firstly - I am developing a jailbreak tweak, hence the use private APIs.
I am following the code here however, I'm getting the following compiler error:
Undefined symbols for architecture armv7:
...
-1
votes
2answers
108 views
undefined symbol OutputArray opencv fedora
I recently install a fedora 18 after few years under ubuntu.
After the apropriate updates, I download and recompile, my favorites libraries such as Opencv and PCL.
In order to check if everything ...
0
votes
0answers
130 views
OpenCV, Linux ubuntu12.04 undefined symbol: _ZN9QListData11detach_growEPii
Now I'm struggling with OpenCV
I'm starting using NAO and got some program from other guy.
At first time, The problem was OpenCV
enter code here
gibeom@gibeom-SG31:~/NAO/nao_murata$ ...
-1
votes
1answer
213 views
Apple O-Linker Error when try to use OpenCV framework in already working project
What I have done is used some code from the tutorial based on the openCV framework.
From the EdgeDetectionSample.cpp file, I import the code.
Undefined symbols for architecture armv7:
...
4
votes
1answer
95 views
Lua: C++ modules can't reference eachother, undefined symbol
I've created two modules (shared objects) CPU and SaveState as part of an emulator. Both are independently compiled into .so separate files, and loaded at runtime by a Lua script using require(); ...
0
votes
0answers
303 views
ld: symbol(s) not found for architecture armv7
another iOS problem:
I get the errors
Undefined symbols for architecture armv7:
and
ld: symbol(s) not found for architecture armv7
I searched a lot and did not find any suitable solution, most ...
2
votes
1answer
122 views
[SOLVED]Unable to connect boost library to my project “symbol lookup error”
I have the following situation:
I've created dynamic library lib.so. This library uses another static library lib.a. Both of them use Boost library (I link them in CMake file). (I use this dynamic ...
2
votes
2answers
70 views
cascaded library dependencies
For reasons too lengthy to explain here, I need to create, in "C", a shared library (call it libA) that is callable within Python. This shared library needs to call another custom shared library ...
1
vote
1answer
181 views
program not running due to problems in linking
I am having troubles in executing the binary. the program is receiving segmentation fault.
The filtering is the out put of gdb
gdb a.out
(gdb) run
Starting program: a.out
Program received signal ...
3
votes
0answers
335 views
Google Conversion Tracking for iOS linker error for architecture armv7
I'm trying to add the Google Conversion Tracking for iOS feature to my iPhone app.
The app's base SDK is iOS6
the app's valid architectures is armv7, armv7s
the app's iOS deployment targer is 4.3
I'm ...
3
votes
2answers
169 views
Boost Thread Destructor Undefined Symbol
I'm using OSX Mountain Lion. I just downloaded, unpacked, and built boost 1.52.0 using the instructions supplied from the boost website: ...
1
vote
1answer
123 views
Undefined Symbols when trying to compile RtAudio
I'm trying to use RtAudio and RtMidi together. I have in the same folder RtAudio.cpp, RtAudio.h, RtHelper.h, RtMidi.cpp and RtMidi.h as well as 2 test programs, midiprobe.cpp and audioprobe.cpp.
...
0
votes
1answer
346 views
Unable to load shared library: undefined symbols
I have my own program with plugins (dynamic shared libraries) on a linux (ubuntu) system. My libraries (plugins) use OpenCV (maybe not so important).
My plugins are in /usr/local/lib/mysoft/.
I have ...
0
votes
0answers
58 views
warning: [func] is not implemented and will always fail
/mnt/workspace/testproject/misc-libs/libunwind.a(Lresume.o): In function `_ULx86_local_resume':
(.text+0x4a): warning: warning: sigreturn is not implemented and will always fail
I'm getting this ...
1
vote
0answers
97 views
LibEtPan / iOS: Symbol(s) not found …
I tried to use LibEtPan as a backend for a mail client. I downloaded the source code from https://github.com/dinhviethoa/libetpan and additional libs from https://github.com/bindle/iOSPorts too. I ran ...
0
votes
1answer
144 views
getting undefined symbols when porting linux compiled program to MAC OS X
I'm trying to compile a program on MAC OSX, originally written on the Linux OS. It is a big program with several makefiles. I have been working on it for weeks and now cannot seem to figure out why is ...
0
votes
0answers
83 views
LLVM: Undefined symbol when calling recalculate method on DominatorTreeBase
I'm working on moving a llvm pass from llvm 2.8 to llvm 3.1, and I'm getting this runtime error:
opt: symbol lookup error: /......./llvm/Release+Asserts/lib/InstrLLVM_VM_multi.so: undefined ...
3
votes
1answer
203 views
Xcode 4.5.1: Linker Error: NSJavaVirtualMachine, symbol not found for architecture i386
I am trying to call a Java class from an objective C, iPhone 5 application. I am using Xcode 4.5.1. At this stage, I can't even load the Virtual Machine without the following error:
Undefined symbols ...
3
votes
1answer
80 views
Receive any notify when call undefined function in lua
In C++ code:
class CWindowUI {
public CWindowUI(const char* title,int width,int height);
.....
};
static int CreateWindow(lua_State *l)
{
int width,height;
char *title;
...
17
votes
5answers
5k views
Undefined symbols for architecture armv7 when using ZXing library in XCode 4.5
What I am trying to do
Integrate Zxing, QR code reader framework, in my iPhone project. I checked out ZXing sdk from here. I ran the sample project coming with ZXing, named ScanTest, without any ...
0
votes
1answer
64 views
Linker error when declaring a function just before calling it
I've got an update function in my game that contains the following code:
void DrawMiniFPSCounter();
DrawMiniFPSCounter();
The DrawMiniFPSCounter() function is declared in a file called ...
0
votes
0answers
97 views
Python console: ImportError PyUnicodeUCS4_FromString
Can anyone help me to figure out what is happening and how to solve this error?
The following message happens when I try to import a module I compiled before:
Python 3.1.4 (default, Mar 8 2012, ...
0
votes
1answer
901 views
C++: Undefined symbols when loading shared library with dlopen()
I have an issue when I try to use dlopen() to load a shared library into another shared library. I checked all tutorials on how to use dlopen() correctly. So here is the simplified code:
The main ...
1
vote
1answer
965 views
RAILS, bundle install returns - undefined symbol: SSLv2_method [duplicate]
Possible Duplicate:
undefined symbol: SSLv2_method when running bundle install
I try "bundle install" my Rails project, but I have this error:
Fetching gem metadata from ...
2
votes
0answers
259 views
Cython : C++ shared library and undefined symbols using pure virtual methods from a base class
I build a .so C++ library using g++ and -fPIC (using eclipse).
Still using eclipse, I linked this library and used it in another C++ project without any problem.
But,
When I build a Cython project ...
0
votes
0answers
23 views
Is it possible to see the parent lib of a symbol in .so object
Is it possible somehow to see from a .so object that which symbol came from which library or obj. For example there is a symbol "a" in the final .so. This .so is obtained by linking my objects files ...
2
votes
1answer
748 views
How to add files to Xcode project? (writing Unity plugin)
I bet my problem is very basic, so please excuse me as I'm not that experienced with Xcode, since I work in Unity and use ready plugins for our iOS projects, so not really needed to go deep in Xcode ...
0
votes
1answer
220 views
Undefined Symbols even with explicit links
Been dealing in linker hell for the past day and figured I'd throw this out there and see if anyone could help me out.
I have two shared libraries that I'm building: one called "libhttp" that has ...
2
votes
2answers
1k views
“Undefined symbols for architecture i386” on unit tests
I'm getting the following error only when I try to build the unit tests of an iPhone static library:
Undefined symbols for architecture i386:
"std::terminate()", referenced from:
-[ZipArchive ...
0
votes
0answers
67 views
What do indirect symbols really stand for?
When I run nm -mpg on some libraries in the ios sdk I see some symbols marked indirect. For example, for libgcc_s.1.dylib I see the following lines.
(indirect) external __Unwind_GetRegionStart ...
0
votes
0answers
176 views
symbol lookup error, undefined symbol when shell_exec in PHP
trying to execute an R script in php. Here's what I do:
$output = shell_exec('./rasch.R 2>&1');
and here's the error I'm getting:
/usr/lib/R/bin/exec/R: symbol lookup error: ...
0
votes
2answers
440 views
Using Crypto++ with clang
I'm attempting to get the following Crypto++ (C++ Class Library of Cryptographic Schemes) example to work on a iMac using clang++.
Example
SHA256 hash;
byte digest[ SHA256::DIGESTSIZE ];
...
2
votes
1answer
153 views
swig & secondary shared libraries (c++)
We are using swig to add python bindings to out c++ library. I have created the .i file and compile the swig generated output into the library.
However when trying and use our library from within ...
0
votes
1answer
342 views
Runtime c++ “undefined symbol” exception
I am getting an undefined symbol exception for a method that is actually executing. This makes no sense to me. Here is an example of the log:
...
0
votes
2answers
406 views
Undefined symbols for architecture i386 (yes, once again…)
I'm getting crazy about this issue!
One of errors I get is the next one:
Undefined symbols for architecture i386:
"_zipOpen", referenced from:
-[ZipArchive CreateZipFile2:] in ZipArchive.o
...
2
votes
2answers
255 views
GraphicsMagick, Undefined symbols for architecture x86_64
I am trying to install GraphicsMagick in Xcode4, I am getting this error when i execute command 'make'.
/usr/bin/ranlib: file: magick/.libs/libGraphicsMagick.a(magick_libGraphicsMagick_la-module.o) ...
1
vote
1answer
245 views
VLC module, Cwiid, Linux, Wiimote, compilation issue
I'm trying to write a vlc module to control it with the wiimote.
http://wiki.videolan.org/Hacker_Guide/How_To_Write_a_Module
I'm using the library cwiid.h http://abstrakraft.org/cwiid/wiki/libcwiid
...
2
votes
2answers
103 views
what does the $ld$add$os10.4$ prefix mean when I use nm to look at a symbol list on a Mac?
I'm having some problems with my iPhone app not linking for the iPhone Simulator. It tells me there are undefined symbols:
Undefined symbols for architecture i386:
".objc_class_name_NSRunLoop", ...
0
votes
2answers
704 views
Make file Linking issue Undefined symbols for architecture x86_64
I am working on getting a few files to link together using my make file and c++ and am getting the following error when running make.
g++ -bind_at_load `pkg-config --cflags opencv` -c -o ...



