Hey guys, first I'd like to thank you for all your help in the past. Anyway, when I compile I get a whole bunch of "undefined reference to" and then a function call. I have these functions defined, and the appropriate files included. For example
error:
"main.o(.text+0x235):/home/bbare/converting/c/main.cpp:68: undefined reference to `Convert_and_Score(int, double, int, double, double&)'"
in main I have #include "In_out.h"
In_out.h:
Code:void Convert_and_Score(int chrom_num1, double cM_percent1, int chrom_num2, double cM_percent2, double &outscore);



LinkBack URL
About LinkBacks


