Chance Harris <[EMAIL PROTECTED]> writes: > having a 'make test' problem. > > in on solaris 8. > > using gcc 2.95.3 . Is this a problem? I know this version is getting pretty > crusty but we just haven't made the switch yet. > > I got xerces-c-src_2_3_0, and it built no problem. Didn't install it, but > did set XERCESCROOT to /home/charris/xerces/xerces-c-src_2_3_0 > > perl Makefile.pl works fine. > make works find. > > make test fails for pretty much every case because we can't find the > symbol 'cout':
Hi Chance, 'cout' is a standard symbol defined by the iostream library. I don't know how to get g++ should automatically link it in, but maybe 2.95 has issues. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
