This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: libgcc2.c include files problem


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


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