> 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 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-glpk
