Installation on OSX 10.8

Discussion about building and installing Elmer
Post Reply
sid
Posts: 1
Joined: 21 Feb 2014, 10:36
Antispam: Yes

Installation on OSX 10.8

Post by sid »

Hello,

has anyone successfully installed Elmer on OSX 10.8? I am using the following environment variables

export CC=gcc
export CXX=g++
export FC=gfortran
export F77=gfortran
export FCPPFLAGS=-ansi

and have replaced -soname with -install_name in fem/src/Makefile.in as suggested in previous posts. I can compile everything except fem, which fails at the linking stage with the following error:

Undefined symbols for architecture x86_64:
"___gxx_personality_v0", referenced from:
Dwarf Exception Unwind Info (__eh_frame) in libviewaxis.a(viewfact.o)

I am using gcc44. I am certainly not an expert at this sort of thing, so any suggestions would be most welcome.

Sid
Post Reply