This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Unsatified symbol
- From: "Leong Yew Cheong" <leongyc at TP dot EDU dot SG>
- To: <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 9 Apr 2002 10:50:14 +0800
- Subject: Unsatified symbol
Hi,
I'm using gcc 3.0.2 on HP-UX and encountered the following:
/usr/ccs/bin/ld: Unsatisfied symbols:
compare(Student_info const&, Student_info const&)(first referenced in /var/tmp/ccCncpDh.o) (code)
read(std::istream&, Student_info&)(first referenced in /var/tmp/ccCncpDh.o) (code)
grade(Student_info const&)(first referenced in /var/tmp/ccCncpDh.o) (code)
collect2: ld returned 1 exit status
How to solve the problem.
Thanks in advance,
YC