public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/18132] New: Problem compiling gcc 3.4.2
@ 2004-10-24 22:51 pierre42d at 9online dot fr
  2004-10-24 22:54 ` [Bug other/18132] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pierre42d at 9online dot fr @ 2004-10-24 22:51 UTC (permalink / raw)
  To: gcc-bugs

# make
make[1]: Entering directory `/tmp/gcc-3.4.2/libiberty'
if [ x"-fpic" != x ]; then \
  gcc -c -DHAVE_CONFIG_H -s -O3 -march=i686 -I. -I./../include  -W -Wall
-Wtraditional -pedantic -fpic regex.c -o pic/regex.o; \
else true; fi
regex.c:132: warning: conflicting types for built-in function 'malloc'
In file included from /usr/include/bits/string2.h:1185,
                 from /usr/include/string.h:360,
                 from regex.c:151:
/usr/include/stdlib.h:527: error: conflicting types for 'malloc'
regex.c:132: error: previous declaration of 'malloc' was here
/usr/include/stdlib.h:527: error: conflicting types for 'malloc'
regex.c:132: error: previous declaration of 'malloc' was here
In file included from ./../include/xregex.h:26,
                 from regex.c:195:
./../include/xregex2.h:548: warning: ISO C90 does not support `static' or type
qualifiers in parameter array declarators
In file included from regex.c:649:
regex.c: In function `byte_regex_compile':
regex.c:2473: warning: implicit declaration of function `free'
regex.c: In function `byte_compile_range':
regex.c:4548: warning: signed and unsigned type in conditional expression
regex.c:4558: warning: signed and unsigned type in conditional expression
regex.c:4558: warning: signed and unsigned type in conditional expression
regex.c: In function `byte_re_compile_fastmap':
regex.c:4898: warning: implicit declaration of function `abort'
regex.c: In function `xregcomp':
regex.c:8043: warning: signed and unsigned type in conditional expression
regex.c: At top level:
regex.c:8178: warning: unused parameter 'preg'
make[1]: *** [regex.o] Error 1
make[1]: Leaving directory `/tmp/gcc-3.4.2/libiberty'
make: *** [all-libiberty] Error 2

-- 
           Summary: Problem compiling gcc 3.4.2
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pierre42d at 9online dot fr
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
@ 2004-10-24 22:54 ` pinskia at gcc dot gnu dot org
  2004-10-24 22:55 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-24 22:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-24 22:53 -------
How did you configure GCC and what are your CFLAGS?

-- 


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
  2004-10-24 22:54 ` [Bug other/18132] " pinskia at gcc dot gnu dot org
@ 2004-10-24 22:55 ` pinskia at gcc dot gnu dot org
  2004-10-25  6:06 ` pierre42d at 9online dot fr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-24 22:55 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
  2004-10-24 22:54 ` [Bug other/18132] " pinskia at gcc dot gnu dot org
  2004-10-24 22:55 ` pinskia at gcc dot gnu dot org
@ 2004-10-25  6:06 ` pierre42d at 9online dot fr
  2004-10-25 11:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pierre42d at 9online dot fr @ 2004-10-25  6:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pierre42d at 9online dot fr  2004-10-25 06:06 -------
I used  ./configure --enable-shared --enable-threads --enable-nls
--with-system-zlib --with-x --enable-gtk-cairo --enable-java-awt=gtk,xlib

# export|grep CFLAGS
declare -x CFLAGS="-s -O3 -march=i686"


-- 


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
                   ` (2 preceding siblings ...)
  2004-10-25  6:06 ` pierre42d at 9online dot fr
@ 2004-10-25 11:51 ` pinskia at gcc dot gnu dot org
  2004-11-07 13:36 ` pierre42d at 9online dot fr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-25 11:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-25 11:51 -------
Can you try without setting the CFLAGS?

-- 


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
                   ` (3 preceding siblings ...)
  2004-10-25 11:51 ` pinskia at gcc dot gnu dot org
@ 2004-11-07 13:36 ` pierre42d at 9online dot fr
  2004-11-07 15:48 ` pinskia at gcc dot gnu dot org
  2004-11-13 17:40 ` pierre42d at 9online dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: pierre42d at 9online dot fr @ 2004-11-07 13:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pierre42d at 9online dot fr  2004-11-07 13:36 -------
Ok without setting the CFLAGS I have no more error.
Strange.


-- 


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
                   ` (4 preceding siblings ...)
  2004-11-07 13:36 ` pierre42d at 9online dot fr
@ 2004-11-07 15:48 ` pinskia at gcc dot gnu dot org
  2004-11-13 17:40 ` pierre42d at 9online dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-07 15:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-07 15:48 -------
something is wrong with your machine then.

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


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


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

* [Bug other/18132] Problem compiling gcc 3.4.2
  2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
                   ` (5 preceding siblings ...)
  2004-11-07 15:48 ` pinskia at gcc dot gnu dot org
@ 2004-11-13 17:40 ` pierre42d at 9online dot fr
  6 siblings, 0 replies; 8+ messages in thread
From: pierre42d at 9online dot fr @ 2004-11-13 17:40 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pierre42d at 9online dot fr  2004-11-13 17:40 -------
Ok it was a problem with my glibc


-- 


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


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

end of thread, other threads:[~2004-11-13 17:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-24 22:51 [Bug other/18132] New: Problem compiling gcc 3.4.2 pierre42d at 9online dot fr
2004-10-24 22:54 ` [Bug other/18132] " pinskia at gcc dot gnu dot org
2004-10-24 22:55 ` pinskia at gcc dot gnu dot org
2004-10-25  6:06 ` pierre42d at 9online dot fr
2004-10-25 11:51 ` pinskia at gcc dot gnu dot org
2004-11-07 13:36 ` pierre42d at 9online dot fr
2004-11-07 15:48 ` pinskia at gcc dot gnu dot org
2004-11-13 17:40 ` pierre42d at 9online dot fr

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