On Fri, 2006-05-26 at 01:47 +0200, Daniel Stenberg wrote: > > This should work on all *nix like systems and cygwin (afaik), but I'm > interested in reports and feedback on details and possible problems. > > Enjoy! >
Thanks :) Although gcc does not build for me the script works. I have never had <=gcc-4.0.x build for m68k-elf so it is not the scripts fault ;) One comment, it fails if $dlwhere does not exists. This should make it work. if test ! -d $dlwhere;then mkdir $dlwhere fi Greets Sander
