Sponsored Content
Full Discussion: Migration - Compiler Issues.
Operating Systems HP-UX Migration - Compiler Issues. Post 302627807 by helper on Sunday 22nd of April 2012 12:20:15 AM
Old 04-22-2012
Migration - Compiler Issues.

All,

We are migrating an application from HP-UX B.11.00 to HP-UX B.11.31 and both of them have the same informix version - 7.25se. However the compilers are different on both servers.
HP-UX B.11.00 - has B3913DB C.03.33 HP aC++ Compiler (S800)
HP-UX B.11.31 - has PHSS_40631 1.0 HP C/aC++ Compiler (A.06.24)

We have re-compiled and created all the executables. Some of our executables are giving core dumps giving the following information.

Code:
Program terminated with signal 11, Segmentation fault.
SEGV_ACCERR - Invalid Permissions for object
#0 0x40be5c0:1 in pf_getval () at e33lfunc.c:51
51 e33lfunc.c: No such file or directory.
in e33lfunc.c
(gdb) where
#0 0x40be5c0:1 in pf_getval () at e33lfunc.c:51


As per my understanding pf_getval is a PERFORM Library functions. Can someone tell me which library has these functions so that i can link them while compiling and proceed with the same...

Let me know if i need to furnish any further details.

Moderator's Comments:
Mod Comment Link: How to use code tags

Last edited by Scrutinizer; 04-22-2012 at 02:02 AM..
 

8 More Discussions You Might Find Interesting

1. Programming

Compiler License Issues

Although not strictly about the process of coding in C, this forum seemed the most appropriate for this topic. Apologies if that's not correct. I have been contacted by one of my developers; they are receiving this error message on our AIX box: 4053: cc EXTRACT.c 1506-507 (W) No licenses... (1 Reply)
Discussion started by: sam_pointer
1 Replies

2. Solaris

Compiler issues with ./configure

Hi guys i'm running solaris 7 on an ultra 5 sparc system and for the life of me i keep getting this error when trying to configure apache: checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. ... (0 Replies)
Discussion started by: solidsigma
0 Replies

3. UNIX for Dummies Questions & Answers

xl C/C++ compiler to GCC compiler

Hi, we are converting from IBM-AIX(xl c/c++ compiler) to Linux(GCC complier). As a part of this i need to change the CFLAGS. The xl c/c++ complier CFLAGS is CFLAGS := $(CDEBUG) $(PROJECT_INCLUDE_DIRS) $(COBJECT_MODE) -qcpluscmt -qmakedep -qcheck=all \ -qalign=bit_packed $(LINT_FLAGS)... (0 Replies)
Discussion started by: pbattu1
0 Replies

4. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

5. Shell Programming and Scripting

Shell Script migration issues

Hi All, We will be doing a Solaris 8 to Solaris 10 migration migration, just wanted to know if there are any known / common issues arise from this migration from Shell script point of view. I tried searching this site but mostly post are related to SA's question and jumpstart, etc. If there's... (4 Replies)
Discussion started by: arvindcgi
4 Replies

6. UNIX for Dummies Questions & Answers

cc compiler and gcc compiler

hi, can we install gcc compiler in unix based OS(sun solar,IBM AIX,HP,etc) and also can we install sun cc compiler in AIX environment and vice versa. and more ..is linux support cc compiler regards Ajay (3 Replies)
Discussion started by: ajaysahoo
3 Replies

7. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

8. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies
Ac3d Compiler(6)						       Games							  Ac3d Compiler(6)

NAME
accc - Ac3d Compiler SYNTAX
accc [option] <inputfile> <outputfile> [dist][-order orderstring] DESCRIPTION
This manual describes the Ac3d compiler application that is shipped with the game TORCS. OPTIONS
-strip stripify any ac3d output models +o ac3d to ac3d: the result file is optimized in using groups by zone of track track must be named TKMNxxx dist is used to determine the distance of the objects +om ac3d to ac3d: the result is a vertex merged unique obj for smooth car only -o ac3d to obj +s ac3d to ac3d with strips (used for cars) +es <angle_of_smooth> ac3d to ac3d with strips (used for cars) and extended ac3d file output (computed normals) angle is in degrees: example: +es 80.0 clkdtm_o.ac clkdtm.ac the output file will also contains the secondary textcoord for the env sliding +et ac3d to ac3d with triangles (used for cars) and extended ac3d file output (normals normals) +etn ac3d to ac3d with triangles no split and extended ac3d file output (normals normals) +shad ac3d to ac3d with triangles, create a new ac3d file used for track shading vertical mapping of a single texture <inputfile> <outputfile> -order orderstring only used with +es , +s and +et orderstring is the order of the objects during the save for example: HB;OB;OBM is the names of the objet separate by a semicolon for imported NFS cars the object name HB must be used instead of: HB -g <outputfile> for grouping multilayer ac3d track -l0 <input filename> the base geometry -l1 <input filename> the base geometry map-tiled -l2 <input filename> the base geometry skids/and grass details -l3 <input filename> the base geometry shadows -d3 <val> the max distance of groups in tkmn -d2 <val> the distance of group 2 in tkmn -d1 <val> the distance of group 1 in tkmn -S <val> the distance of splitting for TERRAIN* objects -es for extended ac3d file format for strips -nts no texture split (for debug) SEE ALSO
torcs(6) AUTHOR
This manual page was writen by Rudy Godoy <rudy@stone-head.org>, for the Debian GNU/Linux system (but may be used by others). Rudy Godoy 1.4 Ac3d Compiler(6)
All times are GMT -4. The time now is 05:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy