What steps will reproduce the problem?
1. compile the attatched files
What is the expected output? What do you see instead?
make rlogtest
g++ rlogtest.cc -o rlogtest -I ~/extlib/rlog-1.4/include/
-DRLOG_COMPONENT=”rlog” -L ~/extlib/rlog-1.4/lib/ -lrlog
rlogtest.cc:17: error: _rL_17 causes a section type conflict
make: *** [rlogtest] Error 1
If I place a rlog statement in a class member I can not compile the
programm any more!
What version of the product are you using? On what operating system?
RLog Version 1.4 - June 14, 2008 release on Ubuntu 8.10 with g++4.2 on a
64bit machine.
Please provide any additional information below.
I have no problem to compile the same code with rlog 1.3.7
What's my mistake?
Original issue reported on code.google.com by
leidenbe...@gmail.comon 21 Nov 2008 at 9:06Attachments: