Hi,
I installed cppunit succesfully on cygwin to a custom directory C++/cppunit/cppunit-1.10.2 .
(With the installation i intended to use g++ compiler .
and as said in the installation notes, i did not use
dynamically libraries because they were supposed to be
an issue in cygwin)
I allso installed the Testing_Examples from repository.
I try to run a testing example -A- by running make.
---> gcc complains that it cannot find some files.
Opening makefile suggests to me that the cause was
INCLUDES = -I$(CPPUNIT_INLCUDE) .
So i added a line above CPPUNIT_INCLUDE = /cppunit which did the trick.
Everything compiles but upon linking i get this huge list of undefined
reference errors.
How can i fix this problem ?
For the record, i am not yet very expierienced
in the use of c++ and the way things go on linux.
Thank you very much for your help.
|