public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
@ 2003-06-06 19:07 ` goebel@emunix.emich.edu
  2003-06-11 15:05 ` dhazeghi@yahoo.com
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel@emunix.emich.edu @ 2003-06-06 19:07 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=7881



------- Additional Comments From goebel@emunix.emich.edu  2003-06-06 19:07 -------
Subject: Re:  Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed


  This is how it fails now...

/usr/src/gcc/gcc/xgcc -B/usr/src/gcc/gcc/ -B/usr/local/alphaev6-dec-osf4.0g/bin/ -B/usr/local/alphaev6-dec-osf4.0g/lib/ -isystem /usr/local/alphaev6-dec-osf4.0g/include -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-3.3/libiberty/../include  -W -Wall -Wtraditional -pedantic ../../../gcc-3.3/libiberty/fibheap.c -o fibheap.o
../../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_union':
../../../gcc-3.3/libiberty/fibheap.c:166: warning: implicit declaration of function `free'
../../../gcc-3.3/libiberty/fibheap.c:171: warning: function `free' was previously declared within a block
../../../gcc-3.3/libiberty/fibheap.c:187: warning: function `free' was previously declared within a block
../../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_extract_min':
../../../gcc-3.3/libiberty/fibheap.c:206: warning: function `free' was previously declared within a block
../../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_delete_node':
../../../gcc-3.3/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function)
../../../gcc-3.3/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once
../../../gcc-3.3/libiberty/fibheap.c:285: error: for each function it appears in.)
../../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_delete':
../../../gcc-3.3/libiberty/fibheap.c:297: warning: function `free' was previously declared within a block
../../../gcc-3.3/libiberty/fibheap.c: In function `fibheap_consolidate':
../../../gcc-3.3/libiberty/fibheap.c:395: warning: implicit declaration of function `memset'
*** Exit 1
Stop.


And now a bit of polka music by "dhazeghi@yahoo.com"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> dhazeghi@yahoo.com changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|dhazeghi@yahoo.com          |
> 
> 
> ------- Additional Comments From dhazeghi@yahoo.com  2003-05-30 22:57 -------
> Hello,
> 
> sorry, it looks like I didn't see your response until now. Thanks for the feedback. Would it be at all 
> possible for you to check if this problem is still present in gcc 3.3? IIRC some work has been done 
> in this area, though I'm by no means certain that your particularly problem has been solved. 
> Thanks,
> 
> Dara
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
  2003-06-06 19:07 ` [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed goebel@emunix.emich.edu
@ 2003-06-11 15:05 ` dhazeghi@yahoo.com
  2003-06-11 15:16 ` goebel@emunix.emich.edu
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-11 15:05 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=7881



------- Additional Comments From dhazeghi@yahoo.com  2003-06-11 15:05 -------
Thanks for the feedback. Looks like headers necessary for compilation aren't being included. Ugh. 
free() and memset() are defined in stdlib.h on Tru64, correct? Can you either attach your config.log 
from the libiberty build that failed, or check whether these necessary headers are in fact detected? 
Thanks,

Dara


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
  2003-06-06 19:07 ` [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed goebel@emunix.emich.edu
  2003-06-11 15:05 ` dhazeghi@yahoo.com
@ 2003-06-11 15:16 ` goebel@emunix.emich.edu
  2003-06-14 20:14 ` pinskia@physics.uc.edu
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel@emunix.emich.edu @ 2003-06-11 15:16 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=7881



------- Additional Comments From goebel@emunix.emich.edu  2003-06-11 15:16 -------
Subject: Re:  Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed


Hiya,

 Just a reference it does build on another Tru64 4.0g system 
that I have, which dosen't have iconv installed on it.

free() is defined in stdlib.h
memset() is defined in string.h

from config.cache
gcc_cv_have_decl_free=${gcc_cv_have_decl_free='yes'}
ac_cv_func_memset=${ac_cv_func_memset='yes'}

config.log from ./libiberty to followin in seperate message.

Thanks,
Matt

And now a bit of polka music by "dhazeghi@yahoo.com"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> 
> ------- Additional Comments From dhazeghi@yahoo.com  2003-06-11 15:05 -------
> Thanks for the feedback. Looks like headers necessary for compilation aren't being included. Ugh. 
> free() and memset() are defined in stdlib.h on Tru64, correct? Can you either attach your config.log 
> from the libiberty build that failed, or check whether these necessary headers are in fact detected? 
> Thanks,
> 
> Dara
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (2 preceding siblings ...)
  2003-06-11 15:16 ` goebel@emunix.emich.edu
@ 2003-06-14 20:14 ` pinskia@physics.uc.edu
  2003-06-16 14:26 ` goebel@emunix.emich.edu
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-14 20:14 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=7881



------- Additional Comments From pinskia@physics.uc.edu  2003-06-14 20:14 -------
Could you attach config.h from libiberty?


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (3 preceding siblings ...)
  2003-06-14 20:14 ` pinskia@physics.uc.edu
@ 2003-06-16 14:26 ` goebel@emunix.emich.edu
  2003-06-16 14:47 ` pinskia@physics.uc.edu
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel@emunix.emich.edu @ 2003-06-16 14:26 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=7881



------- Additional Comments From goebel@emunix.emich.edu  2003-06-16 14:26 -------
Subject: Re:  Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed


---begin config.h

/* config.h.  Generated automatically by configure.  */
/* config.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if you have a working `mmap' system call.  */
#define HAVE_MMAP 1

/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
#define HAVE_SYS_WAIT_H 1

/* Define if you have <vfork.h>.  */
/* #undef HAVE_VFORK_H */

/* Define as __inline if that's what the C compiler calls it.  */
/* #undef inline */

/* Define if your C compiler doesn't accept -c and -o together.  */
/* #undef NO_MINUS_C_MINUS_O */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define if you need to in order for stat and other things to work.  */
/* #undef _POSIX_SOURCE */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#define TIME_WITH_SYS_TIME 1

/* Define vfork as fork if vfork does not work.  */
/* #undef vfork */

/* Define to `unsigned long' if <sys/types.h> doesn't define.  */
#define uintptr_t unsigned long

/* Define if you have the _doprnt function.  */
#define HAVE__DOPRNT 1

/* Define if you have the asprintf function.  */
/* #undef HAVE_ASPRINTF */

/* Define if you have the atexit function.  */
#define HAVE_ATEXIT 1

/* Define if you have the basename function.  */
#define HAVE_BASENAME 1

/* Define if you have the bcmp function.  */
#define HAVE_BCMP 1

/* Define if you have the bcopy function.  */
#define HAVE_BCOPY 1

/* Define if you have the bsearch function.  */
#define HAVE_BSEARCH 1

/* Define if you have the bzero function.  */
#define HAVE_BZERO 1

/* Define if you have the calloc function.  */
#define HAVE_CALLOC 1

/* Define if you have the clock function.  */
#define HAVE_CLOCK 1

/* Define if you have the ffs function.  */
#define HAVE_FFS 1

/* Define if you have the getcwd function.  */
#define HAVE_GETCWD 1

/* Define if you have the getpagesize function.  */
#define HAVE_GETPAGESIZE 1

/* Define if you have the getrusage function.  */
#define HAVE_GETRUSAGE 1

/* Define if you have the getsysinfo function.  */
#define HAVE_GETSYSINFO 1

/* Define if you have the gettimeofday function.  */
#define HAVE_GETTIMEOFDAY 1

/* Define if you have the index function.  */
#define HAVE_INDEX 1

/* Define if you have the insque function.  */
#define HAVE_INSQUE 1

/* Define if you have the memchr function.  */
#define HAVE_MEMCHR 1

/* Define if you have the memcmp function.  */
#define HAVE_MEMCMP 1

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE 1

/* Define if you have the memset function.  */
#define HAVE_MEMSET 1

/* Define if you have the mkstemps function.  */
/* #undef HAVE_MKSTEMPS */

/* Define if you have the on_exit function.  */
/* #undef HAVE_ON_EXIT */

/* Define if you have the psignal function.  */
#define HAVE_PSIGNAL 1

/* Define if you have the pstat_getdynamic function.  */
/* #undef HAVE_PSTAT_GETDYNAMIC */

/* Define if you have the pstat_getstatic function.  */
/* #undef HAVE_PSTAT_GETSTATIC */

/* Define if you have the putenv function.  */
#define HAVE_PUTENV 1

/* Define if you have the random function.  */
#define HAVE_RANDOM 1

/* Define if you have the rename function.  */
#define HAVE_RENAME 1

/* Define if you have the rindex function.  */
#define HAVE_RINDEX 1

/* Define if you have the sbrk function.  */
#define HAVE_SBRK 1

/* Define if you have the setenv function.  */
#define HAVE_SETENV 1

/* Define if you have the sigsetmask function.  */
#define HAVE_SIGSETMASK 1

/* Define if you have the strcasecmp function.  */
#define HAVE_STRCASECMP 1

/* Define if you have the strchr function.  */
#define HAVE_STRCHR 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strncasecmp function.  */
#define HAVE_STRNCASECMP 1

/* Define if you have the strrchr function.  */
#define HAVE_STRRCHR 1

/* Define if you have the strsignal function.  */
/* #undef HAVE_STRSIGNAL */

/* Define if you have the strstr function.  */
#define HAVE_STRSTR 1

/* Define if you have the strtod function.  */
#define HAVE_STRTOD 1

/* Define if you have the strtol function.  */
#define HAVE_STRTOL 1

/* Define if you have the strtoul function.  */
#define HAVE_STRTOUL 1

/* Define if you have the sysconf function.  */
#define HAVE_SYSCONF 1

/* Define if you have the sysctl function.  */
/* #undef HAVE_SYSCTL */

/* Define if you have the sysmp function.  */
/* #undef HAVE_SYSMP */

/* Define if you have the table function.  */
#define HAVE_TABLE 1

/* Define if you have the times function.  */
#define HAVE_TIMES 1

/* Define if you have the tmpnam function.  */
#define HAVE_TMPNAM 1

/* Define if you have the vasprintf function.  */
/* #undef HAVE_VASPRINTF */

/* Define if you have the vfprintf function.  */
#define HAVE_VFPRINTF 1

/* Define if you have the vprintf function.  */
#define HAVE_VPRINTF 1

/* Define if you have the vsprintf function.  */
#define HAVE_VSPRINTF 1

/* Define if you have the waitpid function.  */
#define HAVE_WAITPID 1

/* Define if you have the <alloca.h> header file.  */
#define HAVE_ALLOCA_H 1

/* Define if you have the <fcntl.h> header file.  */
#define HAVE_FCNTL_H 1

/* Define if you have the <limits.h> header file.  */
#define HAVE_LIMITS_H 1

/* Define if you have the <machine/hal_sysinfo.h> header file.  */
#define HAVE_MACHINE_HAL_SYSINFO_H 1

/* Define if you have the <stdlib.h> header file.  */
#define HAVE_STDLIB_H 1

/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1

/* Define if you have the <strings.h> header file.  */
#define HAVE_STRINGS_H 1

/* Define if you have the <sys/file.h> header file.  */
#define HAVE_SYS_FILE_H 1

/* Define if you have the <sys/mman.h> header file.  */
#define HAVE_SYS_MMAN_H 1

/* Define if you have the <sys/param.h> header file.  */
#define HAVE_SYS_PARAM_H 1

/* Define if you have the <sys/pstat.h> header file.  */
/* #undef HAVE_SYS_PSTAT_H */

/* Define if you have the <sys/resource.h> header file.  */
#define HAVE_SYS_RESOURCE_H 1

/* Define if you have the <sys/stat.h> header file.  */
#define HAVE_SYS_STAT_H 1

/* Define if you have the <sys/sysctl.h> header file.  */
/* #undef HAVE_SYS_SYSCTL_H */

/* Define if you have the <sys/sysinfo.h> header file.  */
#define HAVE_SYS_SYSINFO_H 1

/* Define if you have the <sys/sysmp.h> header file.  */
/* #undef HAVE_SYS_SYSMP_H */

/* Define if you have the <sys/systemcfg.h> header file.  */
/* #undef HAVE_SYS_SYSTEMCFG_H */

/* Define if you have the <sys/table.h> header file.  */
#define HAVE_SYS_TABLE_H 1

/* Define if you have the <sys/time.h> header file.  */
#define HAVE_SYS_TIME_H 1

/* Define if you have the <time.h> header file.  */
#define HAVE_TIME_H 1

/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1

/* Define if errno must be declared even when <errno.h> is included. */
/* #undef NEED_DECLARATION_ERRNO */

/* Define if you have the `uintptr_t' type. */
#define HAVE_UINTPTR_T 1

/* Define if you have the sys_errlist variable. */
#define HAVE_SYS_ERRLIST 1

/* Define if you have the sys_nerr variable. */
#define HAVE_SYS_NERR 1

/* Define if you have the sys_siglist variable. */
#define HAVE_SYS_SIGLIST 1

/* Define if you have the _system_configuration variable. */
/* #undef HAVE__SYSTEM_CONFIGURATION */

/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP
   systems. This function is required for alloca.c support on those
   systems. */
/* #undef CRAY_STACKSEG_END */

/* Define if you know the direction of stack growth for your system;
   otherwise it will be automatically deduced at run-time.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
#define STACK_DIRECTION -1


---end config.h

And now a bit of polka music by "pinskia@physics.uc.edu"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> 
> ------- Additional Comments From pinskia@physics.uc.edu  2003-06-14 20:14 -------
> Could you attach config.h from libiberty?
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (4 preceding siblings ...)
  2003-06-16 14:26 ` goebel@emunix.emich.edu
@ 2003-06-16 14:47 ` pinskia@physics.uc.edu
  2003-06-23 15:37 ` goebel at emunix dot emich dot edu
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-16 14:47 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=7881


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-16 14:47:25
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-06-16 14:47 -------
Looks like something is wrong in libiberty, somehow did not regenerate config.in right so that 
config.h did not have HAVE_STDLIB_H.


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (5 preceding siblings ...)
  2003-06-16 14:47 ` pinskia@physics.uc.edu
@ 2003-06-23 15:37 ` goebel at emunix dot emich dot edu
  2003-06-23 15:55 ` pinskia at physics dot uc dot edu
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel at emunix dot emich dot edu @ 2003-06-23 15:37 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=7881



------- Additional Comments From goebel at emunix dot emich dot edu  2003-06-23 15:31 -------
Subject: Re:  Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed


Thats cool, anything in particular that should be done about it?

Matt

And now a bit of polka music by "pinskia@physics.uc.edu"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> pinskia@physics.uc.edu changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|WAITING                     |NEW
>    Last reconfirmed|0000-00-00 00:00:00         |2003-06-16 14:47:25
>                date|                            |
> 
> 
> ------- Additional Comments From pinskia@physics.uc.edu  2003-06-16 14:47 -------
> Looks like something is wrong in libiberty, somehow did not regenerate config.in right so that 
> config.h did not have HAVE_STDLIB_H.
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (6 preceding siblings ...)
  2003-06-23 15:37 ` goebel at emunix dot emich dot edu
@ 2003-06-23 15:55 ` pinskia at physics dot uc dot edu
  2003-07-18 19:04 ` [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X " dhazeghi at yahoo dot com
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-06-23 15:55 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=7881


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu  2003-06-23 15:53 -------
Actually I was wrong I looked at config.h wrong, it is right, the problem is in the other config.h and 
config.log which is in ./alphaev6-dec-osf4.0g/libiberty. Can you attach them?
After gcc is compiled, gcc then compiles libiberty again as a target library and that is where the 
compiler is stoping.


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (7 preceding siblings ...)
  2003-06-23 15:55 ` pinskia at physics dot uc dot edu
@ 2003-07-18 19:04 ` dhazeghi at yahoo dot com
  2003-07-18 19:08 ` pinskia at physics dot uc dot edu
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-18 19:04 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=7881


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at physics dot uc
                   |                            |dot edu
             Status|WAITING                     |NEW
           Keywords|                            |build
   Last reconfirmed|2003-06-16 14:47:25         |2003-07-18 19:04:51
               date|                            |
            Summary|Cannot compile gcc-3.2 on   |Cannot compile gcc on Tru64
                   |Tru64 4.0G if gnu libiconv  |4.0G or 5.X if gnu libiconv
                   |is installed                |is installed


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-18 19:04 -------
Okay this is the exact same problem I hit today with gcc 3.3 on Tru64 5.1B (http://gcc.gnu.org/
ml/gcc-bugs/2003-07/msg02140.html). Andrew are you still looking into this?


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (8 preceding siblings ...)
  2003-07-18 19:04 ` [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X " dhazeghi at yahoo dot com
@ 2003-07-18 19:08 ` pinskia at physics dot uc dot edu
  2003-07-18 20:42 ` dhazeghi at yahoo dot com
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18 19:08 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=7881



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 19:08 -------
I could not figure out why the config.h could even be empty and I did not have a Tru64 machine to 
look into this problem.  One thing to try is to use a different shell via CONFIG_SHELL.


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (9 preceding siblings ...)
  2003-07-18 19:08 ` pinskia at physics dot uc dot edu
@ 2003-07-18 20:42 ` dhazeghi at yahoo dot com
  2003-07-18 20:46 ` goebel at emunix dot emich dot edu
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-18 20:42 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=7881



------- Additional Comments From dhazeghi at yahoo dot com  2003-07-18 20:42 -------
Darn, it seems there are actually two bugs in this report. So Matt, your config.h is empty in the 
alpha-dec-osf4.0/libiberty directory? Does configuring with a different shell help?


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (10 preceding siblings ...)
  2003-07-18 20:42 ` dhazeghi at yahoo dot com
@ 2003-07-18 20:46 ` goebel at emunix dot emich dot edu
  2003-07-18 20:57 ` pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel at emunix dot emich dot edu @ 2003-07-18 20:46 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=7881



------- Additional Comments From goebel at emunix dot emich dot edu  2003-07-18 20:46 -------
Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed


Probably a silly question, but I've never tried to configure with a 
different shell before...command should be something like...?

../gcc-3.3/configure --enable-CONFIG_SHELL=/usr/local/bin/bash

Matt

And now a bit of polka music by "dhazeghi at yahoo dot com"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> 
> ------- Additional Comments From dhazeghi at yahoo dot com  2003-07-18 20:42 -------
> Darn, it seems there are actually two bugs in this report. So Matt, your config.h is empty in the 
> alpha-dec-osf4.0/libiberty directory? Does configuring with a different shell help?
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (11 preceding siblings ...)
  2003-07-18 20:46 ` goebel at emunix dot emich dot edu
@ 2003-07-18 20:57 ` pinskia at physics dot uc dot edu
  2003-07-18 22:14 ` goebel at emunix dot emich dot edu
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18 20:57 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=7881



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 20:57 -------
Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed

> Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> 
> 
> Probably a silly question, but I've never tried to configure with a 
> different shell before...command should be something like...?
> 
> ../gcc-3.3/configure --enable-CONFIG_SHELL=/usr/local/bin/bash
> 
> Matt
> 

It is listed under the  solaris Host/Target specific installation notes because in solaris this is required:

        % CONFIG_SHELL=/usr/local/bin/bash
        % export CONFIG_SHELL
        % srcdir/configure [options] [target]
        % gmake bootstrap
        % gmake install


assuming gmake is GNU make.

Thanks,
Andrew Pinski


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (12 preceding siblings ...)
  2003-07-18 20:57 ` pinskia at physics dot uc dot edu
@ 2003-07-18 22:14 ` goebel at emunix dot emich dot edu
  2003-07-21 13:35 ` goebel at emunix dot emich dot edu
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel at emunix dot emich dot edu @ 2003-07-18 22:14 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=7881



------- Additional Comments From goebel at emunix dot emich dot edu  2003-07-18 22:14 -------
Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed


Using bash as the config shell it bootstrapped, but I'm not going 
to install it and test it further until monday.

Thanks,
Matt

And now a bit of polka music by "pinskia at physics dot uc dot edu"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> 
> ------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 20:57 -------
> Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> 
> > Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> > 
> > 
> > Probably a silly question, but I've never tried to configure with a 
> > different shell before...command should be something like...?
> > 
> > ../gcc-3.3/configure --enable-CONFIG_SHELL=/usr/local/bin/bash
> > 
> > Matt
> > 
> 
> It is listed under the  solaris Host/Target specific installation notes because in solaris this is required:
> 
>         % CONFIG_SHELL=/usr/local/bin/bash
>         % export CONFIG_SHELL
>         % srcdir/configure [options] [target]
>         % gmake bootstrap
>         % gmake install
> 
> 
> assuming gmake is GNU make.
> 
> Thanks,
> Andrew Pinski
> 
> 
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (13 preceding siblings ...)
  2003-07-18 22:14 ` goebel at emunix dot emich dot edu
@ 2003-07-21 13:35 ` goebel at emunix dot emich dot edu
  2003-11-04 16:18 ` joho at hausboot dot org
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: goebel at emunix dot emich dot edu @ 2003-07-21 13:35 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=7881



------- Additional Comments From goebel at emunix dot emich dot edu  2003-07-21 13:35 -------
Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed


 Setting the config shell to bash worked.  I was able to bootstrap,
and install.  I then tested it by compiling apache-1.3.28, which 
also appears to have worked.

Thanks,
Matt Goebel

And now a bit of polka music by "pinskia at physics dot uc dot edu"
> 
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
> 
> 
> 
> ------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 20:57 -------
> Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> 
> > Subject: Re:  Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> > 
> > 
> > Probably a silly question, but I've never tried to configure with a 
> > different shell before...command should be something like...?
> > 
> > ../gcc-3.3/configure --enable-CONFIG_SHELL=/usr/local/bin/bash
> > 
> > Matt
> > 
> 
> It is listed under the  solaris Host/Target specific installation notes because in solaris this is required:
> 
>         % CONFIG_SHELL=/usr/local/bin/bash
>         % export CONFIG_SHELL
>         % srcdir/configure [options] [target]
>         % gmake bootstrap
>         % gmake install
> 
> 
> assuming gmake is GNU make.
> 
> Thanks,
> Andrew Pinski
> 
> 
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (14 preceding siblings ...)
  2003-07-21 13:35 ` goebel at emunix dot emich dot edu
@ 2003-11-04 16:18 ` joho at hausboot dot org
  2003-12-31  9:55 ` bluecoder at comcast dot net
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 19+ messages in thread
From: joho at hausboot dot org @ 2003-11-04 16:18 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=7881



------- Additional Comments From joho at hausboot dot org  2003-11-04 16:18 -------
Hi everyone,

Could this please be added to the host-specific configuration documentation
(under INSTALL/specific.html)?

I'm trying now for around 3 days to compile gcc-3.3.2 on Tru64 4.0d, always
getting this error message. I even tried to do the bootstrap with an older
version of gcc (gcc-2.95.3), as I suspected a limitation in the Tru64 cc,
because I have seen similar errors while configuring libcurl (but perhaps these
issues will go away if I configure the lib using the same method as in here).

CU all,
Jens


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (15 preceding siblings ...)
  2003-11-04 16:18 ` joho at hausboot dot org
@ 2003-12-31  9:55 ` bluecoder at comcast dot net
  2004-01-23 21:07 ` dhazeghi at yahoo dot com
  2004-04-12 13:57 ` pinskia at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: bluecoder at comcast dot net @ 2003-12-31  9:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bluecoder at comcast dot net  2003-12-31 09:36 -------
I revieved this error compiling gcc 3.2.3 with the Cygwin platform. 
Uninstalling libiconv allowed me to compile.

-- 


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


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (16 preceding siblings ...)
  2003-12-31  9:55 ` bluecoder at comcast dot net
@ 2004-01-23 21:07 ` dhazeghi at yahoo dot com
  2004-04-12 13:57 ` pinskia at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-23 21:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-23 21:07 -------
Jens, sorry for the late response. How does this sound?

"Building gcc will fail if GNU libiconv is installed in /usr/local. To work around this, you must move 
GNU libiconv from /usr/local before building gcc."

Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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


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

* [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
       [not found] <20020910085604.7881.goebel@emunix.emich.edu>
                   ` (17 preceding siblings ...)
  2004-01-23 21:07 ` dhazeghi at yahoo dot com
@ 2004-04-12 13:57 ` pinskia at gcc dot gnu dot org
  18 siblings, 0 replies; 19+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-12 13:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2003-07-18 19:04:51         |2004-04-12 12:51:52
               date|                            |


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


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

end of thread, other threads:[~2004-04-12 12:51 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020910085604.7881.goebel@emunix.emich.edu>
2003-06-06 19:07 ` [Bug bootstrap/7881] Cannot compile gcc-3.2 on Tru64 4.0G if gnu libiconv is installed goebel@emunix.emich.edu
2003-06-11 15:05 ` dhazeghi@yahoo.com
2003-06-11 15:16 ` goebel@emunix.emich.edu
2003-06-14 20:14 ` pinskia@physics.uc.edu
2003-06-16 14:26 ` goebel@emunix.emich.edu
2003-06-16 14:47 ` pinskia@physics.uc.edu
2003-06-23 15:37 ` goebel at emunix dot emich dot edu
2003-06-23 15:55 ` pinskia at physics dot uc dot edu
2003-07-18 19:04 ` [Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X " dhazeghi at yahoo dot com
2003-07-18 19:08 ` pinskia at physics dot uc dot edu
2003-07-18 20:42 ` dhazeghi at yahoo dot com
2003-07-18 20:46 ` goebel at emunix dot emich dot edu
2003-07-18 20:57 ` pinskia at physics dot uc dot edu
2003-07-18 22:14 ` goebel at emunix dot emich dot edu
2003-07-21 13:35 ` goebel at emunix dot emich dot edu
2003-11-04 16:18 ` joho at hausboot dot org
2003-12-31  9:55 ` bluecoder at comcast dot net
2004-01-23 21:07 ` dhazeghi at yahoo dot com
2004-04-12 13:57 ` 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).