That solved it!  Thank you much!

Tom.



                                                                                       
                            
                    "Paul D.                                                           
                            
                    Smith"               To:     [EMAIL PROTECTED]          
                            
                    <[EMAIL PROTECTED]        cc:     [EMAIL PROTECTED], 
[EMAIL PROTECTED],         
                    rg>                  [EMAIL PROTECTED]                 
                            
                    Sent by:             Subject:     Re: AIX & GNU Make Issue         
                            
                    bug-make-admi                                                      
                            
                    [EMAIL PROTECTED]                                                          
                            
                                                                                       
                            
                                                                                       
                            
                    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 <[EMAIL PROTECTED]>          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
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make







_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to