This is the mail archive of the gcc@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: Error when installing GCC 3.0.3 on i686-pc-cygwin


On Monday 18 March 2002 10:42, Ivan Shen wrote:
> Hi All,
>
> I've installed CygWin v1.3.10 with GCC 2.9.5 on my Win2000 and tried to
> upgrade GCC to v3.0.3. I downloaded source code and configured and built
> it. Then I run "make install" and got the following error: .......
> make[1]: Leaving directory `/usr/obj/gcc-3.0.3/gcc'
> make[1]: Entering directory `/usr/obj/gcc-3.0.3/fastjar'
> make[2]: Entering directory `/usr/obj/gcc-3.0.3/fastjar'
> /bin/sh /usr/src/gcc-3.0.3/fastjar/mkinstalldirs /usr/local/gcc/bin 
> /bin/sh /usr/src/gcc-3.0.3/install-sh -c  jar /usr/local/gcc/bin/jar chmod:
> changing permissions of `/usr/local/gcc/bin/#inst.1712#': No such file or
> directory make[2]: *** [install-binPROGRAMS] Error 1
> make[2]: Leaving directory `/usr/obj/gcc-3.0.3/fastjar'
> make[1]: *** [install-am] Error 2
Since java isn't supported, there's no point in trying to fight to build in 
fastjar.  Use one of the sets of configure parameters which have been 
successful for others; e.g. including --enable-languages='c++,f77,objc'

-- 
Tim Prince


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