The Featureless Linux Library development version 0.7.2 is released.
The development 0.7.2 release contains mostly fixes and updates without any new features.
Static compiling problems with compilers and linkers has been identified and worked around.
Passing the `-static` flag to libraries does not mean the compiler will link to static libraries.
Shared libraries can get linked into a static file and cause problems.
This is most certainly a problem with the compilers.
I have discovered that `-l:libc.a` can be passed instead of `-lc`.
This prevents the compilers and linkers from doing something bad like linking to a shared libc for a static library or program.
That has the unfortunate affect of additional logic in the Featureless Make build settings.
The `build_libraries_shared` and`build_libraries_static` are now used to explicitly handle these two situations.
The scripts now protect the `IFS` environment variable to improve security.
The directory recurse callbacks are updated to use 64-bit integers rather than 32-bit.
The console parsing has some improvements and bug fixes.
The `--` is now correctly supported.
This allows the Kevux Tools Remove command `rm` to properly mimic the traditional `rm` command.
-----BEGIN PGP SIGNATURE-----