Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: supernix on March 09, 2009, 10:11:20 AM

Title: Odd error
Post by: supernix on March 09, 2009, 10:11:20 AM
I keep getting this on compile
O:\CPT-234\Assignment6\main.c|67|undefined reference to `_calcPay2'|
But if you look at the code in question it is:
calcPay2(hours,rate);
Title: Re: Odd error
Post by: dje on March 09, 2009, 10:13:41 AM
Hi,

I think you should learn how to use a compiler/linker...
Howerver, in your case, you probably just need to add the library implementing the calcPay2 function to the linkersettings of your project build options to get rid of this problem.

Dje
Title: Re: Odd error
Post by: Jenna on March 09, 2009, 10:14:36 AM
Quote from: supernix on March 09, 2009, 10:11:20 AM
I keep getting this on compile
O:\CPT-234\Assignment6\main.c|67|undefined reference to `_calcPay2'|
But if you look at the code in question it is:
calcPay2(hours,rate);

Unrelated to C::B, therefore violating our forum rules.

Topic locked !