[Coco] make dskcopy not working

Bob Devries devries.bob at gmail.com
Sat Jul 13 02:11:12 EDT 2013


I found a way to set the version of gcc in CygWin:

set-gcc-default-3.sh

which is:

#!/bin/bash
#we only switch the alternatives that exist for both compilers;
#gdc, gpc, g77, and gfortran never get switched.
for x in gcc g++ gcj gnat ; do
 /usr/sbin/alternatives --set $x /usr/bin/$x-3.exe
done

However, that still didn't compile Toolshed.
gcc is now version 3.4.4

Does anyone have a built up-to-date toolshed that I can use on CygWin?

Regards, Bob Devries
Dalby, QLD, Australia




More information about the Coco mailing list