From: Brian Candler Date: 2009-04-06T23:32:59+09:00 Subject: Re: make error during svn build (192) john maclean wrote: > any pointers on this build error? You could start by describing your build environment (at minimum OS name and version) > gcc -g -O2-O3 -g ... > cc1: error: invalid option argument �-O2-O3� Looks like you have something in your environment which is adding unwanted extra flags to the gcc command line. Try 'printenv' and look for something which might be doing that. -- Posted via http://www.ruby-forum.com/.