IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 21 years ago

Last modified 21 years ago

#280 closed defect (fixed)

LDFLAGS environment variable kills build

Reported by: Paul Price Owned by: robert.desonia@…
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)

configure.in (1.8 KB ) - added by robert.desonia@… 21 years ago.
New configure.in

Download all attachments as: .zip

Change History (4)

by robert.desonia@…, 21 years ago

Attachment: configure.in added

New configure.in

comment:1 by robert.desonia@…, 21 years ago

Resolution: fixed
Status: newclosed

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 Paul Price, 21 years ago

Keywords: VERIFIED added

comment:3 by robert.desonia@…, 21 years ago

Keywords: VERIFIED removed

Since it is technically released via rel4_1, I'm closing this bug.

Note: See TracTickets for help on using tickets.