Re: [Libmesh-users] Build Error with gcc-4.8

2013-11-21 Thread John Peterson
On Thu, Nov 21, 2013 at 9:25 AM, Subramanya Sadasiva wrote: > Hi All, > i get the following error while building libmesh with the macports version of > gcc-4.8 on OSX 10.9 but only in the optimized version. The debug version > compiles without any trouble. Is tehre a work around for this? > > n

Re: [Libmesh-users] Build Error with gcc-4.8

2013-11-21 Thread Roy Stogner
On Thu, 21 Nov 2013, John Peterson wrote: > On Thu, Nov 21, 2013 at 9:25 AM, Subramanya Sadasiva > wrote: >> /usr/include/string.h:145:1: error: 'errno_t' does not name a type >> errno_t memset_s(void *, rsize_t, int, rsize_t) >> __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0) > > This look

[Libmesh-users] Build Error with gcc-4.8

2013-11-21 Thread Subramanya Sadasiva
Hi All, i get the following error while building libmesh with the macports version of gcc-4.8 on OSX 10.9 but only in the optimized version. The debug version compiles without any trouble. Is tehre a work around for this? n file included from /opt/local/include/gcc48/c++/cstring:42:0,

Re: [Libmesh-users] Build Error with gcc-4.8

2013-11-21 Thread subramanya sadasiva
Hi John, Your suggestion worked. Thanks, Subramanya > Date: Thu, 21 Nov 2013 11:22:16 -0600 > From: [email protected] > To: [email protected] > CC: [email protected]; [email protected] > Subject: Re: [Libmesh-users] Build Error with gcc-4.8 > &