This is the mail archive of the gcc-help@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++ not finding string header


I'm using gcc 2.95.2 under Tru64 Unix 4.0F and HP-UX
10.20.  Both versions built fine, however, on Tru64 it
is having a problem finding the "string" header file:

atgdet11:/disk11/kdelibs-2.0rc2% g++ -v test.c
Reading specs from
/prg/local/DEC/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/specs
gcc version 2.95.2 19991024 (release)

/prg/local/DEC/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/cpp
-lang-c++ -v -D__GNUC__=2 -D__GNUG__=2
-D__GNUC_MINOR__=95 -D__cplusplus -Dunix -D__osf__
-D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__
-D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD
-D__unix -D__SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4)
-D__EXCEPTIONS -D__LANGUAGE_C__ -D__LANGUAGE_C
-DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha
-D__alpha__ -D__alpha_ev6__ -Acpu(ev6) -D__alpha_bwx__
-Acpu(bwx) -D__alpha_max__ -Acpu(max) -D__alpha_fix__
-Acpu(fix) test.c /tmp/ccVdWvAz.ii
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:

/prg/local/DEC/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/../../../../../../alphaev6-dec-osf4.0f/include

/prg/local/DEC/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted
from the search path:

/prg/local/DEC/lib/gcc-lib/alphaev6-dec-osf4.0f/2.95.2/../../../../../../../include/g++-3
 /usr/local/include
End of omitted list.
configure:4226: confdefs.h: No such file or directory
configure:4228: string: No such file or directory

Why is the alpha version omitting the g++-3 directory?

Thanks,

Joshua Weage

=====
Joshua Weage
--
--  <http://origin.me.gatech.edu/~weage>    --

__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf!  It's FREE.
http://im.yahoo.com/

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