public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14159] New: 64bit ppc64 header directory missing form system include chain
@ 2004-02-16 15:26 fwang at ca dot ibm dot com
  2004-02-16 16:16 ` [Bug c++/14159] " marcus at jet dot franken dot de
  2004-02-16 16:21 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: fwang at ca dot ibm dot com @ 2004-02-16 15:26 UTC (permalink / raw)
  To: gcc-bugs

After installation GCC version 3.2.2 on Linux 2.4.21-111-pseries64 on ppc64, 
some C++ header files for 64bit ppc were located 
in /opt/cross/include/powerpc64-linux, unfortunately this directory was missing 
from system include chain, if codes used those header files, g++ can't compile 
them due to missing header files.

// Test codes: test.C
#include <iostream>
#include <stdio.h>
    
using namespace std;

int main()
{
        cout << "Hello, world" << endl;
        return 55;
}

//Testing processes:
/opt/cross/bin/powerpc64-linux-g++  -v test.C 

Reading specs from /opt/cross/lib/gcc-lib/powerpc64-linux/3.2.2/specs
Configured with: /usr/src/packages/BUILD/cross-ppc64-gcc-3.2.2/gcc-
3.2.2/configure --enable-languages=c,c++,f77 --prefix=/opt/cross --host=powerpc-
suse-linux --target=powerpc64-linux --enable-threads=posix --disable-nls --
enable-shared --with-headers=/usr/src/packages/BUILD/cross-ppc64-gcc-
3.2.2/include-ppc64-glibc-2.2.5
Thread model: posix
gcc version 3.2.2
GNU CPP version 3.2.2 (cpplib) (PowerPC64 GNU/Linux)
GNU C++ version 3.2.2 (powerpc64-linux)
    compiled by GNU C version 3.2.2.
#include "..." search starts here:
#include <...> search starts here:
 /opt/cross/include/c++/3.2.2
 /opt/cross/include/c++/3.2.2/powerpc64-linux
 /opt/cross/include/c++/3.2.2/backward
 /opt/cross/include
 /opt/cross/lib/gcc-lib/powerpc64-linux/3.2.2/include
 /opt/cross/powerpc64-linux/sys-include
 /opt/cross/powerpc64-linux/include
End of search list.

In file included from hello.C:1:
/opt/cross/include/iostream:44:28: bits/c++config.h: No such file or directory

-- 
           Summary: 64bit ppc64 header directory missing form system include
                    chain
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fwang at ca dot ibm dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14159


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/14159] 64bit ppc64 header directory missing form system include chain
  2004-02-16 15:26 [Bug c++/14159] New: 64bit ppc64 header directory missing form system include chain fwang at ca dot ibm dot com
@ 2004-02-16 16:16 ` marcus at jet dot franken dot de
  2004-02-16 16:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: marcus at jet dot franken dot de @ 2004-02-16 16:16 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From marcus at jet dot franken dot de  2004-02-16 16:16 -------
this is a SUSE Bug, which was fixed by  
a maintenance update. 
 
Please run Yast Online Update and get the last gcc update. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14159


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/14159] 64bit ppc64 header directory missing form system include chain
  2004-02-16 15:26 [Bug c++/14159] New: 64bit ppc64 header directory missing form system include chain fwang at ca dot ibm dot com
  2004-02-16 16:16 ` [Bug c++/14159] " marcus at jet dot franken dot de
@ 2004-02-16 16:21 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-16 16:21 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-16 16:21 -------
Not GCC's bug so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14159


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-16 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16 15:26 [Bug c++/14159] New: 64bit ppc64 header directory missing form system include chain fwang at ca dot ibm dot com
2004-02-16 16:16 ` [Bug c++/14159] " marcus at jet dot franken dot de
2004-02-16 16:21 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).