[Covtool-users] cov++ script don't work?
Brought to you by:
lowellboggs
|
From: Noa C. <ca...@CE...> - 2002-10-18 18:20:11
|
Sorry if this is a stupide question. I'am new to this list, ans since there is not archiving for covtool-users, I could not verify if you already discuss the subject. I installed covtool in a non-standard place on my machine becaus I'm not root and I dealing with the admin is not a possibility. I used the variable INSTALL_DIR to overide the standard path for covtool. When I compile, I get this kind of result: bash-2.05a$ cov++ -c -I/home/pirate/night_build/Pir/include jg_sommet_peau.cpp g++: No input files jg_sommet_peau.cpp:9:21: pgpos0d.h: No such file or directory jg_sommet_peau.cpp:10:21: pgpos1d.h: No such file or directory jg_sommet_peau.cpp:11:18: pgpt.h: No such file or directory Instrumentation code beginning:32:1: warning: null character(s) ignored As an test, if I don't use the -c, the input file is passed to g++ and it compiles but g++ tries to link, too, and of course this is not what I want. Is something wrong in what I do? Or in the script cov++? Thanks |