how/can i make .so files for files in one place and move them to another so gcc linker can find them automatically?
installed and made allegro5 with addons on linux mint with cmake in /home/qweqqweq/allegro5/build. must make addons work without gcc flags by generating .o and .so files from there and put in /usr/local. how? where to make the .o and .so files? can move them after made?