I am trying to slim down my Poudriere Image build and I was running
Most of the actual library files have an *.so file extension with versioning number suffixed to them as well.
I am pretty sure 'o' files should not be in the directory. Object files might be a remnant of the build process. What are the 'a' files purpose? Also *_p.a files seem suspect.
I have already excluded /usr/lib/debug/ from my build but I am wondering about lib files actually needed.. I have stripped out the compilers so I can't see a need for object files.
This is a run only appliance build.
du to find largest files and directories and I ran across both *.o files and *.a files in /usr/lib/ which I wondered about.Most of the actual library files have an *.so file extension with versioning number suffixed to them as well.
I am pretty sure 'o' files should not be in the directory. Object files might be a remnant of the build process. What are the 'a' files purpose? Also *_p.a files seem suspect.
I have already excluded /usr/lib/debug/ from my build but I am wondering about lib files actually needed.. I have stripped out the compilers so I can't see a need for object files.
This is a run only appliance build.