home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / utils / bug / 2344 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.0 KB  |  37 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!fly.cnuce.cnr.it!pot
  3. From: pot@fly.cnuce.cnr.it (Francesco Potorti`)
  4. Subject: configure
  5. Message-ID: <m0n9xUU-0001EkC@fly.cnuce.cnr.IT>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: pot@cnuce.cnr.it
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Thu, 7 Jan 1993 15:41:00 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 23
  13.  
  14. I found a strange bug in configure.  All lines like:
  15.  
  16.   err=`eval "$CPP $DEFS conftest.c 2>&1 >/dev/null"`
  17.  
  18. should be changed with:
  19.  
  20.   err=`eval "$CPP $DEFS conftest.c 2>&1"`
  21.  
  22. The error looks strange to me because it is so big, and it appears to
  23. be present in all the FSF distributed software.  Am I overlooking
  24. anything? 
  25.  
  26.  
  27. One more thing: there is no way of specifying the man dir.  The
  28. default one is not good for system V.
  29.  
  30. I am not part of this list, so please send the answers to me, too.
  31. Thanks
  32.  
  33.             Francesco Potorti`    | pot@cnuce.cnr.IT (Internet)
  34.                      | 39369::pot       (DECnet)
  35.                     | +39-50-593203    (voice)
  36.  
  37.