patch for cygwin installation
Marco Atzeri
marco_atzeri at yahoo.it
Fri Mar 27 05:39:06 CDT 2009
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.patch
Type: text/x-diff
Size: 5197 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/octave-maintainers/attachments/20090327/0a959196/attachment-0001.bin
More information about the Octave-maintainers
mailing list