[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-glpk] Re: [Help-glpk] glp_ios_del_row
From: |
Andrew Makhorin |
Subject: |
[Bug-glpk] Re: [Help-glpk] glp_ios_del_row |
Date: |
Sat, 26 Jun 2010 00:34:59 +0400 |
> Please do me a favour and look at glp_ios_del_row.
> When I attempt to compile test.cpp the linker generates the following
> error:
> Error: Unresolved external '_glp_ios_del_row' referenced from
> C:\NIGEL\R\BUILD\TEST.OBJ
> I think glp_ios_del_row is the only procedure I have a problem with.
> I expect the extern "c" modifier is faulty somewhere.
It is a bug. Glp_ios_del_row is placed in src/glpapi13.c which is
missing in Makefile. Please add glpapi13.c to libglpk_la_SOURCES list
in src/Makefile.am and then rebuild the package. Note that you need
to have the gnu autotools installed. Thanks.
Andrew Makhorin
- [Bug-glpk] Re: [Help-glpk] glp_ios_del_row,
Andrew Makhorin <=