Jan Rinze wrote: > > I have been using an old version of cegcc on cygwin. > > Apparently the cegcc site on sourceforge only has versions for mandriva > or plain rpms.. > > How should I get cegcc 0.50 working under cygwin? > > Should I download all the sources and try to recompile? >
This is my fault as I said I would do it, and, ..., as usual I haven't ... The reason I keep delaying doing binaries/uploading stuff, is that I have to be constantly fighting for drive space in my laptop, and downloading a separate svn branch + doing a rebuild wouldn't fit here. I've been trying to build it at work, but there is a strange interaction bug with Cygwin + Clearcase client that I haven't been successful in doing it yet. I would really appreciate that someone would built it, and it would be uploaded for everyone else. Jan, would you be willing to? You'd have to svn co from the branch. And build cegcc with the usual build-cegcc.sh, and mingw32ce with the new build-mingw32ce.sh. The new build-mingw32ce.sh script now requires that you create the build dir yourself, like so: eg: mkdir ~/build-mingw32ce cd ~/build-mingw32ce /path/to/src/build-mingw32ce.sh running 'build-mingw32ce.sh --help' gives you a list of options. You could take a look at Danny's linux binaries and follow the same structure. It shouldn't be hard. The problems you may get are missing Cygwin packages on your setup. bison, flex, m4 - stuff like that. Other than that, it should be a clean build, just be prepared to wait a few hours for it to finish. Cheers, Pedro Alves ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel