public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Problem building g++ 4.1.1 on Cygwin
@ 2007-01-10  6:37 Dave Yost
  2007-01-10  6:55 ` Brian Dessent
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Yost @ 2007-01-10  6:37 UTC (permalink / raw)
  To: gcc-help

I'm trying to build a 4.1.1 on cygwin that will let me use the 
-mno-cygwin argument.  I looked and looked on the web for the runes 
and finally heard somewhere in a dark alley that I should try 
something like the below.  I first ran Cygwin setup, and everything 
is up to date.

Any help would be greatly appreciated!

Thanks

Dave Yost

Z% uname -a
CYGWIN_NT-5.1 daveyost599f 1.5.23(0.156/4/2) 2006-12-19 10:52 i686 Cygwin
Z% cd /usr/local/src/packages
Z% for x in ../downloads/gcc-core-4.1.1.tar.bz2 
../downloads/gcc-g++-4.1.1.tar.bz2
for> bunzip2 < $x | tar xf -
Z% cd gcc-4.1.1
Z% ./configure \
    --prefix=/usr/local \
    --enable-version-specific-runtime-libs \
    --disable-nls \
      --host=i686-pc-cygwin \
    --target=i686-pc-mingw32
...
Z% make
...
make[2]: Entering directory 
`/usr/local/src/packages/gcc-4.1.1/host-i686-pc-cygwin/gcc'
TARGET_CPU_DEFAULT="" \
         HEADERS="auto-host.h ansidecl.h config/i386/xm-cygwin.h" DEFINES="" \
         /bin/sh ../.././gcc/mkconfig.sh config.h
...
chmod a+r include/limits.h
rm -f include/READMEcp ../.././gcc/../fixincludes/README-fixinc include/README
chmod a+r include/README
echo timestamp > stmp-int-hdrsmake[2]: *** No rule to make target 
`/usr/local/bin/i686-pc-mingw32-as.exe', needed by `stamp-as'.  Stop.
make[2]: Leaving directory 
`/usr/local/src/packages/gcc-4.1.1/host-i686-pc-cygwin/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/usr/local/src/packages/gcc-4.1.1'
make: *** [all] Error 2

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-10 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-10  6:37 Problem building g++ 4.1.1 on Cygwin Dave Yost
2007-01-10  6:55 ` Brian Dessent
2007-01-10 17:14   ` Dave Yost
2007-01-10 18:35     ` Brian Dessent
2007-01-10 19:01       ` Dave Yost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).