When trying to autobuild a program with cygwin I found the check command length argument hung in the configure script. However the configure script did check the --build parameter for cygwin. I found changing the following line:
BUILD="--build=i686-linux" to: BUILD="--build=i686-pc-cygwin" fixed this. However this would probably cause problems for other systems. Can anyone suggest how I should detect if cygwin is running in ro-config so I can use the above for cygwin builds? Or is there a better solution to find the native machine ro-config is running on? Regards, Alan _________________________________________________________________ Share what Santa brought you https://www.mycooluncool.com _______________________________________________ GCCSDK mailing list [email protected] Bugzilla: http://www.riscos.info/bugzilla/index.cgi List Info: http://www.riscos.info/mailman/listinfo/gcc Main Page: http://www.riscos.info/index.php/GCCSDK
