´make´ error
Added by Helio Camargo about 10 years ago
Hello,
I´m trying to compile cdo-1.1.6 under GNU/Linux and havinf the following error message:
make2: Entering directory `/home/mdata/helio/cdo-1.6.6/src'
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../libcdi/src -g -O2 -fopenmp -MT cdo-remap_distwgt_scrip.o -MD -MP -MF .deps/cdo-remap_distwgt_scrip.Tpo -c -o cdo-remap_distwgt_scrip.o `test -f 'remap_distwgt_scrip.c' || echo './'`remap_distwgt_scrip.c
remap_distwgt_scrip.c: In function ‘scrip_remap_weights_distwgt’:
remap_distwgt_scrip.c:571: error: ‘’ not specified in enclosing parallel
remap_distwgt_scrip.c:493: error: enclosing parallel
make2: * [cdo-remap_distwgt_scrip.o] Error 1
make2: Leaving directory `/home/mdata/helio/cdo-1.6.6/src'
make1: [all] Error 2
make1: Leaving directory `/home/mdata/helio/cdo-1.6.6/src'
make: ** [all-recursive] Error 1
Any hints on what is going on?
Cheers
Replies (1)
RE: ´make´ error - Added by Ralf Mueller about 10 years ago
I could not reproduce this error with gcc and you CFLAGS setting. I tried clang as an alternative, but did get any error, too.
- What gcc version do you use?
- What shell do you use?
regards
ralf