Hello Katja, > CC=bgcc_r CFLAGS="-O3" ./configure If you run ./configure --help it asks you to put your environment variables after ./configure:
Usage: ./configure [OPTION]... [VAR=VALUE]... The current version of glpk is 4.44. You can download the source with wget ftp://ftp.gnu.org/gnu/glpk/glpk-4.44.tar.gz Best regards Xypron -------- Original-Nachricht -------- > Datum: Fri, 1 Oct 2010 18:45:14 +0400 > Betreff: [Help-glpk] Compiling GLPK with IBM XL compiler on Blue Gene/P > system > Hello! > I tried to compile glpk-4.37 with IBM XL compiler on Blue Gene/P system. I > configured and installed the library with these commands: > CC=bgcc_r CFLAGS="-O3" ./configure > make clean > make prefix=/home/kaelin/glpk install > > I got some warnings and errors: > bgcc_r: 1501-218 (W) file libglpk.so.0 contains an incorrect file suffix > bgcc_r: 1501-228 (W) input file libglpk.so.0 not found > bgcc_r: 1501-218 (W) file .libs/libglpk.ver contains an incorrect file > suffix > exec: > export(export,XL_CONFIG=/etc/opt/ibmcmp/vac/bg/9.0/vac.cfg:bgcc_r,NULL) > unlink: /tmp/xlcW07xtubp > unlink: /tmp/xlcW1OfpzeE > unlink: /tmp/xlcW2DBRfhT > make[1]: *** [libglpk.la] Ошибка 252 > make[1]: Leaving directory `/fchome/kaelin/glpk-4.37/src' > make: *** [install-recursive] Ошибка 1 > > When I configured the library with default settings (gcc compiler), it > linked without errors. > What have I done wrong? > > > > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
