On Thu, Apr 13, 2017 at 07:18:07PM +0100, Richard Melville wrote:
> Am I doing something stupid?  The second sed command fails with:-
> 
> sed: can't read pkgs/tdbc1.0.4/tdbcConfig.sh: No such file or directory
> 
> I can see that there is no pkgs directory. There is a pkgs directory one
> level up which only contains two files: a README and a package.list.txt.
> 
> Richard

I think you seem to be doing something different.  I've just
unpacked it in /tmp and then followed what is in my own script,
which I hope matches the book -

[export SRCDIR=`pwd`]

cd unix

./configure ...

sed ... -i tclConfig.sh

The next sed is on pkgs/tdbc1.0.4/tdbcConfig.sh, so:

ken@jtm1 /tmp/tcl8.6.6/unix $ls pkgs/
itcl4.0.5     tdbc1.0.4       tdbcodbc1.0.4      tdbcsqlite3-1.0.4
              ^^^^^^^^^
sqlite3.13.0  tdbcmysql1.0.4  tdbcpostgres1.0.4  thread2.8.0

and

ken@jtm1 /tmp/tcl8.6.6/unix $ls pkgs/tdbc1.0.4/
config.log     libtdbc1.0.4.so     Makefile      tdbcConfig.sh
                                                 ^^^^^^^^^^^^^
tdbcStubInit.o  tdbc.tcl
config.status  libtdbcstub1.0.4.a  pkgIndex.tcl  tdbc.o
tdbcStubLib.o   tdbcTokenize.o

I wonder if you failed to run make ?

ĸen
-- 
`I shall take my mountains', said Lu-Tze. `The climate will be good
for them.'     -- Small Gods
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to