Re: Compiling C++
Simon Richter <[email protected]>
| Newsgroups | gmane.comp.gnu.libtool.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 06.07.2015 20:17, martin wrote: > Random files are generated wth .loT file type. Files ending in T are temporary files that are generated because some compilers do not delete the output file on failure. These are renamed to the same name without the T at the end of the build step they belong to. If these remain somewhere, then something went wrong, for example an aborted build didn't clean them up. Files with the suffix .lo are generated by libtool, these are normal object files (.o), but compiled with the options necessary for shared libraries. The .loT files you see are thus remnants of a compiler invocation from libtool, and got left when a build was aborted or failed because the harddisk ran full. They can be safely deleted. Simon _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool
signature.asc
(application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVmv6aAAoJEH69OHuwmQgRPi8H/3RQ8PgVyd6S5E4zdicPiwxE Yi9rXAyeuS/yzym8/f8D6TQTL/QDP5Nj2w6Owlv+rxVdxjPhGxuAw80gWahf3o2T 6DfOCk+dTnTyL0ajDCPHpkmvpo8KeCeXaDc+Y+Ep8df6QDyd0GbVdDUXoMPWhzte 9WYMqydk7zp8RxWktNE5mPTUvOx1sMqSBlliSfdrNbm01cPPzag9R1ok3o7m7l3Z qa/tUHJrJONVAdqvGJVbssTht6sZfvKgAGjkgN2DyIadmP+yeaoVXY3goHUrzJ0D 7070KjXXh2F371gR4s+LF47MHyJJAqC5Dy4YvbyVDm65a7KKbtqm9o+GcwvVhQA= =kWfA -----END PGP SIGNATURE-----