Re: Symbolic Link Problem

2005-04-08 Thread Andrew Benton
[EMAIL PROTECTED] wrote:
When I try to set up the symbolic link
ln -s $LHS/tools /
Try using
ln -s $LFS/tools /
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: undefined reference error

2005-04-08 Thread Richard Hamilton
developerman wrote:
While compiling TCL (in building temporary system) or later when rebuiling binutils error undefined reference has occured. GLIBC test was fault with c++-types test. 
What to do?
What is reason?
 

Are you talking about NULL not being defined in strstr.c in the tcl 
package? Take a look at this:

http://sourceforge.net/tracker/index.php?func=detailaid=1175161group_i
d=10894atid=110894
Funny thing is that some LFS user reported the bug sourceforge, but I couldn't find anything in the LFS support archives. I ran across this error earlier this week. 

Isn't this a canidate for a lfs patch? I looked at the main FAQ but I didn't see how to report this type of problem. It is a bug in the tcl package. 

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page