[MOAB-dev] MOAB on OS X

Jason Kraftcheck kraftche at cae.wisc.edu
Tue May 11 18:03:57 CDT 2010


Steve Jackson wrote:
>> gcc -o point_in_elem point_in_elem.o  ../../src/.libs/libMOAB.a
> 

That isn't what I see in the output files you attached:

CC -Wall -pipe -O2 -DNDEBUG -o point_in_elem point_in_elem.o \
    -Wl,-bind_at_load  ../../src/.libs/libMOAB.a -lm

Note that it is 'CC', not 'cc'.  What is 'CC' on your system?  Is it not a
symlink to g++?  What happens if you configure with CXX=g++?

- jason



More information about the moab-dev mailing list