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.