This is the end of "make all install". I understand this "all-recursive"
thing
is a problem with a GNU compiler. Is there a way around this? I can save
the whole response to the make script and submit it if you want it, but I
assume this is something known.

  PPFC     profile/pfile_write_shared_f08.lo
  PPFC     profile/pregister_datarep_f08.lo
  CC       constants.lo
In file included from ../../../../opal/include/opal_config_bottom.h:256:0,
                 from ../../../../opal/include/opal_config.h:2797,
                 from ../../../../ompi/include/ompi_config.h:27,
                 from constants.c:10:
/usr/lib/gcc/x86_64-pc-cygwin/4.9.2/include/stdint.h:9:26: fatal error:
stdint.h
: No such file or directory
 # include_next <stdint.h>
                          ^
compilation terminated.
Makefile:4194: recipe for target 'constants.lo' failed
make[2]: *** [constants.lo] Error 1
make[2]: Leaving directory
'/cygdrive/c/walt/Software/Openmpi/openmpi-1.8.4/ompi
/mpi/fortran/use-mpi-f08'
Makefile:3126: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/cygdrive/c/walt/Software/Openmpi/openmpi-1.8.4/ompi
'
Makefile:1686: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

On Mon, Apr 27, 2015 at 1:12 PM, Marco Atzeri <marco.atz...@gmail.com>
wrote:

> On 4/27/2015 8:54 PM, Jeff Squyres (jsquyres) wrote:
>
>> Marco --
>>
>> Have you run into this?
>>
>> The m4 line in question that seems to be the problem is:
>>
>>      [AS_VAR_SET(type_var, [`cat conftestval`])]
>>
>> Does `cat foo` in cygwin result in a ^M in the resulting shell string?
>> If so, is there a standard way to get rid of it?
>>
>>
> On cygwin it works fine:
>
> configure:33436: checking size of Fortran CHARACTER
> configure:33504: gcc -std=gnu99 -DNDEBUG -ggdb -O2 -pipe
> -Wimplicit-function-dec
> laration
> -fdebug-prefix-map=/pub/devel/openmpi/openmpi-1.8.5rc3-1.x86_64/build=/
> usr/src/debug/openmpi-1.8.5rc3-1
> -fdebug-prefix-map=/pub/devel/openmpi/openmpi-1
> .8.5rc3-1.x86_64/src/openmpi-1.8.5rc3=/usr/src/debug/openmpi-1.8.5rc3-1
> -finline
> -functions -fno-strict-aliasing -fexceptions -I. -c conftest.c
> configure:33511: $? = 0
> configure:33521: gfortran -ggdb -O2 -pipe
> -fdebug-prefix-map=/pub/devel/openmpi/
> openmpi-1.8.5rc3-1.x86_64/build=/usr/src/debug/openmpi-1.8.5rc3-1
> -fdebug-prefix
>
> -map=/pub/devel/openmpi/openmpi-1.8.5rc3-1.x86_64/src/openmpi-1.8.5rc3=/usr/src/
> debug/openmpi-1.8.5rc3-1 -fexceptions  conftestf.f90 conftest.o -o
> conftest  -fe
> xceptions
> configure:33528: $? = 0
> configure:33572: ./conftest
> configure:33579: $? = 0
> configure:33595: result: 1
> configure:33618: checking for C type corresponding to CHARACTER
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post:
> http://www.open-mpi.org/community/lists/users/2015/04/26797.php
>



-- 
Walt Brainerd

Reply via email to