On Nov 20, 2012, at 4:10 PM, Vikram Garg <simulation...@gmail.com> wrote:

> That seems to work, almost. I am getting some errors regarding some local 
> files that I had added,
> 
>  CXXLD  meshtool
> ./.libs/libmesh.so: undefined reference to `vtable for 
> libMesh::NoSolutionHistory'
> collect2: ld returned 1 exit status
> make[1]: *** [meshtool] Error 1
> make[1]: Leaving directory `/home/vikramvg/libmesh'
> make: *** [all-recursive] Error 1
> 
> Thanks.

No problem.

>From the CHANGES:

0.8.0 -> 0.9.0
  * automake build system
    libMesh-specific implementation features:
    source and header files must be listed explicitly.
    When adding a header file,
      1.) svn add the file
      2.) cd include ; ./rebuild_include_HEADERS.sh
      3.) cd include/libmesh ; ./rebuild_makefile.sh
    When adding a soure file,
      1.) svn add the file
      2.) cd src ; ./rebuild_libmesh_la_SOURCES.sh

    General notes:
      o make install && make installcheck
        installs the built library & performs sanity checking
      o make distcheck
        packages up a tarball and tests it for self-sufficiency.
        always do this when modifying the build system.

Automake will not accept wildcards for source files, so instead I've attempted 
to create those three scripts to automate the maintenance of the file list.

>From the looks of it, your new source file needs to get added to the file 
>src/libmesh_la_SOURCES, as well as any headers you added in their proper 
>places.  Those scripts attempt to do just that for you.

-Ben


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to