Sponsored Content
Top Forums UNIX for Advanced & Expert Users PA-RISC 2.0 (LP64) and PA-RISC2.0 exec or libraries Post 98044 by Perderabo on Sunday 5th of February 2006 07:31:10 AM
Old 02-05-2006
You cannot run a 32 bit executable with 64 bit libraries. Making an attempt to do that would require some effort. I wonder what you're actually doing. But a 32 bit executable will run fine on any version of HP-UX. To be clear, there is no problem in building an executable on a system with a PA-RISC 1.x chip and moving it a recent HP-UX system and executing it there. This is true even if the recent HP-UX system has an Itanium cpu. Aries man page
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Intel vs. RISC

I am in the process of starting to learn Unix. What is the major difference in the platforms/hardware? Would it be adventageous for me to start working with a cheap Sparc machine or should I just use my Intel machine to start learning? Any help would be appreciated. (11 Replies)
Discussion started by: amucci
11 Replies

2. AIX

Ibm Risc/6000 Os

:o Unix Sirs, :eek:RE: IBM RISC/6000 1990 Used on Application: Image buffer: 3D "Catia" (3D "Autocad" sim.) engineering C.A.D. Written by Deso. Cash prior to main frame dump:cool: * :oCan I purchase the oem operating system from you unix people? :cool: ... (1 Reply)
Discussion started by: penguins
1 Replies

3. HP-UX

please help need HP-UX 11 for PA RISC

Im not asking for an illegal copy (but from what i understand if i have the system its not illegal to give it to me) just how to get a copy of hp-ux period i have some old hp visualize systems based on the PA8500 400mhz cpu spent days on the phone with hp they no nothing and there website is a... (6 Replies)
Discussion started by: maliqua
6 Replies

4. HP-UX

Debian HPPA for HP PA-RISC

Hi, I just downloaded the debian HPPA distribution. Once I try to install it on my C3000 box, the machine boots, reads a part of the CD but then stalls with an error message about the image on the CD. The CD drive is IDE, maybe debian expects to have a SCSI one. Somebody already tried to... (1 Reply)
Discussion started by: ddegrendele
1 Replies

5. HP-UX

HP-UX 11i v2 for PA-RISC

Hello, i trying to get HP-UX 11i v2 for PA-RISC. I`im to poor to buy this system, so I`am asking that someone can help me. best regards email removed (1 Reply)
Discussion started by: mruczas
1 Replies

6. Programming

IBM Risc migration

Hi all, I have been dealing with the following problem one week now without any progress. I've a source code written in C which is using X libraries in order to create a graphical interface to visualise results produced by another code written in Fortran. The README file of the C code says... (2 Replies)
Discussion started by: Pavlos
2 Replies

7. HP-UX

Access AS400 from HP (RISC) Unix OS

Hi everyone, I am in the need of some software which will allow me to access IBM AS400 from HP unix operating system. I could download the software from IBM site for windows OS and it is working succesfully. I need to do the same on UNIX OS. Could you please guide me to some site... (1 Reply)
Discussion started by: vkoppula
1 Replies

8. HP-UX

Does HP-UX On Itanium always come with PA-RISC compatibility

Does anybody know if HP-UX on Itanium always comes with backwards compatibility for PA-RISC applications? I've heard that there is an emulator called Aries which should do the trick, I just need to know if it always comes as standard with HP-UX Itanium systems. Any help would be greatly... (3 Replies)
Discussion started by: nialler
3 Replies

9. Shell Programming and Scripting

Script Variables Inquiry, Values Okay in Standalone Exec, No-Show in Cron Exec

I have the following bash script lines in a file named test.sh. #!/bin/bash # # Write Date to cron.log # echo "Begin SSI Load $(date +%d%b%y_%T)" # # Get the latest rates file for processing. # d=$(ls -tr /rms/data/ssi | grep -v "processed" | tail -n 1) filename=$d export filename... (3 Replies)
Discussion started by: ginowms
3 Replies
intro(3C)																 intro(3C)

NAME
intro - introduction to subroutines and libraries DESCRIPTION
This section describes functions found in various libraries, other than those functions that directly invoke HP-UX system primitives, which are described in Section(2) of this volume. Certain major collections are identified by a letter after the section identifier(3): (3C) These functions, together with the Operating System Calls and those marked(3S), constitute the Standard C Library, which is automatically loaded by the C compiler, cc(1). Declarations for some of these functions can be obtained from files indicated in the appropriate entries.(3E) These functions constitute the ELF access library which lets a program manipulate ELF (Executable and Linking Format) object files, archive files, and archive members. The link editor searches this library if the option is specified. The header file provides type and function declarations for all library services (described in elf(3E). (3G) These functions constitute the graphics library and are documented in separate manuals.(3I) These functions constitute the instrument support (Device I/O) library.(3M) These functions constitute the Math Library, The link editor searches this library if the option is specified. Declara- tions for these functions are available in the header files and Several generally useful mathematical constants are also defined in (see math(5)). (3N) These functions are applicable to the Internet network and are part of the standard C library, (3S) These functions constitute the ``standard I/O package'' (see stdio(3S)). These functions are in the library already men- tioned. Declarations for these functions can be obtained from the file(3T) These functions constitute the Pthreads Library. The link editor (see ld(1)) searches this library if the option is spec- ified. See pthread(3T) for more detailed information on threads.(3X) Various specialized libraries. The files in which these libraries are found are specified in the appropriate entries. DIAGNOSTICS
Functions in the C and Math Libraries, (3C) and(3M), may return the conventional values or when the function is undefined for the given arguments or when the value is not representable. is defined as in the header file. Functions in the Math Library may also return or a In these cases, the external variable (see errno(2)) may also be set to the value [EDOM] or [ERANGE]. FILES
(For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines archive library. (For PA-RISC systems.) Standard I/O, operating system calls, and general purpose routines shared library. (For Itanium(R)-based systems.) Standard I/O, operating system calls, and general purpose routines 32-bit and 64-bit shared libraries. (For PA-RISC systems.) CRT screen handling shared library. (For Itanium-based systems.) CRT screen handling 32-bit and 64-bit shared libraries. (For PA-RISC systems.) ELF archive library. (For PA-RISC systems.) ELF shared library. (For Itanium-based systems.) ELF 32-bit and 64-bit shared libraries. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For PA-RISC systems.) SVID3, XPG4.2, and ANSI C compliant math archive library. (For Itanium-based systems.) SVID3, XPG4.2, and ANSI C compliant 32-bit and 64-bit math shared libraries. SEE ALSO
ar(1), elf(3E), ld(1), nm(1), intro(2), stdio(3S), hier(5), math(5), thread_safety(5), introduction(9). Web access to HP-UX documentation at intro(3C)
All times are GMT -4. The time now is 08:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy