> Mike, I have done some research on this problem and its due
> to a package 
> using a define that is not supposed to be used.  To
> check if string.h is 
> really the problem, you only need to do:
> 
> cat > t.c << "EOF"
> #include <string.h>
> int main(){}
> EOF
> 
> gcc -o t t.c
> 
> If that compiles, the problem is not string.h.


I would be interested in what you found. I am just wondering if I installed 
something that overwrote something I didn't intend to. The only packages I have 
ininstalled were the ones in LFS and packages from BLFS:

dhcpd
sshd
openldap
mysql
tripwire
bind



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

Reply via email to