-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32/64-bit libraries on HP-UX ia64 #2115
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"cups-1.2.7-confighpux.patch": diff -c -r config-scripts.old/cups-compiler.m4 config-scripts/cups-compiler.m4 *** 129,134 ****
! dnl Get the operating system and version number... case "$uname" in ! dnl Get the operating system, version number and arch ...
|
Version: 1.2-current
CUPS.org User: krumboeck
I try to explain how shared libraries are handled:
HP-UX ia64 is a 32bit/64bit system which can also execute HP-UX software for PA-RISC.
Default paths:
/usr/lib ... libraries for PA-RISC
/usr/lib/hpux32 ... libraries for ia64 ELF-32
/usr/lib/hpux64 ... libraries for ia64 ELF-64
The attached patch makes it possible to build 32/64-bit libraries for this plattform. But a slightly modification will be required before it will work as expected:
*) Parameter for an additional "string" in the standard library path or additional parameters for setting the 32/64-bit library paths (don't know which is the better way)
The text was updated successfully, but these errors were encountered: