[Coco] make dskcopy not working

Tormod Volden lists.tormod at gmail.com
Sat Jul 13 06:28:11 EDT 2013


On Sat, Jul 13, 2013 at 8:11 AM, Bob Devries wrote:
> 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?

I uploaded a zip with win32 binaries of toolshed here:

http://toolshed.sourceforge.net/snapshots/


Tormod



More information about the Coco mailing list