Dark_Sylinc - 2013-06-12

Interesting. I thought I added instructions in COMPILING.txt to copy those .so files too (like the ones in the Plugins); but of course this isn't needed for OgreMain.so & OgreOverlay if you already have them

I admit the hand-made Makefile is suboptimal. Ideally a CMake or autoconf should detect the plugin locations and autogenerate the plugins.cfg file, thus avoiding the useless need to do so many steps.

I'll try your snippet change and see how it goes.