[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-1.6.0 build problem on Solaris 2.8 Intel
From: |
Thien-Thi Nguyen |
Subject: |
Re: guile-1.6.0 build problem on Solaris 2.8 Intel |
Date: |
Tue, 12 Nov 2002 10:32:50 -0800 |
From: Anant Tamgole <address@hidden>
Date: Tue, 12 Nov 2002 10:06:02 -0800 (PST)
make[1]: Entering directory `/home/downloads/guile-1.4.1.92/ice-9'
test -d boot-9 || mkdir boot-9
sed -f ./../scripts/config-status-vars.sed \
-f ./make-gbi.sed \
../config.status > GBIFRAG
Label too long: /^...libdir /b pkgguile
thanks for the bug report. according to the sedfaq section 6.6.5, bsd
sed limits labels to 8 chars, which " pkgguile" (note space) violates.
are you on a bsd box? if you remove the space between the "b" and the
"pkgguile" in ice-9/Makefile, does that fix the problem?
thi