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]

Installation


I try to install gcc cross compiler (gcc-2.95.2) onto my windows 2000 prof,
using cygwin.  I seem to be successfully run configure as follow:
$ cd ~
$ cd ../../gcc-2.95.2
$ rm -f -r objdir
$ mkdir objdir
$ cd objdir
$ ../configure --with-cpu=ppc-gcc --prefix=/usr --enable-threads=win32
--with-system-zlib --enable-languages=c,c++ --enable-sjlj-exceptions

then when I try to run make I got the following errors:
$ make bootstrap-lean
make.exe: command not found: /bin/sh
make.exe: *** [all-libiberty] Error 0x7f

$ make install
/bin/sh ../mkinstalldirs /usr /usr
make.exe: command not found: /bin/sh
make.exe: *** [installdirs] Error 0x7f


I would appreciate any help
Thanks

Vu Huy Khuong
Omnispectrum Communication, inc.
408-941-8000 X 224
VKhuong@omnispectrum.com


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