Hi all,
If I select the gcc-4.8.1-1 package from setup-64, it downloads and
installs the gcc-4.8.1-src package, which AFAICT includes a tarball of
the gcc sources, a patch, and a cygport file:
$ for f in $(find /usr -name '*gcc*'); do echo "$f: $(cygcheck -f $f)"; done
/usr/src/4.8-libgcc-cygwin64.patch:
/usr/src/gcc-4.8.1.tar.bz2:
/usr/src/gcc.cygport:
/usr/bin/cyggcc_s-seh-1.dll: libgcc-4.8.1-1
Oddly (and the reason for the little script above):
$ cygcheck -dc | grep gcc
libgcc 4.8.1-1
In other words, cygwin thinks that neither gcc nor gcc-src is actually
installed, and will happily repeat the broken install as many times as
I've tried so far.
Packaging bug?
Ryan
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple