octave-maintainers
[Top][All Lists]
Advanced

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

R: patch for cygwin installation


From: Marco Atzeri
Subject: R: patch for cygwin installation
Date: Fri, 27 Mar 2009 14:42:02 +0000 (GMT)

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: address@hidden
> 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
> 



      

Attachment: octave_conf-2.patch
Description: Text Data


reply via email to

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