#280 closed defect (fixed)
LDFLAGS environment variable kills build
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | detrend | Version: | 0.4.0 |
| Severity: | normal | Keywords: | |
| Cc: | dgm@… |
Description
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/psLiblib
-L/usr/local/lib-L/usr/local/lib -lgsl -lgslcblas -lm
Note the missing space, which prevents the build from succeeding.
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | configure.in added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Folded the configure.in fix in rel4. The tag is rel4_1, and the only change
from rel4_0 is this configure.in fix.
-rdd
comment:2 by , 21 years ago
| Keywords: | VERIFIED added |
|---|
comment:3 by , 21 years ago
| Keywords: | VERIFIED removed |
|---|
Since it is technically released via rel4_1, I'm closing this bug.

New configure.in