﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
280	LDFLAGS environment variable kills build	Paul Price	robert.desonia@…	"The ""configure"" script fails when the LDFLAGS environment variable is set, due
to a missing space in the corresponding line in the src/Makefile:

price@mithrandir:/home/mithrandir/price/psLib4/psModule>setenv LDFLAGS
-L/usr/local/lib/
price@mithrandir:/home/mithrandir/price/psLib4/psModule>./configure
--with-psLib=/home/mithrandir/price/psLib4/psLib/
[...]
price@mithrandir:/home/mithrandir/price/psLib4/psModule>grep 'LDFLAGS ='
src/Makefile
LDFLAGS = -L/usr/local/lib/ -L/home/mithrandir/price/psLib4/psLib//lib
-L/usr/local/lib-L/usr/local/lib -lgsl -lgslcblas -lm


Note the missing space, which prevents the build from succeeding."	defect	closed	high		detrend	0.4.0	normal	fixed		dgm@…
