This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Global Objects initialization Problem.......
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Satendra Pratap <spgroups at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 27 Apr 2005 11:13:54 -0500
- Subject: Re: Global Objects initialization Problem.......
- Organization: Red Hat / Chicago
- References: <47f703220504260548508dadec@mail.gmail.com><47f7032205042621321d870d90@mail.gmail.com>
> I am using a cross compiler "sparclet-aout-gcc". I have written my own
> main function and does not link to libgcc's
> main function while linking is done. I m not able to initialize the
> global objects
> The generated executable format is "a.out".
First, make sure your cross compiler is working. Try "make check," and
see the build and install docs for more details.
If it is, ask this question again on gcc@gcc.gnu.org or
gcc-help@gcc.gnu.org.
-benjamin