R: patch for cygwin installation

Marco Atzeri marco_atzeri at yahoo.it
Fri Mar 27 09:42:02 CDT 2009


there was a missing change in Makeconf for run-octave.



Regards
Marco



--- Ven 27/3/09, Marco Atzeri  ha scritto:

> Da: Marco Atzeri 
> Oggetto: patch for cygwin installation
> A: maintainers at octave.org
> Data: Venerdì 27 marzo 2009, 11:39
> Dear John,
> the attached patch solve a final problem in 
> installation for cygwin, that was missing in the last
> patch/discussion.
> 
> It is based on the following assumption
> 
> Static libraries:
> 
> liboctinterp.a         
> $(LIBPRE)octinterp.$(LIBEXT)
> 
> Dynamic libraries:
> 
> cygoctinterp.dll       
> $(SHLLIBPRE)octinterp.$(SHLEXT)
> 
> liboctinterp.dll.a     
> $(SHLBINPRE)octinterp.$(SHLLIB)  
>          
>    instead
> of   $(SHLLIBPRE)octinterp.$(SHLLIB)
> 
> liboctinterp.a         
> $(SHLBINPRE)octinterp.$(SHLBIN)
> 
> 
> Let me know if I misunderstood the original meaning of 
> SHLLIBPRE
> SHLBINPRE
> 
> 
> Eventually I can create a SHLEXTPRE 
> or rename SHLLIBPRE as SHLEXTPRE in
> 
>  $(SHLLIBPRE)octinterp.$(SHLEXT)
> 
> to have a more clear structure.
> Let me know your preference
> 
> Regards
> Marco
> 



      
-------------- next part --------------
A non-text attachment was scrubbed...
Name: octave_conf-2.patch
Type: text/x-diff
Size: 5915 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090327/49ca4fa1/attachment.bin 


More information about the Octave-maintainers mailing list