> My configure: ./configure --prefix=/opt/kiwi --exec-prefix=/opt/kiwi
--with-gnu-as --with-as=/opt/kiwi/bin/as --with-gnu-ld
> --with-ld=/opt/kiwi/bin/ld --enable-languages=c,c++
>
> Anyone able to help with with that wee problem?
>

Change this :
    --with-gnu-as
    --with-as=/opt/kiwi/bin/as
    --with-gnu-ld
    --with-ld=/opt/kiwi/bin/ld

To point to the standard Solaris as and ld.

Try :
    --with-as=/usr/ccs/bin/as
    --with-ld=/usr/ccs/bin/ld
    --enable-threads=posix
    --disable-nls

And lastly do not run ./configure in place like that.

Extract the source archive.  Then create a directory called gcc-build at the
same lavel as the source directory.  Not in it.  Then cd into gcc-build. 
Then run ../gcc-xxx-foo/configure etc etc.

-- 
Dennis Clarke



_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to