dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #00901
cygwin and DOLFIN
Adding the compiler flag "-U__STRICT_ANSI__", DOLFIN compiles and runs without
problems under cygwin if curses is disabled. I don't really understand why this
is needed when the flag "-ansi" is already used.
I've used gcc 3.3.3 under cygwin. gcc 3.4.4 under cygwin (the current version)
seems to have problems with its own libraries which won't allow compilation with
"-Wall".
Also, given that /src/demo/poisson is the recommended "starting" point , I think
that it would be a good idea not to use curses in it.
Garth
Follow ups