On 5/30/06, Dennis Clarke <[EMAIL PROTECTED]> wrote:


> 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.


Thanks for that, all compiled, I remember to only compile c, c++ support, its all going nicely now :-)

Matty
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to