GNU gettext - Bugs: bug #45896, AIX: gettext-0.19.5.1: unresolved...
You are not allowed to post comments on this tracker with your current authentication level.
bug #45896: AIX: gettext-0.19.5.1: unresolved symbols while linking shared lib
Submitter: | chris <chris1973> | ||
Submitted: | Mon 07 Sep 2015 02:31:07 PM UTC | ||
Category: | Build | Severity: | 3 - Normal |
Item Group: | None | Status: | Invalid |
Privacy: | Public | Assigned to: | haible |
Open/Closed: | Closed |
Wed 03 Jan 2018 11:33:23 AM UTC, comment #2: |
Bruno Haible <haible>![]() ![]() |
Tue 08 Sep 2015 10:06:36 AM UTC, comment #1: adding -liconv and -lc to LDFLAGS got me a bit further...
|
chris <chris1973> |
Mon 07 Sep 2015 02:31:07 PM UTC, original submission:
OS: AIX
|
chris <chris1973> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Your settings are not consistent regarding 32-bit build vs. 64-bit build: On one hand, you are specifying a 32-bit build (through "xlc -q32"), on the other hand, you are adding /opt/freeware/lib64 to the library path.
The build works for me, on AIX 7.1, with the following configuration:
CC="xlc -q64"
CXX="xlC -q64"
AR="ar -X 64"
NM="nm -X 64"
export CC CXX AR NM
and with a libiconv build (with the same configuration) from libiconv git of today.