Problem MAKE cc: not found on AIX 5.3 please help me...

Hi guys,
I am trying to install Big Brother monitoring on my box p570 AIX5.3ML2.
But the after the installation you must run a make and it is failed see below the message:

/home/bb/bb1.9h-btf/src/ # make
Making aix makefile
BBOS="aix" CC="cc" CFLAGS=" -Daix -DTIMEH -DREGEXEC -DGETTIMEOFDAY" make -e bball
cc -Daix -DTIMEH -DREGEXEC -DGETTIMEOFDAY -c bb.c
cc: not found

make: 1254-004 The error code from the last command is 1.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.
make: 1254-004 The error code from the last command is 2.

Stop.

I have installed the following:
# rpm -qa
apache-devel-1.3.31-1
expat-1.95.7-1
expat-devel-1.95.7-1
apache-1.3.31-1
gcc-3.3.2-5
libgcc-3.3.2-5
libstdc++-3.3.2-5
libstdc++-devel-3.3.2-5
gcc-c++-3.3.2-5

I set : CC=/usr/local/bin/gcc

Could you tell me what I need to install or configure PLEASE !!!!!!!

I really need help if someone have a solution ?

Thanks in advance. Hope I will have some answer and sol :frowning:

Regards.

I would create a symlink to the gcc program, something like this....

ln -s /usr/local/bin/gcc /usr/bin/cc

Jim Hirschauer