Before i forget it: The slic_debug linker errors may be due to
- inlining (to try: gcc switch -fno-default-inline)
- missing ld_flag -lstdc++ (don't think it's that, though)
I have no time to test it, though. In the first case we need to move inline code in the headers to declarations in the .cpp files later on.
- inlining (to try: gcc switch -fno-default-inline)
- missing ld_flag -lstdc++ (don't think it's that, though)
I have no time to test it, though. In the first case we need to move inline code in the headers to declarations in the .cpp files later on.
Comment