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_f0
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 w
I think I had some Mingw compilers ahead of cygwin
in my path when I did that configure. I tried it again and
it appears to have run to the end, even though I got quite a
few lines with "error" and it says "couldn't remove
conftest.exe ... busy". I'll send config.log if you want.
I am running make
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 Apr 27, 2015, at 2:17 PM, W
I am trying to be able to do Coarrays in Fortran and am
waiting for gfortran 5.1 in cygwin. In the meantime, I thought
I would try to build Openmpi and see if it might work with a
Mingw. Configure failed and the ^M looks strange to me and
thought you all might want to see it. Here is a little piece