Alexander E. Patrakov wrote these words on 03/24/08 12:10 CST:
> Randy McMurchy wrote:
>> -Wl,-rpath,/usr/lib
> 
> This means: "at runtime, search for libraries in /usr/lib and standard 
> directories", which is redundant, because /usr/lib is a standard directory. 
> Please set TCL_CC_SEARCH_FLAGS and TCL_LD_SEARCH_FLAGS to an empty string, if 
> it 
> makes the sed shorter.

Which means it is safe to use:

sed -i -e 's|@.._SEARCH_FLAGS@|-Wl,-rpath|' \
       -e 's|@TCL_SRC_DIR@|/usr/include|'   \
    tclConfig.sh.in

Do you agree?

-- 
Randy

rmlscsi: [bogomips 1003.22] [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]
12:15:00 up 36 days, 3:03, 1 user, load average: 0.07, 0.03, 0.01
-- 
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