Greetings!

Robert Boyer <[EMAIL PROTECTED]> writes:

> Why isn't there a vanilla Gnu-Linux executable image of GCL available as some
> part of "gcl's CVS head" to save some people the trouble of rebuilding at
> least some of the time?
> 

Too many options to the image, synchronization probs, etc.  But you
know you don't have to build from scratch each time.  Should be able
to cvs update && make, though this may not work if the configure
scripts or makefiles change, etc.  Here is the build hierarchy:

configure/make
o
unixport/saved_pre_gcl
lsp,cmpnew
unixport/saved_gcl
mod
unixport/saved_mod_gcl
pcl
unixport/saved_pcl_gcl
clcs
unixport/saved_ansi_gcl

If the cvs updates only selected files, say in cmpnew, then one can
simply (for example)

cd cmpnew
make
cd ../unixport
make saved_ansi_gcl

Take care,




> Bob
> 
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to