Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uicsgva.csg.uiuc.edu!niermann From: niermann@uicsgva.csg.uiuc.edu Newsgroups: gnu.g++ Subject: installing g++.1.34.2 Message-ID: <299900001@uicsgva.csg.uiuc.edu> Date: 18 Apr 89 18:39:00 GMT Lines: 12 Nf-ID: #N:uicsgva.csg.uiuc.edu:299900001:000:527 Nf-From: uicsgva.csg.uiuc.edu!niermann Apr 18 13:39:00 1989 I am trying to install g++.1.34.2 on a sun3 os4. When I compile a program I always get an assembler syntax error on lines that look like these. .stabs "___DTOR_LIST__",22,0,0,__GLOBAL_$D$main_c .stabs "___CTOR_LIST__",22,0,0,__GLOBAL_$I$main_c Does anyone know what I did not do while installing g++. My guess is that __DTOR_LIST__ and __CTOR_LIST__ do something with global constructors and destructors and the assembler can not find the code for the memory allocation. Any help will be greatly appreciated. Tom Niermann