This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

undefined references


Hi,

I am trying to compile some C++ code and link it to a couple of C++
libraries (Informix c++ libs). However, I get 'undefined references' for every
object from the libraries I use. The code compiles fine though.
Could anybody give me some suggestions on how to test the libraries/what
to be aware of when linking/what might cause the problem?
I'm using gcc 3.3.1 and all librarie are in place & specified in the
makefile.
Thanks alot!

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]