Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Weber, John via lttng-dev
P: 303-234-2103 E: jweb...@ball.com         -Original Message- From: Michael Jeanson Sent: Tuesday, November 24, 2020 2:41 PM To: Weber, John ; 'Jonathan Rajotte-Julien' Cc: 'lttng-dev@lists.lttng.org' Subject: Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Michael Jeanson via lttng-dev
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.x

Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Weber, John via lttng-dev
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

Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Jonathan Rajotte-Julien via lttng-dev
On Tue, Nov 24, 2020 at 09:02:41PM +, Weber, John wrote: > Ok, it I get what you're saying then I am modifying make on the command line > while running make? Yeah. > 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

Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Jonathan Rajotte-Julien via lttng-dev
Hi John, AFAIK, you should be able to do so using something similar to the following: make CC="your_compiler" HOSTCC="your_compiler" ... Cheers On Tue, Nov 24, 2020 at 07:22:10PM +, Weber, John wrote: > Hi, thanks for your reply. So, on my system there are 2 gcc's. one installed > by th

Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install

2020-11-24 Thread Weber, John via lttng-dev
Hi, thanks for your reply. So, on my system there are 2 gcc's. one installed by the OS and the other by installation of devtooset-6. Upon checking the versions of both I have 4.8.5 installed by OS in /usr/bin the other one from devtoolset is 6.3.1. Your reference to check /proc/version shows tha