[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] addition
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] addition |
Date: |
Fri, 16 May 2008 12:52:44 +0400 |
> /home1/usr2/my_name/gnu4.28/lib/libglpk.a(glplib08.o)(.text+0x1d1):
> In function `_glp_lib_xfopen #39;:
> /home/usr2/my_name/glpk-4.28/src/glplib08.c:496: undefined reference to
> `gzopen #39;
You need either to make zlib available to the linker passing it the
option '-lz', or rebuild glpk passing the option '--without-zlib' to
the glpk configure script.