SYNOPSIS
ff-c++ [OPTIONS] FILE 'LDFLAGS' 'CPPFLAGS' The following extensions cpp,cp,cxx,c,f,F may be dropped in FILE.DESCRIPTION
Compile FILE with freefem+ library with additionnal LDFLAGS and CPPFLAGS options
Mandatory arguments to long options are mandatory for short options too.
- -auto build automatically the dependence
- -n do nothing just print
- -g compile with -g option
- -c compile only
- -mpi with mpi
- -O* compile with -O* option
- -cygwin compile for cygwin/win32 OS (Window XP, ...)
- -win32 compile for win32 OS (Window XP, ...) default under cygwin
- -l files add files to the ld process (link)
- -I dir add dir in include search dir for compilation
- -b dir to change the default install dir
- -dll file add dll and this file copy in the install dir
- -o outputfile without suffix
This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has detailed documentation in the manual; see below.