Purify and AIX compiling problems.


 
Thread Tools Search this Thread
Operating Systems AIX Purify and AIX compiling problems.
# 1  
Old 10-30-2008
Purify and AIX compiling problems.

Hi, i'm trying to work with a trial version of PurifyPlus 7 with fixpack 10 from Rational that needs to run over an AIX 5.3 platform, 64-bit. I had success on compiling and running the hello_world programs and even a hash test program i found over the net, but purify can achieve the same with the self-test programs, showed this message:

/usr/local/rational/releases/purify.aix.7.0.0.0-010$ re -check <
!!! [Warning 1] Rational ClearQuest integration not configured.
No pure_crms file found.
Running Purify self-test. This may take 1-2 minutes...

Testing purify in /usr/local/rational/releases/purify.aix.7.0.0.0-010

Looking for compiler..
Testing 32-bit purify with dynamic linking using /usr/vac/bin/cc..
ld: 0711-317 ERROR: Undefined symbol: .purify_is_running
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
*** Error: Could not compile test program /usr/local/rational/releases/purify.aix.7.0.0.0-010/test/hello_world.c
Please verify compiler installation and try again.
*** [Error 1] Self-test failed.
FAILED. Run by felixd on Thu Oct 30 18:34:14 CST 2008

I guess it is something related to wich library i'm using to compile but really don't know and didn't find any docs to tell me though.
I changed the linked libraries for purify_stubs:
lrwxrwxrwx 1 felixd staff 20 Oct 30 17:19 purify_stubs.a -> lib6 4/purify_stubs.a
lrwxrwxrwx 1 felixd staff 22 Oct 30 17:20 libpurify_stubs.a -> . /lib64/purify_stubs.a
drwxrwxrwx 3 felixd staff 256 Oct 30 18:34 cache
drwxrwxr-x 2 felixd staff 256 Oct 30 18:34 test
felixd@qa:/usr/local/rational/releases/purify.aix.7.0.0.0-010$

to try to use 64-bit libraries but, based on my purify knowledge (nearly 5%), it doen't made any difference.
Any help would be welcome.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Compiling problem - AIX 7.2

Hi We meet errors while running configuration scripts to prepare compiling source code on AIX 7.2. This error does not happen on AIX5.3 and AIX6.1 With the “/usr/bin/sh” from AIX7.2, sometimes , the script runs sucessfully, sometimes not. It’s unstable, and I don’t know why. When... (10 Replies)
Discussion started by: bobochacha29
10 Replies

2. SuSE

Problem compiling the kernel and linking problems in OpenSuse 12.3

Hi everyone I installed OpenSuse 12.3 and many development tools but when i propose build the kernel from the source (the first step make menuconfig) i saw this: HOSTLD scripts/kconfig/mconf /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: warning: libdl.so.2,... (2 Replies)
Discussion started by: bacesado
2 Replies

3. UNIX for Dummies Questions & Answers

Problems compiling with Makefile

Hey guys! To avoid :wall: for another 5 hours, I'm posting here to hopefully resolve this silly issue once and for all. I'd appreciate if you could simply provide the full makefile I should use, and then explain what does what. I've been studying dissected examples for hours now and none of it's... (3 Replies)
Discussion started by: Liandri
3 Replies

4. Red Hat

problems compiling openldap

I hope this is the right place to post this and that I can get some help. I pretty much suck at troubleshooting build issues. we are running oracle red-hat linux 2.6.32-200.20.1.el5uek #1 SMP Fri Oct 7 02:29:42 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux trying to build the latest stable version of... (3 Replies)
Discussion started by: fwellers
3 Replies

5. Programming

Problems compiling code

I am trying to compile some code and getting lot of errors g++ -traditional -Wno-non-template-friend -Wno-deprecated -O3 -DNDEBUG -DREAL=float -DGetREAL=Getfloat -IbaseLib -Itommy -Iothers ./source/main/RayTrac.cc -o raytrac ./source/main/RayTrac.cc:36:20: error: gendef.h: No such file or... (1 Reply)
Discussion started by: kristinu
1 Replies

6. Programming

Problems compiling OpenStep program.

I use Ubuntu 10.4, and I installed GNUStep, Gorm (a gui builder) and ProjectCenter (the GNU alternative to Xcode) because I want to develop Objective-C apps. I opened the ProjectCenter and I created an application that displays only an empty window. I sourced the GNUstep.sh and I compiled the app. ... (0 Replies)
Discussion started by: mghis
0 Replies

7. UNIX and Linux Applications

Compiling samba 3.0.27a under AIX

I try to compile Samba 3.0.27a under AIX with LDAP and KErberos. The configure work fine: CFLAGS: -I/opt/pware/include -I/opt/pware/lib/ -I/opt/pware/open_ldap_exec/lib/ -I/software/samba/oldap/usr/lib -I/software/samba/oldap/usr/include ./configure --prefix=/opt/pware/samba/3.0.27a... (1 Reply)
Discussion started by: BenediktS
1 Replies

8. Programming

compiling thread safe c on aix

Hi, I'm trying to compile a Perl module for AIX 5.3. Now, Perl by default wants to use cc_r as compiler but I only have gcc installed on this system. How can I get gcc to be thread safe? Or can I use gcc without any options and expect it to behave the same as cc_r? (0 Replies)
Discussion started by: rein
0 Replies

9. AIX

compiling with aix 5.1

Hello, i will compile php and apache on an aix 5.1. Configure works fine. When i start the make the following error appears: /usr/include/sys/context.h:155: parse error before "sigset64_t" /usr/include/sys/context.h:158: parse error before '}' token make: 1254-004 The error code from the... (1 Reply)
Discussion started by: n-may
1 Replies
Login or Register to Ask a Question