From: Gary Funck (gary_at_intrepid_dot_com)
Date: Mon Nov 17 2008 - 15:57:45 PST
On 11/17/08 23:07:08, Alex wrote: > I have seen that somebody had a similar problem. I'm trying to install > upc. I have previously installed GCCUPC. The steps I follow are: > > mkdir build > tar xzvf berkeley_upc-2.6.0.tar.gz > cd build > ./../berkeley_upc-2.6.0/configure CC=/usr/local/upc/rls/bin/gcc > --with-gccupc=/usr/local/upc/rls/bin/upc > --with-multiconf=dbg_gccupc,opt_gccupc Above, it seems you may be using the older 2.6 runtime. You'll need the just-released 2.8 runtime in order to work with newer versions of GCC/UPC. We recently released a new version of GCC/UPC (4.2.3.4). For best results, you should download and install that version as well. - Gary