Hi!
I am using E_INFO, just to see the flow of functions being called. But after
inserting E_INFO and doing make for the respective folders, it is not showed
in the logdir.
Does any body have an idea what the problem could be?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I am using E_INFO, just to see the flow of functions being called. But after
inserting E_INFO and doing make for the respective folders, it is not showed
in the logdir.
Does any body have an idea what the problem could be?
Thanks
After make you might need to copy the resulting executables and libraries in a
specific location or install them with make install.
Thank you very much for your help. It worked by doing make install after make.