Re: gcc 4.9

2016-08-02 Thread Amadeus W.M.
On Mon, 01 Aug 2016 14:16:57 +0200, poma wrote: > On 01.08.2016 06:30, Amadeus W.M. wrote: > [...] >> In the cuda distribution there is a host_config.h file which contains >> the following lines: >> >> #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) >> >> #error -- unsupported GNU vers

Re: gcc 4.9

2016-08-02 Thread stan
On Tue, 2 Aug 2016 02:04:13 + (UTC) "Amadeus W.M." wrote: [snip] > > That's what I thought too, but try this: > > // Compile as > // g++ -o gnuc gnuc.cpp > // then as > // g++ --std=gnu++11 -o gnuc gnuc.cpp > > #include > #include > > using namespace std; > >

Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 17:23:43 -0700, stan wrote: > On Mon, 1 Aug 2016 22:21:58 + (UTC) > "Amadeus W.M." wrote: > >> On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: >> >> > On Mon, 1 Aug 2016 04:30:03 + (UTC) >> > "Amadeus W.M." wrote: >> > [snip] >> >> Unfortunately nothing worked. >> >

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 22:21:58 + (UTC) "Amadeus W.M." wrote: > On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: > > > On Mon, 1 Aug 2016 04:30:03 + (UTC) > > "Amadeus W.M." wrote: > > [snip] > >> Unfortunately nothing worked. > >> > >> > >> In the cuda distribution there is a host_confi

Re: gcc 4.9

2016-08-01 Thread Amadeus W.M.
On Mon, 01 Aug 2016 09:34:51 -0700, stan wrote: > On Mon, 1 Aug 2016 04:30:03 + (UTC) > "Amadeus W.M." wrote: > [snip] >> Unfortunately nothing worked. >> >> >> In the cuda distribution there is a host_config.h file which contains >> the following lines: >> >> #if __GNUC__ > 4 || (__GNUC__

Re: gcc 4.9

2016-08-01 Thread Sjoerd Mullender
On 08/01/2016 06:30 AM, Amadeus W.M. wrote: > Third, I was only able to find a Fedora-21-Live image and I created a > virtual box from it, booted that up and installed to disk. But, as one > might expect, gnome-boxes only knew about the Live VM, and each time I > would boot it up, it would boot

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 04:30:03 + (UTC) "Amadeus W.M." wrote: > Third, I was only able to find a Fedora-21-Live image and I created a > virtual box from it, booted that up and installed to disk. But, as > one might expect, gnome-boxes only knew about the Live VM, and each > time I would boot it

Re: gcc 4.9

2016-08-01 Thread stan
On Mon, 1 Aug 2016 04:30:03 + (UTC) "Amadeus W.M." wrote: [snip] > Unfortunately nothing worked. > > > In the cuda distribution there is a host_config.h file which contains > the following lines: > > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) > > #error -- unsupported GNU v

Re: gcc 4.9

2016-08-01 Thread poma
On 01.08.2016 06:30, Amadeus W.M. wrote: [...] > In the cuda distribution there is a host_config.h file which contains the > following lines: > > #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 9) > > #error -- unsupported GNU version! gcc versions later than 4.9 are not > supported! >

Re: gcc 4.9

2016-07-31 Thread Amadeus W.M.
On Sun, 31 Jul 2016 11:32:03 -0700, stan wrote: > On Sun, 31 Jul 2016 11:06:18 -0700 stan > wrote: > >> On Sun, 31 Jul 2016 17:24:16 + (UTC) "Amadeus W.M." >> wrote: >> >> > On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: >> > >> > > IIRC the cuda installer lets you override the

Re: gcc 4.9

2016-07-31 Thread Matthew Saltzman
On Sun, 2016-07-31 at 11:32 -0700, stan wrote: > On Sun, 31 Jul 2016 11:06:18 -0700 > stan wrote: > > > > > On Sun, 31 Jul 2016 17:24:16 + (UTC) > > "Amadeus W.M." wrote: > > > > > > > > On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: > > >    > > > > > > > > IIRC the cuda instal

Re: gcc 4.9

2016-07-31 Thread stan
On Sun, 31 Jul 2016 11:06:18 -0700 stan wrote: > On Sun, 31 Jul 2016 17:24:16 + (UTC) > "Amadeus W.M." wrote: > > > On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: > > > > > IIRC the cuda installer lets you override the check for the gcc > > > version (try running the installer "

Re: gcc 4.9

2016-07-31 Thread stan
On Sun, 31 Jul 2016 17:24:16 + (UTC) "Amadeus W.M." wrote: > On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: > > > IIRC the cuda installer lets you override the check for the gcc > > version (try running the installer ".run" file with the "--help" > > option). > > > > > > Note that

Re: gcc 4.9

2016-07-31 Thread Amadeus W.M.
On Sun, 31 Jul 2016 16:36:10 +, Rick Stevens wrote: > IIRC the cuda installer lets you override the check for the gcc version > (try running the installer ".run" file with the "--help" option). > > > Note that overrides the gcc check during installation--there's no > guarantee that compilati

Re: gcc 4.9

2016-07-31 Thread Rick Stevens
IIRC the cuda installer lets you override the check for the gcc version (try running the installer ".run" file with the "--help" option). Note that overrides the gcc check during installation--there's no guarantee that compilations will work. Cuda uses certain gcc flags that may be deprecated