[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using GNU Make with LSF
From: |
Paul D. Smith |
Subject: |
Re: Using GNU Make with LSF |
Date: |
Sat, 1 Sep 2001 12:39:50 -0400 |
%% Nestor Amaya <address@hidden> writes:
na> I have two questions: For one, I am surprised that Platform
na> Computing can charge money for a program that is obviously built
na> on top of the FSF's code: GNU Make 3.77 to be exact. For another,
na> I have to believe that there is a way to make this work without
na> having to purchase lsmake.
They are allowed to charge as much as they like, _but_ if you buy the
tool from them they must provide you with the complete source code to
GNU make plus any changes that they make to the program, and all such
code must be under the GPL (that is, they can't keep you from posting it
on your website or a newsgroup or giving it away to anyone (under the
terms of the GPL of course)).
Second, GNU make must know when the subprocess is completed. If it
exits without waiting for the result, and you can't change that, then
you'll need to write a remote stub for it which knows how to retrieve
the results of the job and can find out when it's done. Look at the way
the customs support is done for pmake in the GNU make sources.
--
-------------------------------------------------------------------------------
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
- Re: Using GNU Make with LSF,
Paul D. Smith <=
- RE: Using GNU Make with LSF, Nestor Amaya, 2001/09/04
- RE: Using GNU Make with LSF, Paul D. Smith, 2001/09/04
- RE: Using GNU Make with LSF, Nestor Amaya, 2001/09/04
- RE: Using GNU Make with LSF, Nestor Amaya, 2001/09/04
- RE: Using GNU Make with LSF, Nestor Amaya, 2001/09/04