Path: utzoo!attcan!uunet!decwrl!ucbvax!agate!linus!linus!mbunix!jfjr From: jfjr@mbunix.mitre.org (Freedman) Newsgroups: comp.lang.c++ Subject: Re: Yet another G++ question Keywords: problems installing libg++ on Sun (3.4) Message-ID: <124581@linus.mitre.org> Date: 26 Oct 90 18:18:02 GMT References: <1176@appli.se> Sender: usenet@linus.mitre.org Organization: The MITRE Corp., Bedford, MA Lines: 24 I have a Sun 3 running 3.4 (suggestions to upgrade are not helpful - I would if I could). I have installed the gcc compiler apparently successfully. I am struggling with the g++ and the lib (gcc-1.37.1,g++1.37.2) I g++ compiles with two warnings - MAP_FIXED is undefined I #defined it as zero, and there is a pointer assignment problem (a pointer to fancy_abort is assigned to another function pointer but since it is an abort I didn't worry) both in toplev. I had to compile with the FASCIST_ASSEMBLER flag on. Okay, now, here's the problem. In building the libg++ gnulib3 is compiled no complaints. Then I do "make tests" and it bombs because __CTOR_LIST__ and __DTOR__ list are referenced in the gnulib3 text segment but undefined. I believe I have a malformed crt1+.o but I am not sure. (the g++ build doesn't build gnulib3, collect or collect2) I think I just have a minor configuration problem in my g++ but I can't track it down. Help,advice,pointers, prayers and good luck charms are all welcome Jerry Freedman,Jr 617 271 8305