On 9 mrt 2011, at 05:06, Peter Hosey wrote: > On Mar 8, 2011, at 20:00:48, comm...@adium.im wrote: >> --host is the correct argument here; it was changed to --build in a previous >> commit without indication as to why the change was made. > > That would be this one: > > > <http://hg.adium.im/adium-1.4/diff/2e9c32fda335/Utilities/dep-build-scripts/general_dependencies_make.sh> > > The log for it says only: > >> Bring glib up to version 2.20.5, same as trunk. >> >> Fixes #13351 > > Thijs, was there a reason why you changed --host to --build? Do we need to > push Evan's change upstream somewhere? > >
I'm trying to remember what I did exactly. It was configuring for PPC, and it gave warnings about using the wrong one. Something along the lines of "If you are cross compiling, did you mean --build instead of --host?" Without seeing if it would not work without or thinking about it, I changed it, and it finished successfully. After committing I realised I had changed that and didn't really know what it meant, so I read that same GCC documentation and decided it was wrong, and that I should change it back. But after I changed it, it wouldn't compile anymore (I don't know what the error was anymore, though). At that point I just basically gave up. Thijs