On Fri, 2005-04-08 at 21:43 -0400, Lloyd Milligan wrote:
> GT.M attempts to compile the whole routine, even though part of it is not 
> reachable in the GT.M context.  I think Bhaskar explained in an old message 
> how to compile all the routines once at the beginning, thereby avoiding 
> these annoying interruptions (but I don't remember the details).

Use find.  If, for example, the object files are to be put
into /someplace/myVistA/o and the source files are
in /someotherplace/yourVistA/r, you can use the commands:

source /usr/local/gtm/gtmprofile
cd /someplace/myVistA/o
find /someotherplace/yourVistA/r -iname \*.m -print -exec
$gtm_dist/mumps {} \;

(Watch out for line breaks introduced by mailing - there are three
lines, starting with source, cd and find.)

-- Bhaskar



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to