Re: Can't build on Mavericks (different issue)

2014-03-28 Thread Andi Vajda
> On Mar 28, 2014, at 5:58, Mike McCormick wrote: > > Hi folks, > > I am trying to build jcc to install JModelica. The linking process dies: > > building 'jcc' extension > gcc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments > -dynamiclib -D_jcc_lib -DJCC_VER="2.19" > -I

Re: Can't build on Mavericks (different issue)

2014-03-28 Thread Mike McCormick
Hi! > It is most deterministic to set the variables controlling which version of > everything is used. It us also important to use the same compiler (gcc vs > clang) that was used to build your version of python. Got it. I’m using the stock compiler with Xcode 5.1 (Clang) and the stock Python

Re: Can't build on Mavericks (different issue)

2014-03-28 Thread Mike McCormick
Andi, I was able to compile by installing apple-gcc42 from Homebrew and applying the appropriate symlinks to bypass Apple’s compiler. It’s a stopgap, but it allows me to proceed. Mike