Xref: utzoo gnu.g++.help:270 comp.unix.sysv386:3134 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!uw-beaver!fluke!ssc-vax!ian From: ian@ssc-vax.UUCP (Ian R. Searle) Newsgroups: gnu.g++.help,comp.unix.sysv386 Subject: G++ on SCO UNIX Message-ID: <3562@ssc-bee.ssc-vax.UUCP> Date: 17 Dec 90 15:58:46 GMT Distribution: usa Organization: Boeing Aerospace & Electronics, Seattle WA Lines: 14 I am trying to install g++ v1.37.0 on a 386 running sco UNIX sysVr3.2. I have used CHip's patches and am trying to use g++ with the native as and ld. The compilation/creation of g++ is fairly smooth, however trying to compile libg++ is not quite so succesfull. When running make in ./libg++-1.37.0 the assembler reports *many* syntax errors on the first file (AllocRing.cc). I suspect that I did not set up g++ correctly. Can someone out there send me a Makefile for g++ using the native sco as and ld??, or point me in the right direction??. Any help is greatly appreciated. Thanks, ian (uw-beaver!ssc-bee!ian) P.S. I have seen many partial discussions/explanations of the crt0 files used with C and C++ compilers, can anyone point me to a COMPLETE explanation of their usage/purpose?