Hello

Sorry if I post my problem here but no one is responding in lfs-chat.

I would like to install Binutils, GCC and Glibc, however I'm not able
to create any kind of hardlink because I have restrictions over the
sysem that I want to use.

 I've created a script called ln.s so that every time 'ln' is invoked
to create a hard link, a symbolic link is created insted.

I'm following the book to create a temporary system in /tools amd evey
time I run "make install" i rename ln.s to ln so it can do it's dirty
trick

the script content is as follows:

#!/bin/bash
/bin/ln -s "$@"

I ended up with a broken toolchain that cannot compile a simple "int
main(){}" program. Can you help me troubleshoot the problem?
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to