This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-4.2.2 build on solaris-10 failing


Malay HALDER wrote:
hello all,
I am building gcc-4.2.2 on solaris 10 and the build is failing ...


*** configure is going on well but the build is failing with the following message...i am using gcc compiler --gcc version 2.95.1 19990816 (release)

checking where to find the target windres... host tool
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... no
updating cache ./config.cache
creating ./config.status
*creating Makefile
sh:  : not found   -----> if possible please give me some hint
*** Error code 1*
dmake: Fatal error: Command failed for target `build-gcc'

What is this "dmake"? Building GCC needs 'GNU make', the Solaris' own, neither any other non-GNU 'make' will work :( Please see the 'Prerequisites' in the fine "Installing GCC" manual! (http://gcc.gnu.org, "Manual")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]