sahrk / DGGRID

A command-line application that generates and manipulates icosahedral discrete global grids.
GNU Affero General Public License v3.0
78 stars 26 forks source link

multiple definitions of main #1

Closed brayeofsunshine closed 4 years ago

brayeofsunshine commented 5 years ago

I recently downloaded version 7.0 from here, and am running into some issues running the makefile for the dggrid command. When I run the make command, I get the error "multiple definition of 'main'" and then undefined reference errors for all the other files. I am using a conda environment and used conda install for the gdal files, am unsure if that could be causing any issues. Any help is appreciated!

sahrk commented 5 years ago

@brayeofsunshine can you post or email the complete output from make? Please do make clean; make &> make.out and send me the make.out file.