Hello,

I'm trying to install libMesh on my Linux system and I'm getting an error
when running make. It seemed to configure without any issues so I'm not
sure why this is happening. I've attached my config.log just in case anyone
would care to look at it. When I run make I receive the following error:

  CXX      src/apps/solution_components_dbg-solution_components.o
  CXX      src/apps/splitter_dbg-splitter.o
  CXXLD    libmesh_dbg.la
  CXXLD    libmesh_opt.la
  CXXLD    fparser_parse-opt
  CXXLD    getpot_parse-opt
  CXXLD    amr-opt
./.libs/libmesh_opt.so: undefined reference to `nc_def_var_deflate'
collect2: error: ld returned 1 exit status
Makefile:11037: recipe for target 'getpot_parse-opt' failed
make[1]: *** [getpot_parse-opt] Error 1
make[1]: *** Waiting for unfinished jobs....
./.libs/libmesh_opt.so: undefined reference to `nc_def_var_deflate'
collect2: error: ld returned 1 exit status
Makefile:10959: recipe for target 'amr-opt' failed
make[1]: *** [amr-opt] Error 1
./.libs/libmesh_opt.so: undefined reference to `nc_def_var_deflate'
collect2: error: ld returned 1 exit status
Makefile:11019: recipe for target 'fparser_parse-opt' failed
make[1]: *** [fparser_parse-opt] Error 1
make[1]: Leaving directory '/home/braden/Codes/libmesh'
Makefile:29211: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Any ideas on how to fix this?

Thanks,
Braden Frigoletto
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to