On 3/17/06, Shappen Petter <[EMAIL PROTECTED]> wrote:
> checking system version (for dynamic loading)... ./configure: line 7338:
> syntax error near unexpected token `)'
> ./configure: line 7338: ` OSF*)'
> [EMAIL PROTECTED]:/mnt/lfs/sources/tcl8.4.9/unix$
Depending on the version of bash your host is using, this fix may help:
cd unix
cp -v configure{,.orig}
sed "s/relid'/relid/" configure.orig > configure
It's in the LFS development book. Could you do the following command
and reply with the output?
$ echo $BASH_VERSION
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page