Mail Archives: cygwin/2000/02/22/08:22:20
--- "Boyer,Galen" <gboyer AT primix DOT com> wrote:
-8<-
> From local, I executed "/src/gcc/gcc-2.95.2/configure" which was successful.
> Therefore, from local again, I then executed "make bootstrap" and got back
> the error:
>
> /c: Can't open /c
> make: *** [all-libiberty] Error 2
>
> Then for a hacking try, I umounted /c and ran the command again. I got this
> error:
>
> make: *** No rule to make target
> `/c/cygnus/cygwin-b20/usr/local/src/gcc/gcc-2.95.2/gcc/version.c', needed by
> `Makefile'. Stop.
>
> This one doesn't seem to be a viable option because after umounting /c, the
> "/src/gcc/gcc-2.95.2/configure" command brings back "bash.exe:
> src/gcc/gcc-2.95.2/configure: No such file or directory". (I am not exactly
> sure why this is, but I'm guessing Cygnus resolves relative paths to their
> fully qualified paths?)
>
This is caused by the lack of an environment variable MAKE_MODE=unix. Or you
can use the --unix switch with the Cygwin make, as in make --unix bootstrap.
It appears that you're attempting a big task without being familiar with the
tools. Why are you building gcc-2.95.2 yourself when you can download a
prebuilt version from Mumit Khan?
=====
---
Earnie Boyd: <mailto:earnie_boyd AT yahoo DOT com>
__Cygwin: POSIX on Windows__
Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html>
__Minimalist GNU for Windows__
Mingw32 List: <http://www.egroups.com/group/mingw32>
Mingw Home: (Coming Soon)
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -