hp-ux
What can cause the application to report Undefined symbol __shlinit from a .sl library in HP-UX 11.00?
I am building a .sl library using aCC in HP-UX 11.00. I am able to build it and then link it to the application also successfully.[详细]
2023-02-03 12:37 分类:问答Unsatisfied symbols in Debug but not Release
I am building something on HPUX. Code works fine in Sun/Linux/AIX. But on HPUX it complains on [sshexec] /usr/ccs/bin/ld: Unsatisfied symbols:[详细]
2023-02-03 01:22 分类:问答How to obtain cache line size on commercial UNIX OSes from a C/C++ program?
It is easy enough to find the 开发者_开发知识库answer for Windows, Linux and OSX on the web, but how about on commercial UNIX operating systems like AIX (on POWER), HP-UX (on Itanium) and Solaris (on[详细]
2023-01-30 21:50 分类:问答Is it possible to compile/link to occi with gcc on HPUX?
We have Oracle 11 running on HP-UX 11.31 and gcc 4.4.3. It seems that there is no way to link to occi, because it 开发者_运维知识库was built with aCC. Is there any workaround for this?[详细]
2023-01-27 18:35 分类:问答Compiling NCURSES src on HPUX
I am trying to compile ncurses-5.7 from source and after running ./configure I ge开发者_开发技巧t the following error:[详细]
2023-01-16 16:10 分类:问答Is there an equivalent to pldd for HP-UX PA-RISC
On Solaris and HP-UX Itanium, pldd $process_id will give the shared objects loaded for that process. AIX has 开发者_JAVA百科procldd and Linux has pmap that have the same functionality.[详细]
2023-01-16 06:44 分类:问答Core dump not in sync with gdb stack trace
I have a program which crashes due to a segmentation fault. The core file is produced. running the core in gdb gives me the following:[详细]
2023-01-15 03:55 分类:问答Periodic Script- Daemon-
ux and i need delete a specific file every day. then I need to do a shell script or something else with a simple command for example[详细]
2023-01-09 02:32 分类:问答tarring find results on hp-ux
$ find /tmp/a1 /tmp/a1 /tmp/a1/b2 /tmp/a1/b1 /tmp/a1/b1/x开发者_Python百科1 simply trying find /tmp/a1 -exec tar -cvf dirall.tar {} \\;[详细]
2023-01-02 04:43 分类:问答activate RTTI in c++
Can anybody tell me how to activate RTTI in c++ when working on unix. I heard that it can be disabled and enabled.[详细]
2022-12-26 14:21 分类:问答