On 2/23/2013 8:11 PM, JonY wrote:
On 2/23/2013 23:45, Ken Brown wrote:
On 2/23/2013 10:04 AM, JonY wrote:
I feel I am missing something obvious here.
Dave's cygport references set-gcc-default-3.sh and set-gcc-default-4.sh
but never creates them...
They're created when gcc4-4.5.3-3.cygwin.patch is applied.
After that, how does it get installed? cygport install package did not
seem to package it.
`cygport *.cygport install' puts it into ${D}/usr/bin because of the
following snippet of the .cygport file:
src_install() {
[...]
dobin ${C}/set-gcc-default-{3,4}.sh
[...]
And then `cygport *.cygport package' puts it into the tarball for gcc4-core:
gcc4_core_CONTENTS="--exclude=jni*.h
[...]
usr/bin/set-gcc-default-3.sh \
usr/bin/set-gcc-default-4.sh \
[...]
But isn't all this irrelevant for you? There's no reason to keep gcc3
around anymore, is there?
Ken