Help getting gnu gcc installed on SCO

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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)



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux