News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Odd error

Started by supernix, March 09, 2009, 10:11:20 AM

Previous topic - Next topic

supernix

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);

dje

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

Jenna

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 !