Building on Ubuntu -- what GCC sources to use?
    Joseph Rushton Wakeling 
    joseph.wakeling at webdrake.net
       
    Fri May 31 07:04:05 PDT 2013
    
    
  
On 05/31/2013 02:23 PM, Joseph Rushton Wakeling wrote:
> It's building now, seems to be going OK ... will report back on results. :-)
So, I downloaded and unzipped the gdc-4.8.1 sources from ftp.gnu.org, and then:
   ./setup-gcc.sh ../gcc-4.8.1/
   cd ..
   mkdir objdir
   cd objdir
   ../gcc-4.8.1/configure --enable-languages=d --disable-multilib
--enable-checking=release --prefix=/opt/gdc
   make -j2 2>&1 | tee build.log
... worked fine.  Perhaps time to update the Debian/Ubuntu instructions on the
GDC wiki?  I'll happily do this myself if I can have access.
    
    
More information about the D.gnu
mailing list