On 2020-11-24 16 h 02, Weber, John via lttng-dev wrote:
Ok, it I get what you're saying then I am modifying make on the command line 
while running make? Still the same problem. I don't think it is using the gcc I 
am specifying as it continues to look in: 
/usr/src/kernels/3.10.0-1127.19.1.el7.x86_64/
And I suspect it is still seeing the OS version of gcc (4.8.5) instead of the 
6.3.1 provided by devtoolset-6.
Do you have some pixy dust??

Running this will get you verbose output while building which should help you determine which compiler and other tools are used :

  make CC="/opt/rh/devtoolset-6/root/bin/gcc" V=1

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to