octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave 2.9.16 available for ftp -- build problems on freebsd/amd64


From: sam sirlin
Subject: Octave 2.9.16 available for ftp -- build problems on freebsd/amd64
Date: Sat, 03 Nov 2007 17:29:18 -0700
User-agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.8) Gecko/20071020 SeaMonkey/1.1.5

FYI,

Somehow 2.9.15 configured ok, but 2.9.16 does not

- I seem to need -lmetis in cholmod, so I had to modify configure.

- config.status does not work:
...
config.status: creating Makefile
sed: 3: ./confxQ2JMe/subs-1.sed: filename expected
config.status: creating octMakefile
sed: 3: ./confxQ2JMe/subs-1.sed: filename expected
...

Comparing config.status to 2.9.15 version, I see

# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then

cat >"$tmp/subs-1.sed" <<\CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
/^[     address@hidden@[     ]*$/{
r
d
}
/^[     address@hidden@[     ]*$/{
r Makefrag.bsd
d
}
...
but  2.9.15 has

# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then

cat >"$tmp/subs-1.sed" <<\CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
/^[     address@hidden@[     ]*$/{
r Makefrag.f77
d
}
/^[     address@hidden@[     ]*$/{
r Makefrag.bsd
d
}


I copied the Makefrag.f77 from 15, and added it into config.status (only the text "Makefrag.f77" was missing). Then config.status generates the files; now seems to be compiling ok...

As a test, I deleted the part for the Makefrag.f77, and that seems to work ok too...
e.g.

# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then

cat >"$tmp/subs-1.sed" <<\CEOF
/^[     address@hidden@[     ]*$/{
r Makefrag.bsd
d
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]