A linker error caused by a missing definition of a symbol used elsewhere in a program
I am compiling using arm-linux-gnueabi-g++ version 4.7.3. I have the arm-linux-gnueabi libraries installed at location: /usr/arm-linux-gnueabi/lib, it contains libdl.…
c++ linux arm shared-libraries undefined-referenceI have the following setup (hopefully this is not too bare an example): A.h typedef std::map<unsigned …
c++ extern undefined-referenceCan't seem to get the errors to go away. Errors are below. I have looked on google and still can't …
c++ g++ undefined-referenceI'm trying to go through this tutorial: http://www.tcpdump.org/pcap.html Now I have install pcap (code hints …
c linux pcap undefined-reference libpcapuse libcurl to writer some test code. when try to compile, it says undefined reference. already use -lcurl or -L …
c linux gcc libcurl undefined-referenceI have a problem with compiling my program which uses glfw3 library. I'm getting list of errors of undefined references …
c++ opengl gcc undefined-reference glfwMy C program uses some zlib functions (like gzopen, gzread). I have included the zlib.h header file in my …
c compilation hyperlink zlib undefined-referenceI have a small program that I can compile with GCC and ICC without any difficulties, but I would also …
c++ c include undefined-referenceI am trying to compile a project I am working on that uses ffmpeg libraries. The project is written in …
c gcc ffmpeg undefined-referenceI've seen several other posts that deal with this exact same issue. However, none of their solutions seem to work …
c++ boost undefined-reference