[GRASS-dev] Problems in compiling r.gwflow and r3.gwflow on Mac intel

I tried to compile yesterday’s CVS download and the new r.gwflow and r3.gwflow wouldn’t compile on my Intel Mac (OS X 10.4.8). I problems with undefined symbols. I’m ignorant of what this means, but want to get it reported.

Michael


Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

======== compiler errors

cmb-MBP:~/grass_dev/grass6/raster/r.gwflow cmbarton$ make
gcc -L/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/lib -DPACKAGE="“grassmods”" -o /Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/bin/r.gwflow OBJ.i686-apple-darwin8.8.2/main.o -lgrass_gis -lgrass_datetime -lz -lz
/usr/bin/ld: Undefined symbols:
_N_alloc_geom_data
_N_alloc_gwflow_data2d
_N_alloc_les_callback_2d
_N_assemble_les_2d
_N_callback_gwflow_2d
_N_free_gwflow_data2d
_N_free_les
_N_get_array_2d_value_dcell
_N_put_array_2d_value_dcell
_N_set_les_callback_2d_func
_N_solver_bicgstab
_N_solver_cg
_N_solver_gauss
_N_solver_lu
collect2: ld returned 1 exit status
make: *** [/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/bin/r.gwflow] Error 1

cmb-MBP:~/grass_dev/grass6/raster3d cmbarton$ cd r3.gwflow
cmb-MBP:~/grass_dev/grass6/raster3d/r3.gwflow cmbarton$ make
gcc -L/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/lib -DPACKAGE="“grassmods”" -o /Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/bin/r3.gwflow OBJ.i686-apple-darwin8.8.2/main.o -lgrass_g3d -lgrass_gis -lgrass_datetime -lz -lgrass_gis -lgrass_datetime -lz -lz
/usr/bin/ld: Undefined symbols:
_N_alloc_geom_data
_N_alloc_gwflow_data3d
_N_alloc_les_callback_3d
_N_assemble_les_3d
_N_callback_gwflow_3d
_N_free_gwflow_data3d
_N_free_les
_N_get_array_3d_value_double
_N_put_array_3d_value_double
_N_set_les_callback_3d_func
_N_solver_bicgstab
_N_solver_cg
_N_solver_gauss
_N_solver_lu
collect2: ld returned 1 exit status
make: *** [/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.8.2/bin/r3.gwflow] Error 1
cmb-MBP:~/grass_dev/grass6/raster3d/r3.gwflow cmbarton$