From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24280 invoked by alias); 30 Jul 2003 20:29:09 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 24228 invoked from network); 30 Jul 2003 20:29:07 -0000 Received: from unknown (HELO monster.alpha2.com) (216.153.165.184) by sources.redhat.com with SMTP; 30 Jul 2003 20:29:07 -0000 Received: from a2sdesk (a2sdesk.alpha2.com [192.168.10.102]) by monster.alpha2.com (8.11.6/8.11.6) with SMTP id h6UKT4I10125 for ; Wed, 30 Jul 2003 16:29:04 -0400 Reply-To: From: "Mark L. Wise" To: Subject: Help getting gnu gcc installed on SCO Date: Thu, 31 Jul 2003 02:54:00 -0000 Message-ID: <00a401c356d9$320cd6a0$660aa8c0@alpha2.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-SW-Source: 2003-07/txt/msg00428.txt.bz2 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 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)