Re: Build 0.23 gcc Version

2015-07-27 Thread James Peach
> On Jul 24, 2015, at 3:57 PM, Michael Park wrote: > > Hi John, > > I would first suggest trying CC="gcc" CXX="g++" ../configure, and if that > works, try to find out what which cc and which c++ return and find out what > they symlink to. > I believe autotools uses cc and c++ rather than gcc

Re: Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-27 Thread haosdent
Does nginx could satisfy your requirement? You requests to nginx, and nginx reverse proxy the mesos master. On Mon, Jul 27, 2015 at 8:50 PM, sujz <43183...@qq.com> wrote: > Hi, all, > > I want to run mesos master/slave/framework in private IP, and exhibit > mesos cluster status with a new public

Is it possible to run mesos master/slave in private IP and exhibit mesos cluster status with public IP?

2015-07-27 Thread sujz
Hi, all, I want to run mesos master/slave/framework in private IP, and exhibit mesos cluster status with a new public IP, this way can enhance safe and privacy protection of enterprise internal datacenter network. After reading through the code, unfortunately, I didn't find where mesos-master

Re: Build 0.23 gcc Version

2015-07-27 Thread John Omernik
Ha, well apt-get remove gcc did not work. Now gcc gives me a not found error (even after apt-get remove gcc-4.8 and apt-get install gcc-4.8) and now my gcc --version is stuck at 4.6.3 even after apt-get remove gcc-4.8 and apt-get install gcc-4.8. Odd. On Mon, Jul 27, 2015 at 7:09 AM, John Omern

Re: Build 0.23 gcc Version

2015-07-27 Thread John Omernik
Output below with the version and the command I ran Basically I had the standard gcc installed and I added PPA for gcc 4.8 and did apt-get install. This likely left the supported official gcc there. I am a little "fresh" when it comes to dealing with this stuff, is it as simple as apt-get remove