home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- 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
- From: iwj@cam-orl.co.UK (Ian Jackson)
- Subject: 2.3.1: make install ignores LANGUAGES=c
- Message-ID: <20942.9211051349@quince.cam-orl.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 5 Nov 1992 13:49:50 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 20
-
- When typing make install LANGUAGES=c the generated makefile tries to
- install the C++ files as well, so (if you haven't compiled them) it
- starts to try to build them first !
-
- leek:gcc-2.3.1> make install LANGUAGES=c
- if [ -d /project/atmos/target/arm ] ; then true ; else mkdir /project/atmos/target/arm ; fi
- cc -c -DCROSS_COMPILE -DIN_GCC -g -I. -I. -I./config \
- `echo ./cp-parse.c | sed 's,^\./,,'`
- ... etc.
-
- Also, the file cp-parse.y in the distribution is more recent than the
- .h and .c files so it has to be bisonned before the build can start. I
- don't know whether that's intentional or not; I would have thought
- that pre-bisonning it for the users would be worthwhile.
-
- Ian Jackson.
- Ian Jackson iwj@cam-orl.co.uk ..!uknet!cam-orl!iwj These opinions are my own.
- Olivetti Research Ltd, Old Addenbrookes Site, Trumpington St, Cambridge, UK;
- Home: 35 Molewood Close, Cambridge, CB4 3SR; +44 223 327029. +44 223 343398
-
-