From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Williams To: egcs@cygnus.com Subject: g++ on alpha Date: Wed, 18 Mar 1998 14:08:00 -0000 Message-id: <199803180308.TAA01348@icarus.icarus.com> X-SW-Source: 1998-03/msg00602.html I seem to be having difficulty with G++ from egcs-1.0.2 for the target alpha-redhat-linux-gnu. I'm getting messages that seem like maybe there is a mixup of header files or something. I configured egcs-1.0.2 with --prefix=/usr/local, and I'm using the as/ld that is installed with RedHat 5.0/alpha. (The README doesn't seem to say I need to do otherwise.) egch gcc compiled the 2.1.89 kernel great, that is what I'm running. C++ is another story. Did I do something stupid? -- Steve Williams "The woods are lovely, dark and deep. steve@icarus.com But I have promises to keep, steve@picturel.com and lines to code before I sleep, http://www.picturel.com And lines to code before I sleep." icarus.icarus.com % make g++ -O -g -Wall -MD -c pform.cc -o pform.o /usr/local/include/g++/stl_list.h: In method `void Module::add_gate(class Gate *)': /usr/local/include/g++/stl_list.h:159: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function /usr/local/include/g++/stl_list.h: In method `void Module::add_wire(class Wire *)': /usr/local/include/g++/stl_list.h:159: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function /usr/local/include/g++/stl_list.h: In function `void pform_startmodule(const class basic_string,__default_alloc_template > &)': /usr/local/include/g++/stl_list.h:159: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function /tmp/cca01289.s: Assembler messages: /tmp/cca01289.s:6341: Fatal error: String too big (4145 bytes) make: *** [dep/pform.d] Error 1