﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
481	Shared library build is broken with glpk	amluto	Alpar Juttner	"If I configure with:
{{{
cmake .. -DBUILD_SHARED_LIBS:BOOL=ON -DLEMON_ENABLE_GLPK=YES
}}}
then the build fails with lots of errors about undefined glp_ symbols.

The library link line is missing -lglpk.  I'd submit a patch, but my cmake-foo isn't very good.

Running:
{{{
LDFLAGS=-lglpk cmake .. -DBUILD_SHARED_LIBS:BOOL=ON -DLEMON_ENABLE_GLPK=YES
}}}

works around the problem, but that's gross."	defect	closed	major	LEMON 1.4 release	core	hg main	fixed			
