-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: infrastructure
-
b04
-
generic
-
linux
-
Not verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2200441 | 6u23 | David Holmes | P3 | Resolved | Fixed | b02 |
GCC 4 compile-time errors "static declaration of ‘foo' follows non-static declaration":
to fix them you need to remove (or comment out) the "static" keyword in the following files:
o j2se/src/solaris/hpi/native_threads/src/interrupt_md.c, line 115
o j2se/src/solaris/native/sun/awt/awt_dnd.c, line 172
o deploy/src/javaws/share/native/launchFile.c, line 66
o deploy/src/javaws/share/native/xmlparser.c, line 53
See http://blogs.sun.com/roller/page/navi?entry=try_this_at_home_building for details.
to fix them you need to remove (or comment out) the "static" keyword in the following files:
o j2se/src/solaris/hpi/native_threads/src/interrupt_md.c, line 115
o j2se/src/solaris/native/sun/awt/awt_dnd.c, line 172
o deploy/src/javaws/share/native/launchFile.c, line 66
o deploy/src/javaws/share/native/xmlparser.c, line 53
See http://blogs.sun.com/roller/page/navi?entry=try_this_at_home_building for details.
- backported by
-
JDK-2200441 GCC 4 compile-time errors "static declaration follows non-static"
-
- Resolved
-
- relates to
-
JDK-6463272 GCC 4 java_md.c compile-time error: "PIC register ‘%ebx’ clobbered in ‘asm’"
-
- Closed
-
-
JDK-6463274 deploy makefile errors building on Linux
-
- Closed
-