help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Error: undefined reference to


From: tlann
Subject: RE: Error: undefined reference to
Date: Wed, 3 Nov 2004 17:12:29 -0700

Ben,

Can you include the source of Complex and your main?

Thomas

> -------- Original Message --------
> Subject: Error: undefined reference to
> From: "Ben Rennigen" <ben_ren@nospamplease.net>
> Date: Wed, November 03, 2004 3:45 pm
> To: help-gplusplus@gnu.org
> 
> Hello,
> 
> when I try to compile my (really small) program, I get the following error:
> 
> /tmp/cchMgpeQ.o(.text+0x24): In function `main':
> : undefined reference to `Complex::Complex[in-charge](float, float)'
> collect2: ld returned 1 exit status
> 
> "Complex" is my class, declared in "complex.h" and implemented in
> "complex.cpp", both files in the same directory with the main cpp file. In
> the main cpp file, I do "include "complex.h"".
> 
> 
> So, what is wrong?
> 
> 
> Thanks a lot for your help
> 
> 
> _______________________________________________
> Help-gplusplus mailing list
> Help-gplusplus@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gplusplus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]