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.
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:
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
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?
I am trying to compile ncurses-5.7 from source and after running ./configure I ge开发者_开发技巧t the following error:
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.
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:
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
$ 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 {} \\;
Can anybody tell me how to activate RTTI in c++ when working on unix. I heard that it can be disabled and enabled.