The compilation of program fails on SuSE Linux 9.0 Professional,
allthough I have all the nesesery libraries installed. Compiler falls
out during the compilation of log.c:
c++ -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c log.cpp
log.cpp: In constructor `Log::Log(std::basic_string<char,
std::char_traits<char>, std::allocator<char> >)':
log.cpp:36: error: no matching function for call to
`std::basic_ofstream<char,
std::char_traits<char>
>::open(__gnu_cxx::__normal_iterator<char*,
std::basic_string<char, std::char_traits<char>,
std::allocator<char> > >,
const std::_Ios_Openmode&)'
/usr/include/g++/fstream:691: error: candidates are: void
std::basic_ofstream<_CharT, _Traits>::open(const char*,
std::_Ios_Openmode)
[with _CharT = char, _Traits = std::char_traits<char>]