I attempted a build of ksh93 prototype005 code. The "dmake install" exited with a series of errors such as:
"ld: fatal: relocation error: R_AMD64_32: file ./debug64/unix.o: symbol cpu_setups: value 0xfffffffffbc42a40 does not fit" The last few lines of the build log says : *** Error code 1 dmake: Fatal error: Command failed for target `debug64/unix' Current working directory /PROJECTS/test_x86/usr/src/uts/i86pc/unix *** Error code 1 The following command caused the error: BUILD_TYPE=DBG64 VERSION='test_x86' dmake install.targ dmake: Fatal error: Command failed for target `install.debug64' Current working directory /PROJECTS/test_x86/usr/src/uts/i86pc/unix *** Error code 1 ... /usr/ccs/bin/ld is the linker that is getting used. Host is a *32-bit* intel system. (ON build b54 on the same system had been done without issues using "nightly" on the same system). Any hints as to what could be the problem ? This message posted from opensolaris.org
