Wouldn't it have been better to do the following? CC=/usr/bin/gcc-4.0 make
On Fri, Mar 19, 2010 at 12:54 AM, Daigo Wakabayashi <[email protected]> wrote: > I just solve this problem. > > gcc-4.2 unrecognize command line option "-Wno-long-double" > So, I did below. > > sudo rm /usr/bin/gcc > sudo ln -s /usr/bin/gcc-4.0 /usr/bin/gcc > make > > Thanks. >
