Changes between Version 1 and Version 2 of Ticket #19644, comment 37
- Timestamp:
- Aug 18, 2020 11:42:24 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19644, comment 37
v1 v2 1 1 Thank you for replying. That error did strike me as odd as the same system with the same gcc setup will build under the 3.10.x kernel. The compiler is not changing. Yes, the /usr/lib/gcc/x86_64-redhat-linux/4.8.5 is in place on these systems. Why would the "el7" version of VB not be able to use it or think it's too old?[[BR]] 2 2 3 4 {{{ 3 5 rpm -qf /usr/lib/gcc/x86_64-redhat-linux/4.8.5 4 6 gcc-4.8.5-39.el7.x86_64 7 }}} 8 5 9 6 10 Replying to [comment:36 fbatschu]: