Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-04-2006, 07:17 PM
|
#1
|
Member
Registered: Sep 2006
Posts: 122
Rep:
|
What does /../ mean ?
Hello.
I am building lfs 6.0 from the book for the first time an I came across an error
bash: /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/3.4.1/specs: No such file or directory
I was just wondering if anyone knows what does /../ mean in that line ?
|
|
|
10-04-2006, 07:43 PM
|
#2
|
Member
Registered: Jun 2006
Distribution: Slackware 10.2, Debian Testing/Unstable, Ubuntu Breezy Badger, working on LFS
Posts: 228
Rep:
|
.. always means the directory above it. So /usr/.. would be /. That translates to /mnt/lfs/tools/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
|
|
|
10-05-2006, 05:55 PM
|
#3
|
Member
Registered: Sep 2006
Posts: 122
Original Poster
Rep:
|
Hello,
Thanks for the reply
That makes sense.
I was just wondering what would cause that
Why not just have a normal path /mnt/lfs/tools/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
Why would that need to be translated ?
My concern is that perhaps the new lfs I am building may not be able to translate the path and therefore it throws a No such file or directory
error.
Is that possible ?
|
|
|
10-05-2006, 06:07 PM
|
#4
|
Member
Registered: May 2006
Location: Frankfurt, Germany
Distribution: SUSE 10.2
Posts: 424
Rep:
|
Quote:
Originally Posted by status1
Why not just have a normal path /mnt/lfs/tools/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
|
Because this might be a script that doesn't necessarily know the absolute path. Let's say it has /mnt/lfs/tools/bin/ stored in a variable and wants to use the 'sibling' of that directory. Then it's much easier to append ../lib/ instead of modifying the content of the variable.
|
|
|
10-05-2006, 06:55 PM
|
#5
|
Member
Registered: Sep 2006
Posts: 122
Original Poster
Rep:
|
Hello,
Thanks for that answer.
Is it possible that it may cause a No such file or directory error if the program that needs that file doesn't have an absolute path ?
|
|
|
10-08-2006, 07:36 AM
|
#6
|
Member
Registered: Sep 2006
Posts: 122
Original Poster
Rep:
|
Hello,
This is just an update in case anyone is reading this.
The problem has been solved so this is no longer an issue.
The /../ can stay there atleast it's no longer a problem for me
My problem was unrelated
|
|
|
All times are GMT -5. The time now is 12:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|