More linux->sun problems

David Korn dkorn@pixelpower.com
Fri Jul 13 01:49:00 GMT 2001


>-----Original Message-----
>From: Stuart Kenny [ mailto:skenny@solidum.com ]
>Sent: 12 July 2001 19:09


>Anyway, I built successfully build gcc, only to have it blow 
>up on newlib.
>
>The problem is that configure does practically nothing.  Al I get is :
>
>TARGET=sparc-sun-solaris2.7
         [SNIP]
>If I try to make it now, it blows up.
>
>Is there something I'm missing?

  Oops, sorry, didn't spot you were using newlib.  newlib doesn't work
with solaris; glibc might but in any case it's irrelevant; you don't
actually want or need either because you already have the C library (that
you preinstalled into $prefix/$target/lib) and header set (that is copied
into $prefix/$target/sys-include by the configure --with-headers option
and patched into $prefix/$target/include by fixincs).  Ditch newlib
altogether from the build tree and ditch the --with-newlib option if you
were using it.

           DaveK
-- 
"Computer games don't affect kids; I mean if Pac-Man affected us as kids,
we'd all be running around in darkened rooms, munching magic pills and
listening to repetitive electronic music."
    - Kristian Wilson, Nintendo, Inc, 1989.


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list