From mboxrd@z Thu Jan 1 00:00:00 1970 From: Earnie Boyd To: "Boyer, Galen" , "'cygwin@sourceware.cygnus.com'" Subject: Re: Making GCC 2.95.2 Problems Date: Tue, 22 Feb 2000 05:30:00 -0000 Message-id: <20000222133052.1061.qmail@web114.yahoomail.com> X-SW-Source: 2000-02/msg00290.html --- "Boyer,Galen" 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@yahoo.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@sourceware.cygnus.com