[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 05:15:56 +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.
Oops, it is present in Makefile at least in v.4.43 and v.4.44.
Try to rebuild the package; glp_ios_del_row must be there.