[16750] in Athena Bugs
bug in g++ in gnu locker
daemon@ATHENA.MIT.EDU (David C Zhang)
Mon Mar 15 10:47:30 1999
To: bugs@MIT.EDU, gnu@MIT.EDU
Date: Mon, 15 Mar 1999 10:47:19 EST
From: David C Zhang <davidz@MIT.EDU>
Hi,
After adding gnu, the command g++ does not point to the same location
as /mit/gnu/${hosttype}bin/g++.
One works, the other can't find standard includes. This bug was
observed on athena.dialup, not sure about athena workstations.
~/tmp/athena >which g++
/mit/gnu/arch/sun4x_56/bin/g++
~/tmp/athena >ls -l /mit/gnu/${hosttype}bin/
lrwxr-xr-x 1 3622 root 17 Dec 15 1994 /mit/gnu/sun4bin/ -> arch/sun4m_53/bin
~/tmp/athena >g++ marathon.cc
marathon.cc:10: String.h: No such file or directory
~/tmp/athena >/mit/gnu/sun4bin/g++ marathon.cc
~/tmp/athena >
David