|
From: Alperovitch, M. <mal...@hp...> - 2011-03-30 14:47:56
|
I have MSYS installed and when I type "which touch" it gives me /bin/touch.exe. ________________________________________ From: Earnie [ea...@us...] Sent: Wednesday, March 30, 2011 8:37 AM To: MinGW Users List Subject: Re: [Mingw-users] (no subject) wrote: > I am trying to build mingw cross compiler on windows for target= sparc64-sun-solaris2.10 and I got error message > during gcc build using gcc-core-3.4.2-20040916-1-src.tar.gz > > make[1]: Entering directory `/c/mingw/gcc-sparc64-sun-solaris2.10/libiberty' > if [ x"" != x ] && [ ! -d pic ]; then \ > mkdir pic; \ > else true; fi > touch stamp-picdir > make[1]: touch: Command not found > make[1]: *** [stamp-picdir] Error 127 > make[1]: Leaving directory `/c/mingw/gcc-sparc64-sun-solaris2.10/libiberty' > make: *** [all-libiberty] Error 2 > > I used build-cross.sh script. > Any suggestions? If you installed a standard MSYS core system then you should have touch already. If you are using something else, then you need to go to the support for that something else. In other words, you need to tell us more about your environment. -- Earnie -- http://www.for-my-kids.com ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ MinGW-users mailing list Min...@li... This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.sourceforge.net/lists/listinfo/mingw-users Also: mailto:min...@li...?subject=unsubscribe |