[gs-bugs] [Bug 689951] Error while installing Ghostscript in AIX 5.3
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Wed Jul 16 18:51:26 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=689951
------- Additional Comments From ralph.giles at artifex.com 2008-07-16 18:51 -------
There should be no problem building ghostscript on AIX with gcc.
Your last message showed a linker error about libcupsimage not being available,
so if it is on the system, the linker can't find it. PATH is for executables and
putting /usr/lib in there should not help. I'm not familiar with how AIX sets
the default search paths, but you can try adding -L/usr/lib before the
-lcupsimage line in obj/ld.tr and re-running make as a test.
If you don't care about cups support, you can also try passing --disable-cups to
configure.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list