Hi, Iulian:<br><br>Did you successfully build occ653 with patches?<br><br>Your change look ok to me (I don't see it makes difference though, because I built from scratch using the old version and it works) except the last line<br>
AM_LDFLAGS += -lcubit_facetbool -L../facetbool<br><br>my understanding is that -L is to give the facetbool library path, so unless your libfacetbool.so is stored in ../facetbool directory. It can also be given under LD_LIBRARY_PATH, so double check there to see if it's already included.<br>
<br>Good luck!<br><br>Jane<br><br><div class="gmail_quote">On Thu, Oct 11, 2012 at 6:10 PM,  <span dir="ltr"><<a href="mailto:iulian@mcs.anl.gov" target="_blank">iulian@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: iulian<br>
Date: 2012-10-11 18:10:10 -0500 (Thu, 11 Oct 2012)<br>
New Revision: 5789<br>
<br>
Modified:<br>
   cgm/trunk/geom/Makefile.am<br>
   cgm/trunk/geom/facet/Makefile.am<br>
Log:<br>
some fixes: facetbool needs to be build before facet, and<br>
facet depends on facetbool<br>
make check still does not pass for me :(<br>
Jane, are these correct?<br>
<br>
<br>
<br>
Modified: cgm/trunk/geom/Makefile.am<br>
===================================================================<br>
--- cgm/trunk/geom/Makefile.am  2012-10-11 19:41:14 UTC (rev 5788)<br>
+++ cgm/trunk/geom/Makefile.am  2012-10-11 23:10:10 UTC (rev 5789)<br>
@@ -4,7 +4,7 @@<br>
 # Subdirectories<br>
 # The values checked are defined in AM_CONDITIONAL statements<br>
 # in <a href="http://configure.in" target="_blank">configure.in</a><br>
-SUBDIRS = . Cholla facet facetbool virtual<br>
+SUBDIRS = . Cholla facetbool facet virtual<br>
 if build_ACIS<br>
   SUBDIRS += ACIS<br>
 endif<br>
<br>
Modified: cgm/trunk/geom/facet/Makefile.am<br>
===================================================================<br>
--- cgm/trunk/geom/facet/Makefile.am    2012-10-11 19:41:14 UTC (rev 5788)<br>
+++ cgm/trunk/geom/facet/Makefile.am    2012-10-11 23:10:10 UTC (rev 5789)<br>
@@ -6,7 +6,7 @@<br>
 # The name of the library to build<br>
 lib_LTLIBRARIES = <a href="http://libcubit_facet.la" target="_blank">libcubit_facet.la</a><br>
<br>
-AM_LDFLAGS += -lcubit_facetbool<br>
+AM_LDFLAGS += -lcubit_facetbool -L../facetbool<br>
<br>
 # The directory where headers will be installed<br>
 libcubit_facet_la_includedir = $(includedir)<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Jane Hu<br>
<br>
Asst. Researcher<br>
Dept. of Engineering Physics<br>
UW @ Madison<br>
<br>
"And we know that for those who love God, that is, for those who are 
called according to his purpose, all things are working together for 
good." (Romans 8:28)<br>