home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / gcc / bug / 2627 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.4 KB  |  33 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sun-barr!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cam-orl.co.UK!iwj
  3. From: iwj@cam-orl.co.UK (Ian Jackson)
  4. Subject: 2.3.1: make install ignores LANGUAGES=c
  5. Message-ID: <20942.9211051349@quince.cam-orl.co.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 5 Nov 1992 13:49:50 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 20
  12.  
  13. When typing make install LANGUAGES=c the generated makefile tries to
  14. install the C++ files as well, so (if you haven't compiled them) it
  15. starts to try to build them first !
  16.  
  17. leek:gcc-2.3.1> make install LANGUAGES=c
  18. if [ -d /project/atmos/target/arm ] ; then true ; else mkdir /project/atmos/target/arm ; fi
  19. cc -c -DCROSS_COMPILE -DIN_GCC   -g     -I. -I. -I./config \
  20.   `echo ./cp-parse.c | sed 's,^\./,,'`
  21.  ... etc.
  22.  
  23. Also, the file cp-parse.y in the distribution is more recent than the
  24. .h and .c files so it has to be bisonned before the build can start. I
  25. don't know whether that's intentional or not; I would have thought
  26. that pre-bisonning it for the users would be worthwhile.
  27.  
  28. Ian Jackson.
  29. Ian Jackson  iwj@cam-orl.co.uk ..!uknet!cam-orl!iwj  These opinions are my own.
  30. Olivetti Research Ltd, Old Addenbrookes Site, Trumpington St, Cambridge, UK;
  31. Home: 35 Molewood Close, Cambridge, CB4 3SR; +44 223 327029.     +44 223 343398
  32.  
  33.