Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!UMN-CS.CS.UMN.EDU!zuhn From: zuhn@UMN-CS.CS.UMN.EDU ("david d [zoo] zuhn") Newsgroups: gnu.gcc.bug Subject: Installation bug in 1.36.92 Message-ID: <9001162240.AA19270@umn-cs.cs.umn.edu> Date: 16 Jan 90 21:39:59 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 Using the process in the Info file for building in a separate directory, the install target does not correctly handle the include files stddef.h, stdarg.h assert.h va-*.h and limits.h. the command output from the makefile is this: for file in stddef.h stdarg.h assert.h va-*.h limits.h; do \ for eachfile in ../gcc-1.36.92/${file} ; do \ this results in values for ../gcc-1.36.92/ for eachfile. install cannot handle this, trying to create a file using that entire name, such as /usr/local/lib/gnu/gcc-include/../gcc-1.36.92/stddef.h, which fails. -- David D "Zoo" Zuhn - U of MN CS Dept - Minneapolis, MN zuhn@cs.umn.edu || zuhn@ux.acs.umn.edu