[Getdp] Problem with cygwin installed getdp on windows

Lars Rindorf lhr at com.dtu.dk
Mon Feb 4 21:38:52 CET 2008


Dear all
 
I have chosen to compile getdp from the source using cygwin on my xp system. Cygwin has the necessary packages, including gsl. The compiled getdp works fine except for a freak error. I can not use 0-forms. All other forms work fine. If I try to use the 0 form the commando prompt freezes with no error code. The Getdp and gmesh windows still work fine. If the 0-form is changed to e.g. a Form1P, everything works as usual. The same is valid if I try to evaluate a scalar function on a line. I know it may difficult for you to explain this error if you can not reproduce it yourself, but do you have any ideas where to look for the error? The installation is as follows below (+ the config.status and config.log are attached):
 
Does anyone knows what is the problem?
 
Thanks! Lars
 
Output:
$  ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to run the C preprocessor... gcc -mno-cygwin -E
checking for ranlib... ranlib
checking for ar... /usr/bin/ar
checking for main in -lm... yes
checking for dasum in -lblas... yes
checking for dbdsqr in -llapack... yes
checking for main in -lgslcblas... yes
checking for main in -lgsl... yes
configure: creating ./config.status
config.status: creating variables
********************************************************************
GetDP is configured for
- OS               : CYGWIN_NT-5.1-no-cygwin
- C compiler       : gcc -mno-cygwin -g -O2  -DHAVE_BLAS_LAPACK -DHAVE_ARPACK -DHAVE_GSL
- Fortran compiler : g77 -mno-cygwin -g -O2
- Linker           : g77 -mno-cygwin
- Solver           : -DHAVE_SPARSKIT -DHAVE_ILU_FLOAT
********************************************************************
To fine-tune the configuration, edit the 'variables' file
********************************************************************
$ make
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Main'
make[1]: `../lib/libMain.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Main'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Parser'
make[1]: `../lib/libParser.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Parser'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Post'
make[1]: `../lib/libPost.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Post'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Function'
make[1]: `../lib/libFunction.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Function'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Integration'
make[1]: `../lib/libIntegration.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Integration'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/GeoData'
make[1]: `../lib/libGeoData.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/GeoData'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/DofData'
make[1]: `../lib/libDofData.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/DofData'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Numeric'
make[1]: `../lib/libNumeric.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Numeric'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/DataStr'
make[1]: `../lib/libDataStr.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/DataStr'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/FMM'
make[1]: `../lib/libFMM.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/FMM'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Sparskit'
make[1]: `../lib/libSparskit.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Sparskit'
make[1]: Entering directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Arpack'
make[1]: `../lib/libArpack.a' is up to date.
make[1]: Leaving directory `/cygdrive/c/Documents and Settings/lhr/My Documents/getPD/source2/getdp-1.2.1/Arpack'
g77 -mno-cygwin -o bin/getdp -Llib -lMain -lParser -lPost -lFunction -lIntegration -lGeoData -lDofData -lNumeric -lSparskit -lDataStr -lFMM -lArpack -llapack -lblas -lwsock32 -lgsl -lgslcblas -lm

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config.status
URL: <http://www.geuz.org/pipermail/getdp/attachments/20080204/75962b8b/attachment.status>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.log
Type: application/octet-stream
Size: 12675 bytes
Desc: config.log
URL: <http://www.geuz.org/pipermail/getdp/attachments/20080204/75962b8b/attachment.log>