Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0alpha1, 4.0 (plan)
-
Component/s: Installation (I)
-
Team:Team A
-
Sprint:Sprint 17, Sprint 18
-
Story Points:0.25
Description
The zabbix autoconf script search, by default for the ``gcc'' compiler command. This is not standard.
Any standard-compliant specification of ``make'', MUST define the CC environment variable if not previously set with a default value (could be ``cc'' or ``c99'') and if the CC environment variable is exported before configure the exported value must be used.
This actually affect all the platforms that does not use gcc as a system compiler, causing the user to force the setting of the CC environment variable to override what the zabbix configure script want to do.
It's just a minor annoyance, but respecting the standards is always good