Roland Mainz wrote:

+ /opt/SUNWspro/bin/cc -xO3 -xarch=amd64 ........
.....
-L/home/test001/ksh93/on_build1/test1/usr/src/cmd/sgs/libconv/amd64
-lconv -lc
Text relocation remains                         referenced
    against symbol                  offset      in file
<unknown>                           0x28        /usr/lib/64/values-xpg6.o
ld: fatal: relocations remain against allocatable but non-writable sections

Odd, I didn't think the values file contained any code that needed relocation.

But, the values file is typically found from the compiler distribution, so
the fact that you're falling back to the root filesystem for this file is
strange:

 % LD_OPTIONS=-Dfiles make
 /opt/onbld/bin/i386/cw -_cc -xO3 -xarch=amd64 ....
 ....
 /opt/SUNWspro/SOS10/bin/cc -xO3 -xarch=amd64 ....
 ....
 debug:
 debug: file=/opt/SUNWspro/SOS10/prod/lib/amd64/values-xa.o  [ ET_REL ]
 debug:

Plus, if you're not finding the correct values file, I'd expect every
library built in your workspace to fail with the same error.

--

Rod.
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to