Re: [Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-26 Thread John Staples
Greetings, I reinstalled CYGWIN64 making sure to not ask for any of the cygwin native compilers. This seems to have resolved the previous "compiler contamination" issue. Thank you for that. Now it looks like the problem has to do with an unresolved reference within FLTK. Any suggestions will be

Re: [Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-24 Thread John Staples
Thank you for the advice to use the -DCMAKE_CXX_COMPILER=/usr/bin/x86_64-w64-mingw32-g++.exe option on the cmake command line. Your help is very much appreciated. I am now stumbling on something that may be simple: how to specify the path to the linker libraries? I am guessing -Dlink_directories(

Re: [Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-24 Thread Christophe Geuzaine
> On 24 Feb 2018, at 17:09, John Staples wrote: > > Thank you for the advice to use the > -DCMAKE_CXX_COMPILER=/usr/bin/x86_64-w64-mingw32-g++.exe option on the cmake > command line. Your help is very much appreciated. > > I am now stumbling on something that may be simple: how to specify

Re: [Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-22 Thread Christophe Geuzaine
> On 19 Feb 2018, at 04:20, John Staples wrote: > > Greetings All, > > Thank you for any help with the following: > > On Windows10, I've successfully installed CYGWIN 64bit shell > (https://cygwin.com/install.html ) with > FLTK, OPENGL, BLAS, LAPACK, etc..

[Gmsh] "CMAKE" SUCCEEDS but "MAKE" FAILS for GMSH 3.0.7 (and earlier versions) with MinGW compiler toolchain (gcc 6.4.0) using CYGWIN

2018-02-18 Thread John Staples
Greetings All, Thank you for any help with the following: On Windows10, I've successfully installed CYGWIN 64bit shell ( https://cygwin.com/install.html) with FLTK, OPENGL, BLAS, LAPACK, etc.. (everything but OCC for now) Make doesn't build - aborts with errors, ‘usleep’ was not declared in th