On Wed, Mar 28, 2012 at 10:18 AM, Earnie Boyd
<[email protected]>wrote:

> On Tue, Mar 27, 2012 at 12:25 PM, Whitequill Riclo
> <[email protected]> wrote:
> >
> > I'm using 1, to try and build... here:
> > http://pastebin.me/c589420d23daa3d5ddbe15e58e03b0ab that is what I've
> been
> > doing.
>
>
> One thing I've noticed here is that you use sudo for most commands
> touching directories in /tools except for:
>
> case $(uname -m) in
> x86_64) mkdir -v /tools/lib && ln -sv lib /tools/lib64 ;;/
> easc
>
> If sudo is required everywhere else it should be used here also.
>
I build as a non-privileged user that I call "lfs". I log in as lfs though
su -
I don't make note of that all initial configuration and building is done as
an underprivileged user, but it is.
Its a user that I make so nothing is effecting anything else in the system.

Then I "make install" as root so that everything compiles right.

>
> In the script I cannot see where you are changing to a build
> directory.  I see a couple of places where you make a build directory
> but you've never changed to them.  You should not build in the source
> directory and in fact GCC refuses to build in the source directory.


I am not using source directories at all.
Failure of note taking. The change directory should be in there, and I have
build directories called
I use it for notes mostly so I don't have to guess what I'm doing again and
again and again.
Here is an update
http://pastebin.com/D6G9p8qr

Thank you for noting that.
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to