This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

g++ on alpha



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<char,string_char_traits<char>,__default_alloc_template<true,0> > &)':
/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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]