compile one or more *.cpp files into a shared library ERROR: Unknown option –description. Use –help for help.
Compile one or more *.cpp files into a shared library. Usage: plumed mklib [options] files1.cpp [file2.cpp ...] Options: -h, --help Print this help and exit -o LIBNAME, --out LIBNAME Name of the output library. If missing, the name of the first input file will me used, with its suffix properly adjusted. -n No-clobber mode, similar to `mv -n`. Does not overwrite an existing library. If the library exists when the command is started, skip also the compilation phase. Environment variables: PLUMED_MKLIB_CFLAGS Extra compile time flags to be used PLUMED_MKLIB_LDFLAGS Extra link time flags (and libraries) to be used