gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: probably a very dumb question


From: Camm Maguire
Subject: [Gcl-devel] Re: probably a very dumb question
Date: 26 Feb 2006 14:12:33 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

Robert Boyer <address@hidden> 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                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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