Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-08 Thread Lurie
> Took a bit of your advice and having a go with > binutils. However I cannot compile ffmepg svn 18335 > with the new ld from bintutils. Can you please have > alook and tell if you can where this is oging wrong. > I'm using /tmp/gcc/bin/ld but cannot figure out where > or why it calls /usr/ccs/bin/

Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-07 Thread Andre Lue
phigamma, Took a bit of your advice and having a go with binutils. However I cannot compile ffmepg svn 18335 with the new ld from bintutils. Can you please have alook and tell if you can where this is oging wrong. I'm using /tmp/gcc/bin/ld but cannot figure out where or why it calls /usr/ccs/bi

Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-06 Thread Lurie
Hey, I compiled a working 4.4 version just fine with the following flags: $ gcc -v Using built-in specs. Target: i386-pc-solaris2.11 Configured with: ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/opt/gcc/binutils-2.19/bin/as --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-lan

Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-06 Thread Andre Lue
asura, Configured with: ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/usr/local/src/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared --with-mpfr-include=/usr/include/mpfr --with-gmp-include=/usr/include/gmp LDFLAGS=-lgmp I made m