help-make
[Top][All Lists]
Advanced

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

Re: Makefile on AIX 4.3


From: Paul D. Smith
Subject: Re: Makefile on AIX 4.3
Date: Tue, 11 Jun 2002 09:56:21 -0400

%% "Maurizio Romani" <address@hidden> writes:

  mr> I need to use GNU make to compile a product, but seems the make loses
  mr> the environment settings ....

It's not make that's doing this, it's your OS.  GNU make was installed
as a getgid application; when that happens the system removes certain
sensitive variables from the environment before invoking it.

Change the permissions on your GNU make program to not be setgid any
longer and it will work as you expect.

-- 
-------------------------------------------------------------------------------
 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



reply via email to

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