This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing files after installation of gcc-2.95


Dear Ladies and Gentlemen,

     After installing gcc-2.95, I found it had set up symbolic links
to non-existent files.

Detailed description
-------- -----------

	 Here's one of the links that points to a non-existent file.

$ cd /usr/local/lib/gcc-lib/alpha-dec-osf4.0d/2.95/include
$ ls -alg dli
lrwxrwxrwx   1 root     users         24 Aug 13 16:30 dli -> root/usr/sys/include/dli
$ ls -alg root/usr/sys/include/dli
root/usr/sys/include/dli not found
$ ls -algd root/usr/sys/include
drwxr-xr-x  12 root     users       8192 Aug 13 16:30 root/usr/sys/include

	 The same thing happens if dli is replaced by "lat", "lvm",
"mach_debug", "nfs", "s5fs", or "ufs".

Hardware & Operating System information
--------   --------- ------ -----------

	 DEC 3000/600 with Tru64 UNIX version 4.0D patch kit 4.  The
output of uname -a is:

$ uname -a
OSF1 garfield.cs.wsc.ma.edu V4.0 878 alpha
   
GCC version
--- -------

         2.95.  The output of gcc -v is

$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0d/2.95/specs
gcc version 2.95 19990728 (release)

         gcc was built in a directory GCCROOT/gcc-2.95-build with this
configure command:

../gcc-2.95/configure --enable-target-optspace

	 It was built straight out of the box with egcs-1.1.2
installed in the source tree as suggested in your installation
instructions.  No changes were made to the source code other than
this.

						Larry

============================================================================
Larry Griffith                       Dept. of Computer & Info Science
larry@cs.wsc.ma.edu	             Westfield State College
(413) 572-5294                       Westfield, MA 01086 USA
PGP public key available at: http://cs.wsc.ma.edu/dcis/griffith.html
============================================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]