From: swinnea@cunningham.che.utexas.edu (J. Steven Swinnea) Subject: Re: Compilation errors in g++ in the TAMU linux package Date: 17 Feb 1993 19:05:15 GMT
In article <1993Feb16.011233.14338@cbfsb.cb.att.com> wto@cbnewsg.cb.att.com (William T. O Connell) writes:
>In article <1lotlvINN9c8@senator-bedfellow.MIT.EDU> martin@sandi.spelman.auc.edu (Benjamin J. Martin) writes:
>>When compiling a c++ program the following message comes back:
>>
>>test.o: Undefined symbol _cout referenced from text segment
>>test.o: Undefined symbol operator<<(ostream &, const char *) referenced from
>>text segment
>>
>Use the -nojump option when compiling, the iostream stuff is not in the
>jump tables.
I have been trying to compile the g++ test program tString.cc. I have
been getting the iostream erros also. Of course this clears them up,
but I am still left with the following errors;
/usr/lib/libg++.a(Regex.o): Undefined symbol re_compile_pattern(const char *, int, re_pattern_buffer *) referenced from text segment
/usr/lib/libg++.a(Regex.o): Undefined symbol re_compile_fastmap(re_pattern_buffer *) referenced from text segment
/usr/lib/libg++.a(Regex.o): Undefined symbol re_search_2(re_pattern_buffer *, const char *, int, const char *, int, int, int, re_registers *, int) referenced from text segment
/usr/lib/libg++.a(Regex.o): Undefined symbol re_match_2(re_pattern_buffer *, const char *, int, const char *, int, int, re_registers *, int) referenced from text segment
So, how can I fix this?
Steve Swinnea
swinnea@che.utexas.edu