Subject: Re: GCC problem?
To: Thomas Seidmann <seidmann@dcs.elf.stuba.sk>
From: Todd Vierling <tv@NetBSD.ORG>
List: current-users
Date: 04/07/1998 09:00:02
On Tue, 7 Apr 1998, Thomas Seidmann wrote:

: It compiles correctly, but the linker spits out a couple of unresolved
: symbols:
: 
: /var/tmp/cc17753a1.o: Undefined symbol `_hex__FR3ios' referenced from
: text segment

Make sure you use "c++" or "g++" as your program to link, i.e.:

c++ -o file file.c

Using only "cc" will leave out some necessary C++ libraries.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)