Hi guys! I'm trying to get a vector of pointers, that point to an index vector to sort a vector of doubles (it sounds round about, but I will actually end up applying the index over three of four arrays), and when passing my vectors, I keep getting undefined reference errors. Any help would be appreciated.
OS, XP SP 2
compiler g++ (running under cygwin)
note: it compiles fine under wxdev, but i've had wx miss errors before...
/cygdrive/c/DOCUME~1/student/LOCALS~1/Temp/cckzOzx9.o:main.cpp:(.text+0x311): un
defined reference to `sort::sortByAverage(std::vector<int*, std::allocator<int*>
>, std::vector<int, std::allocator<int> >&, double*)'
collect2: ld returned 1 exit status