This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libgcc2.c include files problem
- To: law at cygnus dot com
- Subject: Re: libgcc2.c include files problem
- From: Dan Nicolaescu <dann at godzilla dot ics dot uci dot edu>
- Date: Wed, 03 Feb 1999 11:45:47 -0800
- Cc: egcs at egcs dot cygnus dot com
- References: <11112.918057701@hurl.cygnus.com>
Jeffrey A Law <law@hurl.cygnus.com> writes:
> In message <9902030004.aa20347@paris.ics.uci.edu>you write:
> > Hi!
> >
> > libgcc2.c does not include auto-host.h
> > This is a problem since there are a couple of
> >
> > #ifdef HAVE_POPEN
> > #ifdef HAVE_ATEXIT
> >
> > in that file.
> libgcc2 is for the target, not the host.
OK, then it must be something else...
When building a native compiler sparc-sun-solaris2.5.1 when libgcc2 is
compiled HAVE_POPEN is not defined, even though popen exists, so the
"gopen" function is not defined so I use the trace facility I would not
get a compressed trace.
The same happens on i386-pc-linux-gnu.
What is the right way to have that defined?
--dan