Created
October 25, 2011 16:05
-
-
Save rchatsiri/1313273 to your computer and use it in GitHub Desktop.
scons_compile_source_step
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chatsiri@chatsiri:~/workspace/clamav_cpp$ scons | |
scons: Reading SConscript files ... | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
g++ -o clamav_optm.o -c -g -I/usr/include/c++/4.5.2 -I/home/chatsiri/Download2/boost/boost_1_43_0 -Iclamavservices -Iclamavlogger -I/home/chatsiri/Download2/boost/boost_1_43_0/boost-log-1.0 -I/home/chatsiri/clamav/clamav-devel/libclamav -I/home/chatsiri/clamav/clamav-devel/shared clamav_optm.cpp | |
g++ -o clamav_optm clamav_optm.o -L/home/chatsiri/clamav/clamav-devel/libclamav -L/home/chatsiri/Download2/boost/boost_1_43_0/stage/lib -L/home/chatsiri/Download2/boost/boost_1_43_0/bin.v2/libs/log/build/gcc-4.4.3/debug/link-static/runtime-link-static -lclamav -lboost_thread -lboost_regex -lboost_log -lboost_log_setup -lboost_log -lboost_system -lboost_filesystem | |
scons: done building targets. | |
chatsiri@chatsiri:~/workspace/clamav_cpp$ ./clamav_optm | |
./clamav_optm | |
### init logger status = [0] ### | |
Open log configure file = [/home/chatsiri/settings.txt] | |
CLAMAV_CPP = clamav_optm.cpp:23|140402870151008|-### Initialization logger completed... | |
CLAMAV_CPP = clamavservices/clamav_init_engines.hpp:97|140402870151008|-/home/chatsiri/clamav/clamav-devel/database/main.cvd | |
CLAMAV_CPP = clamavservices/clamav_init_engines.hpp:124|140402870151008|-### cl_load init , No viruses detected | |
CLAMAV_CPP = clamavservices/clamav_init_engines.hpp:111|140402870151008|-### Databases not changing. | |
CLAMAV_CPP = clamavservices/clamav_scan_engines.hpp:57|140402870151008|-### Found virus name = ClamAV-Test-File, Virus(es) detected | |
CLAMAV_CPP = clamavservices/clamav_scan_engines.hpp:62|140402870151008|-### Destory engine scanning... | |
### ~destory logger ### | |
chatsiri@chatsiri:~/workspace/clamav_cpp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment