-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: client-libs
-
master
-
ppc
-
aix
When building headless on AIX (configure flag --enable-headless-only), we run into this linker error :
ld: 0711-317 ERROR: Undefined symbol: awt_GetDrawingSurface
ld: 0711-317 ERROR: Undefined symbol: awt_FreeDrawingSurface
ld: 0711-317 ERROR: Undefined symbol: awt_Lock
ld: 0711-317 ERROR: Undefined symbol: awt_Unlock
ld: 0711-317 ERROR: Undefined symbol: awt_GetComponent
ld: 0711-317 ERROR: Undefined symbol: awt_CreateEmbeddedFrame
ld: 0711-317 ERROR: Undefined symbol: awt_SetBounds
ld: 0711-317 ERROR: Undefined symbol: awt_SynthesizeWindowActivation
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
.ibm-clang: error: linker command failed with exit code 8 (use -v to see invocation)
gmake[3]: *** [lib/AwtLibraries.gmk:442: /open_jdk/build_aix_headless/support/modules_libs/java.desktop/libjawt.so] Error 8
ld: 0711-317 ERROR: Undefined symbol: awt_GetDrawingSurface
ld: 0711-317 ERROR: Undefined symbol: awt_FreeDrawingSurface
ld: 0711-317 ERROR: Undefined symbol: awt_Lock
ld: 0711-317 ERROR: Undefined symbol: awt_Unlock
ld: 0711-317 ERROR: Undefined symbol: awt_GetComponent
ld: 0711-317 ERROR: Undefined symbol: awt_CreateEmbeddedFrame
ld: 0711-317 ERROR: Undefined symbol: awt_SetBounds
ld: 0711-317 ERROR: Undefined symbol: awt_SynthesizeWindowActivation
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
.ibm-clang: error: linker command failed with exit code 8 (use -v to see invocation)
gmake[3]: *** [lib/AwtLibraries.gmk:442: /open_jdk/build_aix_headless/support/modules_libs/java.desktop/libjawt.so] Error 8
- links to
-
Commit(master)
openjdk/jdk/4d42ce23
-
Review(master)
openjdk/jdk/30145