Hi all. I've got two issues with my new gcc-2.95.2 compiler I've just made
on a Digital UNIX 4.0F box, using the DEC cc, cxx commands. The first is
this error:
checking whether the C++ compiler (c++ ) works... 28771:./conftest:
/sbin/loader: Fatal Error: cannot map libstdc++.so.2.10.0
As you can see, this is the output from a configure script. I also see
this when g++ is called - not always but most of the time.
The second error message I always get is this:
In file included from
/usr/local/appl/gcc/lib/gcc-lib/alphaev5-dec-osf4.0f/2.95.2/include/stdarg.h:36,
from print_cmd.c:32:
/usr/local/appl/gcc/lib/gcc-lib/alphaev5-dec-osf4.0f/2.95.2/include/va-alpha.h:36:
warning: redefinition of `va_list'
/usr/local/appl/gcc/lib/gcc-lib/alphaev5-dec-osf4.0f/2.95.2/include/va_list.h:7:
warning: `va_list' previously declared here
This is always guarenteed to appear in nearly everything I compile.
Simple question is this: why are these errors occuring and how do I remove
them?
I've applied a patch that comes with the gcc-2.95.2 source for dec-osf
platforms, and I thought this might fix these messages, but nothing has
changed since I applied it and followed the rest of the instructions
given in the SPECIFIC help file.
Any help always appreciated.
------------
Greg Roberts
Computer Systems Officer
Dept. of Electrical & Electronic Engineering
The University of Western Australia
NEDLANDS WA 6907 Australia
Ph : +61-08-9380-7366
Fax : +61-08-9380-1065
Email : gregr_at_ee.uwa.edu.au
Received on Tue Mar 28 2000 - 07:05:36 NZST