This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help getting gnu gcc installed on SCO
- From: "Mark L. Wise" <mark at alpha2 dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 30 Jul 2003 16:28:53 -0400
- Subject: Help getting gnu gcc installed on SCO
- Reply-to: <mark at alpha2 dot com>
Hello all!
I am having trouble getting GNU C++ V2.95.2 to work on my SCO V5.0.5 system.
After installing the binaries from a mirror site I tried the following test
program and have the resulting errors.
Can someone point me in the right direction for what I am missing?
Thanks!
----------
# more test.c
#include <stdio.h>
void main ()
{
printf ("It works!");
}
# g++ test.c
Undefined first referenced
symbol in file
_fini /usr/ccs/lib/crt1.o
ERROR: Symbol referencing errors. No output written to a.out
collect2: ld returned 1 exit status
#
----------
Mark L. Wise
Alpha II Service, Inc.
1312 Epworth Avenue
Reynoldsburg, Ohio 43068
614 868-5033 (Voice)
617 812-5838 (Fax)