[Sun C++] relocation error in 3 examples
----------------------------------------
Key: STDCXX-183
URL: http://issues.apache.org/jira/browse/STDCXX-183
Project: C++ Standard Library
Type: Bug
Components: Configuration
Versions: 4.1.3
Environment: Sun C++ 5.7
Reporter: Martin Sebor
Assigned to: Martin Sebor
The example programs alg7.cpp, icecream.cpp, and random_shuffle.cpp exit abnormally with the
error below:
CC -xarch=v9 -D_RWCONFIG=12d -I../../include -I./../../../../include -I./../../../.. -I./../../../..
-I.. -O -mt -library=%none -c ../random_shuffle.cpp
CC -xarch=v9 -mt -library=%none -L./../../../../lib -o random_shuffle random_shuffle.o
-lstd4112d
Example output:
Elements before random_shuffle:
1 2 3 4 5 6 7 8 9 10 ld.so.1: random_shuffle: fatal: relocation error: R_SPARC_JMP_SLOT:
unidentifiable procedure reference: link-map 0xffffffff7f5011a0, offset 0x1fc921, called from
0xffffffff7f2485a4
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|