home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!cis.ohio-state.edu!smallworld.co.uk!Colin.DEan
- From: Colin.DEan@smallworld.co.uk (Colin Dean)
- Subject: Build bug in gcc 2.3.1
- Message-ID: <9211201016.AA09697@chromium.Smallworld.co.uk>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Fri, 20 Nov 1992 10:16:01 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 42
-
- Author of this bug report
- -------------------------
-
- Colin Dean,
- Smallworld Systems Limited,
- 13-15 Newmarket Road,
- Cambridge CB5 8EG,
- England.
-
- Fax: +44 223 300692
- Email: Colin.Dean@Smallworld.co.uk
-
- 20th November 1992
-
- Summary
- -------
-
- gcc version 2.3.1, copied by ftp from /pub/gnu/gcc-2.3.1.tar.Z
- at prep.ai.mit.edu on 17th November 1992 at around 08:00 GMT.
-
- Built on SPARCstation 2 running SunOS 5.0 (Solaris 2.0) in sub-directory
- sparc-sun-sunos5.0 using `../configure sparc-sun-sunos5.0'
-
- The build fails with the message:
-
- make: Fatal error: Don't know how to make target `config/sol2-c1.asm'.
-
- Workaround
- ----------
-
- >From directory <top>/sparc-sun-sunos5.0:
-
- mkdir config
- cd config
- ln -s ../../config/sol2-c1.asm
- ln -s ../../config/sol2-ci.asm
- ln -s ../../config/sol2-cn.asm
- ln -s ../../config/gmon-sol2.c
- cd ..
-
- then repeat failed build stage.
-
-