undefined-symbol
D and SDL - functions undefined
I\'ve got this very simple D program (pk.d): import std.stdio; import SDL; int main(string[] args) { writefln(\"Hello world\");[详细]
2023-02-13 13:53 分类:问答Load library failed, but symbol is available from referenced library
I\'m trying to write a Python binding for a C++ library from a vendor we have. I\'m moving along, but it\'s quite painful (partly because we don\'t have the source for the library).[详细]
2023-02-12 04:06 分类:问答How do I compile and link C++ code with compiled C code?
I want to be able to use Cmockery to mock C functions called from C++ code I\'m testing.As a step towards that, I\'ve renamed the Cmockery example run_tests.c to run_tests.cpp, and am attempting to co[详细]
2023-02-03 01:15 分类:问答In Xcode how do I specify the correct library in my project settings to avoid a link error?
I get a Undefined symbols error att开发者_运维问答empting to build an XCode project, and I\'m pretty sure it is because the linker can\'t find a library (it\'s the library needed to use curses.h btw).[详细]
2023-01-22 21:57 分类:问答Why would a runtime undefined symbol be fixed by adding /usr/lib to ld.so.conf?
I\'ve got a case in linux where gcc and ld build things cleanly, but at runtime I get an undefined symbol (fo开发者_如何学JAVAr something in libxerces-c.so.28), reported by one of my own shared librar[详细]
2023-01-20 11:26 分类:问答Why does Lua report that lua_pushlstring is undefined?
I managed to compile Lua 5.1.4 for Palm webOS and now I\'m trying to write an extension to use webOS\' services from Lua. However, when I try to load my library, Lua reports:[详细]
2023-01-05 01:02 分类:问答Undefined symbols error when using a header file
I\'m getting the following error and can\'t for the life of me figure out what I\'m doing wrong. $ gcc main.c -o main[详细]
2023-01-02 10:46 分类:问答Error with swig: undefined symbol: _ZN7hosters11hostersLink7getLinkEi
I\'m trying to make a python binding for the this library: http://code.google.com/p/hosterslib/. I\'m using swig, heres is the code:[详细]
2022-12-24 05:43 分类:问答Linking error: Undefined Symbols, lots of them (cpp cross compiling)
I get to the very last linking command (the actual executable is being linked) but i get a BUNCH of undefined symbols (and they\'re in cpp and look so scary to me, a simple c programmer)[详细]
2022-12-16 19:20 分类:问答Undefined symbols error in C++ / Eclipse [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2022-12-14 05:37 分类:问答