[Solved] Devs: MinGW: Give me a hand, I'm getting desperate here.
Becoming incredibly obvious, I have no idea what I'm doing. I'm trying to compile with Igor's script, working as per usual, however, binutils complains and crashes over makeinfo not being installed. However. On the very same terminal:
Yes, I'm using SuSE's GCC. I thought my GCC was broke so i reverted to the SuSEFactory one with the same results (It was while doing some unrelated realtime linking stuff, and It turns out I was wrong anyways >_<)
Please, Tell me I'm an idiot, whatever, just tell me why what's happening is happening.
http://pastebin.com/d72e2e003 - build.sh, my modified version of Igor's script for MinGW with GCC 4
http://pastebin.com/d7b8a67a0 - configure results for binutils
http://pastebin.com/d74915af0 - make results for binutils
And yes, bad me for doing a bunch of crap on root. I'm just plain being lazy there.
edit: solved by using newer binutils... (Gah!)
Becoming incredibly obvious, I have no idea what I'm doing. I'm trying to compile with Igor's script, working as per usual, however, binutils complains and crashes over makeinfo not being installed. However. On the very same terminal:
Code:
# makeinfo --version
makeinfo (GNU texinfo) 4.11
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
# make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-unknown-linux-gnu
# gcc --version
gcc (SUSE Linux) 4.3.0
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Please, Tell me I'm an idiot, whatever, just tell me why what's happening is happening.
http://pastebin.com/d72e2e003 - build.sh, my modified version of Igor's script for MinGW with GCC 4
http://pastebin.com/d7b8a67a0 - configure results for binutils
http://pastebin.com/d74915af0 - make results for binutils
And yes, bad me for doing a bunch of crap on root. I'm just plain being lazy there.
edit: solved by using newer binutils... (Gah!)
Last edited: