gfortran -D_UF -O3 -c r_vector.c
In file included from r_vector.c:3:0:
r_vector.h:6:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.
make: *** [r_vector.o] Error 1
Can anyone offer any advice on what to do? I have exhausted Googling/trial and error...
Thanks.
--
You received this message because you are subscribed to the Google Groups "MODFLOW Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modflow+unsubscribe@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at https://groups.google.com/group/modflow.
For more options, visit https://groups.google.com/d/optout.
On 18 December 2016 at 18:20, Christian Langevin <clan...@gmail.com> wrote:
Nathan,I suggest that you take a look at pymake (https://github.com/modflowpy/pymake). Pymake is a python package for compiling MODFLOW. The github site also has some scripts available for downloading and building different flavors of MODFLOW.-Chris Langevin
On Saturday, December 17, 2016 at 10:42:45 PM UTC-5, Nathan Barber wrote:I am attempting to install mf2005v1_11_00_unix.zip and am getting the following error when trying to compile the src via the make command...gfortran -D_UF -O3 -c r_vector.c
In file included from r_vector.c:3:0:
r_vector.h:6:20: fatal error: stdlib.h: No such file or directory
#include <stdlib.h>
^
compilation terminated.
make: *** [r_vector.o] Error 1
Can anyone offer any advice on what to do? I have exhausted Googling/trial and error...
Thanks.
--
You received this message because you are subscribed to the Google Groups "MODFLOW Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to modflow+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to modflow+unsubscribe@googlegroups.com.
To post to this group, send email to mod...@googlegroups.com.
Visit this group at https://groups.google.com/group/modflow.
For more options, visit https://groups.google.com/d/optout.