Changes between Initial Version and Version 1 of Ticket #60748, comment 9
- Timestamp:
- Jul 2, 2020, 4:17:29 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60748, comment 9
initial v1 1 1 This is invalid only in the sense that in this case perl had to be built with a non-default compiler to make it build, and this led to errors because that was not the system's default compiler. 2 2 3 It is to be noted that perl has to be buil dwith the weakest, least capable compiler on the system that could ever be used, because it incorporates flags into itself to configure the builds of any modules it tries to build in the future, and if some less-capable compiler is called in to build the module, the module build will (often) fail.3 It is to be noted that perl has to be built with the weakest, least capable compiler on the system that could ever be used, because it incorporates flags into itself to configure the builds of any modules it tries to build in the future, and if some less-capable compiler is called in to build the module, the module build will (often) fail.