[MOAB-dev] Linker error in pointsearch.

Vijay S. Mahadevan vijay.m at gmail.com
Tue Jul 10 18:17:43 CDT 2012


I have temporarily commented out the offending parts in my local
version. I'll update when the nightlies run correctly. Thanks.

Vijay

On Tue, Jul 10, 2012 at 6:09 PM, Iulian Grindeanu <iulian at mcs.anl.gov> wrote:
> OK, thanks,
> Until we fix this, you should probably configure with --enable-mbcoupler
> only. What other tools do you need ? Some are defaulted, anyway.
> Iulian
> ________________________________
>
> I configured with —enable-tools. Perhaps it is pulling the pointsearch by
> default due to that.
>
> If it is experimental, it could be made an explicit option in configure for
> now rather than including it by default during configure. Just a thought.
>
> Vijay
>
> From: Iulian Grindeanu <iulian at mcs.anl.gov>
> Date: Tue, 10 Jul 2012 17:56:26 -0500 (CDT)
> To: Vijay Mahadevan <vijay.m at gmail.com>
> Cc: <moab-dev at mcs.anl.gov>, Ryan Lewis <rhl at cs.dartmouth.edu>
> Subject: Re: [MOAB-dev] Linker error in pointsearch.
>
> Are you enabling point search? Ryan is working at it, it should not get
> compiled by default.
> Or maybe it will get pulled with mbcoupler?
> can you configure with --disable-pointsearch?
> It should be off by default, though.
>
> Iulian
>
> ________________________________
>
> Hi,
>
> I just pulled the MOAB dev version and reconfigured/compiled. Make
> fails during the linker phase of one of the tools. Commands attached
> below.
>
>
> /bin/sh ../libtool --tag=CXX   --mode=link mpicxx  -Wall -pipe
> -pedantic -Wno-long-long -g  -L/usr/local/lib -L/opt/local/lib/vtk-5.8
> -L/usr/local/lib -lptscotch -lptscotcherrexit -lscotch -lscotcherrexit
>   -L/usr/local/lib   -o pointsearch point_search.o ../src/libMOAB.la
> ../itaps/imesh/libiMesh.la -lm
> libtool: link: mpicxx -Wall -pipe -pedantic -Wno-long-long -g -o
> .libs/pointsearch point_search.o -Wl,-bind_at_load  -L/usr/local/lib
> -L/opt/local/lib/vtk-5.8 ../src/.libs/libMOAB.0.0.0.dylib
> ../itaps/imesh/.libs/libiMesh.0.0.0.dylib
> /Users/mahadevan/source/moab-dev/src/.libs/libMOAB.0.0.0.dylib
> /usr/local/lib/libnetcdf.dylib /usr/local/lib/libhdf5.dylib -lz
> -lptscotch -lptscotcherrexit -lscotch -lscotcherrexit -lm
> Undefined symbols:
>   "_fail", referenced from:
>       _smalloc in point_search.o
>       _scalloc in point_search.o
>       _srealloc in point_search.o
>   "_tensor_i2", referenced from:
>       _findpt_eval_2 in point_search.o
>   "_tensor_i3", referenced from:
>       _findpt_eval_3 in point_search.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[3]: *** [pointsearch] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> If you need any other information, do let me know. Thanks.
>
> Vijay
>
>
>


More information about the moab-dev mailing list