This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug bootstrap/10974] New: Bootstrap failure


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Bootstrap failure
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bugzilla-gcc@thewrittenword.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: powerpc-ibm-aix4.3.2.0
  GCC host triplet: powerpc-ibm-aix4.3.2.0
GCC target triplet: powerpc-ibm-aix4.3.2.0

/usr/vac/bin/cc -c -DHAVE_CONFIG_H -g -I.
-I/opt/build/gcc-3.3/libiberty/../include
/opt/build/gcc-3.3/libiberty/physmem.c -o physmem.o
"/opt/build/gcc-3.3/libiberty/physmem.c", line 149.32: 1506-022 (S)
"physmem" is not a member of "struct {...}".
gmake[1]: *** [physmem.o] Error 1
gmake[1]: Leaving directory `/opt/build/gcc-3.3-objdir/libiberty'

On AIX 5.1, the _system_configuration struct in <sys/systemcfg.h> does
have the physmem member:
        long long physmem;      /* bytes of OS available memory */

However, on 4.3.2, it doesn't exist (it exists on AIX 4.3.3 and above). And, I
don't see anything else in _system_configuration to get physical memory.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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