[14944] in Athena Bugs
1.12 C++ gnu questions
daemon@ATHENA.MIT.EDU (Ruilin Zhao)
Sun Feb 9 01:42:10 1997
From: Ruilin Zhao <rlzhao@medg.lcs.mit.edu>
Date: Sun, 9 Feb 1997 01:40:44 -0500
To: bugs@MIT.EDU
Cc: rlzhao@medg.lcs.mit.edu
Hi,
My name is Ruilin Zhao, TA for 1.12 in 1997 Spring.
I am having this problem:
under the directory: /afs/athena.mit.edu/course/1/1.12/1997/Recitation
(first by typing: add 1.12)
There is a C++ file named: in_out.cc
I used in_out.mak to compile this file, it was OKAY. But then when
I tried to execute the file "in_out", it gives me such error:
------------------------------------------------------------------------
ld.so.1: in_out: fatal: libstdc++.so.2.8.0: can't open file: errno=2
Killed
----------------------------------------------------------------------
I don't understand this at all.
On the other hand, if I just use: g++ in_out.cc -o in_out
it works perfectly.
Would you please tell me what happened here? To me, it seems like some
sorta problems in in_out.mak, but I just don't know.
Thanks a lot!
Sincerely,
Ruilin Zhao