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


 
Thread Tools Search this Thread
Operating Systems AIX Problem MAKE cc: not found on AIX 5.3 please help me...
# 1  
Old 07-25-2005
Data 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 Smilie

Regards.
# 2  
Old 07-26-2005
I would create a symlink to the gcc program, something like this....

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

Jim Hirschauer

Last edited by RTM; 07-26-2005 at 02:51 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

JREHOME not found AIX 7.2

Hey everyone, longtime lurker here , 1st post! After upgrading from AIX 6.1.8 to 7.2.0 none of my apps even look like starting coming up with JREHOME not found, this was a clone of an existing box which is still running but this doesn't have this variable defined, its running JAVA6_64. I tried... (2 Replies)
Discussion started by: one_eyed_man
2 Replies

2. UNIX for Dummies Questions & Answers

In AIX, what is the difference between installp and make install?

I've used installp to install packages but when is it ideal to use make install? Havent had the opportunity to use this yet. (2 Replies)
Discussion started by: NycUnxer
2 Replies

3. AIX

gnu make fir AIX 5.3 and gcc 3.3.2

Hi all i had installed gcc version 3.3.2 on my AIX 5.3 machine. which make utility i have to instal so it will fit the gcc version tnx skfn (2 Replies)
Discussion started by: skfn1203
2 Replies

4. AIX

AIX collect2: library libgcc_s not found

Hi, M/c- aix 5.3 I want to install expat-2.0.1. When run the make command it gives the error.. collect2: library libgcc_s not found make: The error code from the last command is 1. Stop. Thanks (7 Replies)
Discussion started by: tukuna82
7 Replies

5. AIX

aix 6.1 root .profile not found

hello all i just installed my 1rst 6.1 machine and it's working fine but i can't find the root .profile ????? can any one help BEst Regards (1 Reply)
Discussion started by: islam.said
1 Replies

6. AIX

Does anyone know the version of make on AIX 5.1 & 5.3?

Could you tell me the version of default make on AIX 5.1 & 5.3? (2 Replies)
Discussion started by: redraiment
2 Replies

7. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies

8. Solaris

make not found

Hi, I am working with solaris 5.9 and I created make file and I am trying to execute it in a file but not able to execute the file.It is throwing the error-- So please tell me how to resolve it :confused::confused: Thanks in Advance... (4 Replies)
Discussion started by: smartgupta
4 Replies

9. Programming

ksh: make: not found

$ make ksh: make: not found Hello, when i use the "make" command in Solaris, it says the "make" command is not found! Any help appreciated! BobK (3 Replies)
Discussion started by: bobk544
3 Replies

10. Cybersecurity

J need help to make callback by Modem (AIX)

Are there any of you who have a description which can help me to make a callback on AIX. My userīs call in by a telefonnumber at I want AIX to disconnect the line and make a callback to the user who had logged on AIX. The advantage of this is we have security on who we allow to call our... (2 Replies)
Discussion started by: Carsten Lesmark
2 Replies
Login or Register to Ask a Question