public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11630] New: I have a problem with configure
@ 2003-07-22  9:24 liadi at savantis dot com
  2003-07-22 11:50 ` [Bug c++/11630] " pinskia at physics dot uc dot edu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: liadi at savantis dot com @ 2003-07-22  9:24 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: I have a problem with configure
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: liadi at savantis dot com
                CC: gcc-bugs at gcc dot gnu dot org

when I put ../configure --prefix=/usr/local --enable-threads=posix
I get
checking size of short... configure: error: cannot determine a size for short


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

* [Bug c++/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
@ 2003-07-22 11:50 ` pinskia at physics dot uc dot edu
  2003-07-22 12:11 ` neroden at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-22 11:50 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-22 11:50 -------
You did not give enough information, can you provide the config.log from where 
configure died?


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

* [Bug c++/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
  2003-07-22 11:50 ` [Bug c++/11630] " pinskia at physics dot uc dot edu
@ 2003-07-22 12:11 ` neroden at gcc dot gnu dot org
  2003-07-27 11:22 ` liadi at savantis dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-07-22 12:11 UTC (permalink / raw)
  To: gcc-bugs

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 neroden at gcc dot gnu dot org  2003-07-22 12:11 -------
We also need to know what machine you're using.  This sort of problem is usually machine-specific.  What is the output of config.guess, for instance?


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

* [Bug c++/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
  2003-07-22 11:50 ` [Bug c++/11630] " pinskia at physics dot uc dot edu
  2003-07-22 12:11 ` neroden at gcc dot gnu dot org
@ 2003-07-27 11:22 ` liadi at savantis dot com
  2003-07-27 13:43 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: liadi at savantis dot com @ 2003-07-27 11:22 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug c++/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
                   ` (2 preceding siblings ...)
  2003-07-27 11:22 ` liadi at savantis dot com
@ 2003-07-27 13:43 ` pinskia at physics dot uc dot edu
  2003-07-29 20:20 ` [Bug bootstrap/11630] " pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-27 13:43 UTC (permalink / raw)
  To: gcc-bugs

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 pinskia at physics dot uc dot edu  2003-07-27 13:43 -------
Looks like your installation of gcc 3.1 is from a different version of HPUX, can you try with 
a different compiler?


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

* [Bug bootstrap/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
                   ` (3 preceding siblings ...)
  2003-07-27 13:43 ` pinskia at physics dot uc dot edu
@ 2003-07-29 20:20 ` pinskia at physics dot uc dot edu
  2003-07-30  6:59 ` liadi at savantis dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 20:20 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c++                         |bootstrap
   Target Milestone|3.4                         |---


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

* [Bug bootstrap/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
                   ` (4 preceding siblings ...)
  2003-07-29 20:20 ` [Bug bootstrap/11630] " pinskia at physics dot uc dot edu
@ 2003-07-30  6:59 ` liadi at savantis dot com
  2003-12-09 18:09 ` dhazeghi at yahoo dot com
  2003-12-09 18:09 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: liadi at savantis dot com @ 2003-07-30  6:59 UTC (permalink / raw)
  To: gcc-bugs

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


liadi at savantis dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From liadi at savantis dot com  2003-07-30 06:59 -------
you were right, I tried another compiler and succeed. thanks


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

* [Bug bootstrap/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
                   ` (6 preceding siblings ...)
  2003-12-09 18:09 ` dhazeghi at yahoo dot com
@ 2003-12-09 18:09 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-09 18:09 -------
Reopening to...

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


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


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

* [Bug bootstrap/11630] I have a problem with configure
  2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
                   ` (5 preceding siblings ...)
  2003-07-30  6:59 ` liadi at savantis dot com
@ 2003-12-09 18:09 ` dhazeghi at yahoo dot com
  2003-12-09 18:09 ` dhazeghi at yahoo dot com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-09 18:09 -------
close as invalid.

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


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


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

end of thread, other threads:[~2003-12-09 18:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-22  9:24 [Bug c++/11630] New: I have a problem with configure liadi at savantis dot com
2003-07-22 11:50 ` [Bug c++/11630] " pinskia at physics dot uc dot edu
2003-07-22 12:11 ` neroden at gcc dot gnu dot org
2003-07-27 11:22 ` liadi at savantis dot com
2003-07-27 13:43 ` pinskia at physics dot uc dot edu
2003-07-29 20:20 ` [Bug bootstrap/11630] " pinskia at physics dot uc dot edu
2003-07-30  6:59 ` liadi at savantis dot com
2003-12-09 18:09 ` dhazeghi at yahoo dot com
2003-12-09 18:09 ` dhazeghi at yahoo dot com

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).