gprof won't build with cc on DU4

Ian Lance Taylor ian@zembu.com
Wed Apr 5 10:28:00 GMT 2000


   From: Alexandre Oliva <aoliva@cygnus.com>
   Date: 05 Apr 2000 14:23:03 -0300

   On Apr  5, 2000, Ian Lance Taylor <ian@zembu.com> wrote:

   >    From: Alexandre Oliva <aoliva@cygnus.com>
   >    Date: 05 Apr 2000 01:22:49 -0300

   >    It complains about the initialization of `copyright'.  Since
   >    `copyright' is not used anywhere, I thought I'd simply remove it.  Ok
   >    to install?  Release branch?

   > I would prefer to keep it.  gprof is from the BSD sources, and we
   > might as well respect their copyright conventions.

   Oh!  I wasn't aware it was a convention.

   In any case, we must do something to work around the compiler problem.
   How about just removing the N_() call, then?  We can't assume it to
   result a string constant, can we?

In your original message, you didn't mention why the Digital Unix
compiler failed.  What is the actual problem here?  The N_ macro
should normally just return its argument.

Ian


More information about the Binutils mailing list