Results 1 to 6 of 6
I want to install coreutils to '/media/UUID/'. When I do 'make install', it installs it to my current Linux installation.
I tried to chroot to '/media/UUID/', but this doesn't work ...
- 07-01-2011 #1Banned
- Join Date
- Jun 2011
- Posts
- 7
Targetting 'make install'
I want to install coreutils to '/media/UUID/'. When I do 'make install', it installs it to my current Linux installation.
I tried to chroot to '/media/UUID/', but this doesn't work as '/media/UUID/bin/bash' does not exist.
Is it possible to target a make install to a specific root path?
- 07-01-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,818
Did you try this yet?
- 07-02-2011 #3
Is this by any chance the same question you were asking about in this thread?
If so, I would advise keeping the discussion in one post...
First, easier to avoid crossed advice.
Second, double posting is against Forum Rules.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-02-2011 #4Banned
- Join Date
- Jun 2011
- Posts
- 7
Hey, yeah I tried it and it worked! Thanks!
Yeah, I meant coreutils, woops lol
Wow, you spent your Friday night following me around on this forum!
If you read the other post, you would see it is in relation to 'chroot', where this post is in regards to 'gcc - make'.
You really should stop wasting my time and get the out of my thread, and probably out of the house for the matter, instead of spending your Friday night forum stalking and preaching as a saint Maritain T&C crusader.Last edited by antipacket; 07-02-2011 at 03:17 AM.
- 07-02-2011 #5
Last edited by jayd512; 07-02-2011 at 03:32 AM. Reason: typo
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-02-2011 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
You set the installation path with the configure script. Then when you "make install" it will copy stuff to the prefix you specified to the configure script.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

