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.

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.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to