This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11630] I have a problem with configure
- From: "liadi at savantis dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jul 2003 11:22:36 -0000
- Subject: [Bug c++/11630] I have a problem with configure
- References: <20030722092419.11630.liadi@savantis.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11630
------- Additional Comments From liadi at savantis dot com 2003-07-27 11:22 -------
I'm using HP-UX B.11.00 9000/785.
The end of config.log is:
int main() {
switch (0) case 0: case (sizeof (short) == 2):;
; return 0; }
configure:1698: gcc -c -g -O2 conftest.c 1>&5
In file included from configure:1690:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/sys/types.h:19:25:
sys/stdsyms.h: No such file or directory
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/sys/types.h:20:27:
sys/_inttypes.h: No such file or directory
In file included from configure:1690:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/sys/types.h:483:
parse error before "dir_off_t"
configure: In function `main':
configure:1694: duplicate case value
configure:1694: previously used here
configure: failed program was:
#line 1688 "configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
int main() {
switch (0) case 0: case (sizeof (short) == 16):;
; return 0; }
I realy hope it'll help, I need it badly