bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AIX & GNU Make Issue


From: tom_honermann
Subject: Re: AIX & GNU Make Issue
Date: Thu, 22 Mar 2001 10:08:35 -0800

That solved it!  Thank you much!

Tom.



                                                                                
                                   
                    "Paul D.                                                    
                                   
                    Smith"               To:     address@hidden                 
                     
                    <address@hidden        cc:     address@hidden, 
address@hidden,         
                    rg>                  address@hidden                         
                    
                    Sent by:             Subject:     Re: AIX & GNU Make Issue  
                                   
                    bug-make-admi                                               
                                   
                    address@hidden                                              
                                        
                                                                                
                                   
                                                                                
                                   
                    03/21/01                                                    
                                   
                    08:52 PM                                                    
                                   
                    Please                                                      
                                   
                    respond to                                                  
                                   
                    psmith                                                      
                                   
                                                                                
                                   
                                                                                
                                   




Check the permissions (ls -l) on the installed GNU make executable.  See
if the setuid or setgid bits are set on the executable.

If they are, try turning them off ("chmod 755 make", for example).

See if that helps.


If this is the problem and you use the above solution, you will lose (at
least this is my understanding, not having an AIX system to work with)
the ability to use the -l option to GNU make, but that's the only effect
you should see.

HTH.

--
-------------------------------------------------------------------------------

 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org
http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad
Scientist

_______________________________________________
Bug-make mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-make









reply via email to

[Prev in Thread] Current Thread [Next in Thread]