On 05/16/2012 10:56 PM, Cristian Rodríguez wrote:
On 16/05/12 23:42, Cristian Rodríguez wrote: undefined
reference to `TargetWindow::TargetWindow(int, int, GBCSolution*, GBCSolution*, GBCSolution*, GBCSolution*)' collect2: ld returned 1 exit status (snip) And, finally TargetWindow.cpp contains the constructor:
There is no "TargetWindow.o" object in the linker command line, and hence it will obviously fail undefined references...
btw, what is the target distro of the build in question ? the compiler will clearly tell you that an object "foo.o" is missing in the command line with newer distros when using the adecuate build environment..
Thanks Christian, I got it! After patching, running autoreconf before configure fixed it :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org