Xref: utzoo gnu.g++.help:547 comp.unix.sysv386:5592 comp.sources.bugs:2861 Path: utzoo!utgpu!watserv1!watmath!uunet!mcsun!ukc!pyrltd!trevan!trevor From: trevor@trevan.uucp Newsgroups: gnu.g++.help,comp.unix.sysv386,comp.sources.bugs Subject: g++ on SCO Open Desktop Message-ID: <1991Mar04.103919.14492@trevan.uucp> Date: 4 Mar 91 10:39:19 GMT Organization: Trevan Lines: 19 I have been trying to build g++ 1.39.0 on SCO's Open Desktop using Chips patches. I used Chips makefile but changed it to not use the gnu make. I compiled g++ 1.39.0 and libg++ 1.37.0 ok. (I did use the patched gnulib3 from gcc). Now when I tried to compile groff 1.0 the linker complains of duplicate symbols. In particular free_list in node.o, env.o, and input.o. These symbols should be static but they are made external by g++. I tried renaming these but then ld would get signal 10 which is a bus error. Please can anyone help -- regards trevor trevor@trevan.uucp