[cgma-dev] Finding ACIS in Cubit

Jed Brown jed at 59A2.org
Mon Oct 19 13:27:22 CDT 2009


Jason Kraftcheck wrote:
> Next guess:
> 
> The configure script is calling 'CC' rather than 'g++'.  Is that something
> other than g++?
>   ls -l `which CC`
>   which g++

Haha, good catch.  CC is the sunstudio compiler that I rarely use and
certainly does have a different ABI:

                 U __1cPAcisQdDueryEngineJinstance__

After fixing my CC, the build completes (very quickly) with no errors,
but make check gives me this:

libtool: link: g++ -Wall -pipe -pedantic -g -Wno-long-long -o .libs/chaman chaman-chaman.o  -L/home/jed/usr/cubit-20091014/bin ./.libs/libiGeom.so /home/jed/build/cgm/bacis/.libs/libcgm.so -lcubiti19 -lm -Wl,-rpath -Wl,/home/jed/usr/lib -Wl,-rpath -Wl,/home/jed/usr/cubit-20091014/bin
/usr/bin/ld: warning: libstdc++.so.5, needed by /home/jed/usr/cubit-20091014/bin/libcubiti19.so, may conflict with libstdc++.so.6
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::fire_ray(Body*, CubitVector, CubitVector, DLIList<double>&, DLIList<RefEntity*>*)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::reflect(BasicTopologyEntity*, CubitVector const&, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::translate(BasicTopologyEntity*, CubitVector const&, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryModifyTool::sphere(double)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::rotate(Body*, CubitVector const&, double, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::scale(Body*, CubitVector const&, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::read_geometry_file(char const*, char const*, char const*)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::reflect(DLIList<Body*>, CubitVector const&)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::translate(Body*, CubitVector const&, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::scale(BasicTopologyEntity*, CubitVector const&, bool)'
./.libs/libiGeom.so: undefined reference to `GeometryQueryTool::rotate(BasicTopologyEntity*, CubitVector const&, double, bool)'
collect2: ld returned 1 exit status

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mcs.anl.gov/pipermail/cgma-dev/attachments/20091019/5ab31e38/attachment.pgp>


More information about the cgma-dev mailing list