Bruce Dubbs wrote these words on 04/28/06 19:01 CST:

> The whole thing is a bit confusing.  Let me see if I understand.
> Version one is:
> 
> cd unix &&
> ./configure --prefix=/usr --enable-threads &&
> make &&
> sed -i -e "s:${PWD}/unix:/usr/lib:" \
>        -e "s:${PWD}:/usr/include/tcl&tklver;:" \
>        -e "/TCL_LIB_FILE/ s:':\":g" \
>     tclConfig.sh

This isn't what was in my message, this is what was in your message
to the bug. And it won't work. In fact, looking at it harder, you
included the semantic changes I made, yet you are stuck on using
$PWD in both places, even though this breaks the whole deal.

Using $PWD in both -e scripts is broken. Plain and simple. It must
be $PWD in one and a directory level lower for the other. $PWD
cannot satisfy both of those conditions.

-- 
Randy

rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
19:15:00 up 34 days, 6:52, 1 user, load average: 0.57, 0.20, 0.06
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to