> I can not compile the new glpk version (4.32). > I am working in windows 2000 with MINGW(gcc) compiler. > I get the following error:
> gcc.exe -I. -DHAVE_CONFIG_H -O2 -I../include -o ..\src\glpapi01.o > -c ..\src\glpapi01.c > In file included from ../include/glpdmp.h:27, > from ../include/glpavl.h:27, > from ../include/glpapi.h:27, > from ../include/glpios.h:30, > from ../src/glpapi01.c:24: > ../include/glplib.h:28:20: config.h: No such file or directory > make: *** [..\src\glpapi01.o] Error 1 > Do you help me? You should configure the package before, i.e. run the configure script, which will create 'config.h'. I am not sure whether mingw supports that, so you can just rename 'config.h.in' to 'config.h' and then run 'make'. Alternatively you may use cygwin, or build the package with some windows-native compilers; see directory 'w32'. PS: Please do not cc your messages to [EMAIL PROTECTED] . _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
