This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: undefined references
- From: "Lev Assinovsky" <LAssinovsky at algorithm dot aelita dot com>
- To: "gnuml" <gnuml at bootweb dot nl>,<gcc-help at gcc dot gnu dot org>
- Date: Tue, 27 Apr 2004 16:20:20 +0400
- Subject: RE: undefined references
Hi Martin!
Could you please show your makefile and sample
of error messages.
----
Lev Assinovsky
Aelita Software Corporation
(now is a part of Quest Software)
O&S InTrust Framework Division, Team Leader
ICQ# 165072909
> -----Original Message-----
> From: gnuml [mailto:gnuml@bootweb.nl]
> Sent: Tuesday, April 27, 2004 3:43 PM
> To: gcc-help@gcc.gnu.org
> Subject: 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
>