Thanks David and everyone else who responded,

On Mon, Mar 27, 2017 at 10:59:42AM -0400, David Edelsohn wrote:
> Martin,
> 
> Add /opt/freeware/bin first in your path.
> 
> Don't use /opt/cfarm/XXX-latest
> 
> $ export PATH=/opt/freeware/bin:$PATH
> 
> $ /home/jamborm/gcc/mine/src/configure
> --prefix=/scratch/jamborm/mine/inst --enable-languages=c,c++,fortran
> --enable-checking=yes --disable-bootstrap --disable-libsanitizer
> '--disable-werror' '--with-gmp=/opt/cfarm'
> '--with-libiconv-prefix=/opt/cfarm' '--disable-libstdcxx-pch'
> '--with-included-gettext'

I had to add  --disable-nls to get rid of a compiler error in
intl/plural.c.  But with that, I was able to build gcc (c, c++ and
fortran) on the machine which I suppose is good enough.

Thanks again,

Martin


> 
> $ make SHELL=/bin/bash CONFIG_SHELL=/bin/bash
> 
> On Mon, Mar 27, 2017 at 10:36 AM, Martin Jambor <mjam...@suse.cz> wrote:
> > Hello,
> >
> > when trying to build gcc on gcc119.fsffrance.org, I'm getting the
> > following errors:
> >

_______________________________________________
Gcc-cfarm-users mailing list
Gcc-cfarm-users@gna.org
https://mail.gna.org/listinfo/gcc-cfarm-users

Reply via email to