diff --git a/doc/Section_start.html b/doc/Section_start.html index 8977275e3c..2fb42855b8 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -142,13 +142,19 @@ gmake -f Makefile.list mac the file names in your src dir. The 2nd "make" command (make or gmake) will use it to build LAMMPS.

-

(2) Other errors typically occur because the low-level Makefile isn't +

(2) If you get an error that says something like 'identifier "atoll" +is undefined', then your machine does not support "long long" +integers, and you need to edit the src/lmptype.h file. There is a +comment in the file about what to do. Basically you replace +MPI_LONG_LONG with MPI_LONG and atoll with atol. +

+

(3) Other errors typically occur because the low-level Makefile isn't setup correctly for your machine. If your platform is named "foo", you will need to create a Makefile.foo in the MAKE sub-directory. Use whatever existing file is closest to your platform as a starting point. See the next section for more instructions.

-

(3) If you get a link-time error about missing libraries or missing +

(4) If you get a link-time error about missing libraries or missing dependencies, then it can be because: