[MOAB-dev] MOAB on OS X

Jason Kraftcheck kraftche at cae.wisc.edu
Tue May 11 18:12:49 CDT 2010


Jason Kraftcheck wrote:
> 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++?
> 

I think I see the misunderstanding.  The 'CC' in the above command is the
actual 'CC' command, not the value of the variable $CC.  'CC' is typically
the default C++ compiler on most systems.  On linux systems it is usually a
symlink to g++.

- jason


More information about the moab-dev mailing list