This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CYGWIN To Solaris question-progress


Thanks a lot for your reply. I think I found those libraries at
http://www.sunfreeware.com/solaris_2.5_list.html#gcc2951 :

1)  libstdc++-2.8.1.-local.gz. GNU libstdc++, the C++ library required by
the GNU C++ compiler 2.8.1, g++. Installs in /usr/local.

 Is this the one I need ? After unziping the first one I got
libstdc++-2.8.1-local, one big file. I think maybe it is the installation of
the lib.a, necessary to compile my code for Solaris . Do you know how to
unzip it on my Cygwin machine ?

2) libstdc++-2.8.1.tar.gz   Source Code.

This looks like the source code for the first one. Is this the one I need ?
I gess those are the includes necessary to build my gcc.

Thanks in advance for your help.




----- Original Message -----
From: "Stefan Petters" <petters@lpr.e-technik.tu-muenchen.de>
To: "Rafal Furdzik - GM Corner" <Raffy@grandmastercorner.com>
Cc: "Alexandre Oliva" <aoliva@redhat.com>; <crossgcc@sources.redhat.com>
Sent: Sunday, February 04, 2001 12:45 PM
Subject: Re: CYGWIN To Solaris question-progress


> Rafal Furdzik - GM Corner wrote:
> > I'm very new to all this GCC stuff. Can you tell me at least what files
> > exactly I need. Where are those located on my Solaris 2.5.1 box ? Where
> > should I place them on my Cygwin box ? Thanks in advance for your help.
> Usually you find the libc-includes in /usr/include or better in the
> corresponding libc-Package of Solaris. Place them anywhere on your
> Cygwin-Box and add
> --with-headers=../where/your/headers/are/include/
> to your configure call. The binaries should be /usr/lib/libc.a .
> The libc.a you have to place in that way, that the linker will find them
> (You don't need the libc.a to build gcc or libgcc.a but to create
> the executables for Solaris with your crosscompiling tookit.)
>
> > I'm searching web trying to get those include and libs files. It could
be
> > much easier if gcc developers put those lib and header files in gcc
package.
> Since they're different for the operating systems this would be a lot to
> do. (alwas keeping track with all OSes.
>
> > One guy here said that you really do not need those include files and
you
> > can even create empty files. What do you think about that ?
> I would assume it a bad idea. libgcc should build on top of libc. You
> can create a bare bones compiler, but this knows nothing of the target
> system (Especially not what it can use and what not.
>
> Hope this helps.
>
> Regards,
> Stefan.
> --
> -----------------------------------------------------------------------
> Dipl.-Ing. Stefan M. Petters                   http://www.rcs.ei.tum.de
> Institute for Real-Time Computersystems (RCS)      fon +49/89-289-23556
> Technische Universitaet Muenchen, D-80290 Muenchen fax +49/89-289-23555
>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]