Hi Guys,
I got libnettle to build on AIX 6.1 but I had to edit the Makefile.in and the configure.ac file.
Editing the configure.ac is fine. But I had to change the make rules so the shared library depended upon nettle_OBJS instead of nettle_PURE_OBJS. I *think* (but I'm not sure) that the .po suffix confuses the linker. It appears as if it was just ignoring all the .po files.
I'm happy to post my diffs but they may not help much.
I've never seen "pure" objects before. Is this really a useful concept?
Thank you, Perry