#13344: on CYGWIN, Singular LIB files get copied to SAGELOCAL/lib
---------------------------+------------------------------------------------
Reporter: dimpase | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-5.3
Component: cygwin | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
---------------------------+------------------------------------------------
Comment (by jpflori):
I agree that's wrong.
did you check that everything was ok on a Linux install?
I won't have any at hand before tomorrow.
Quite strangely my install log says:
{{{
./mkinstalldirs /home/jp/sage-5.2/local/share/singular
mkdir /home/jp/sage-5.2/local/share/singular
for file in `pwd`/LIB/*.lib; do \
/usr/bin/install -c -m 644 $file
/home/jp/sage-5.2/local/share/singular; \
done
}}}
while make install-nolns in Singular
And then
{{{
./mkinstalldirs /home/jp/sage-5.2/local/LIB
for file in `pwd`/LIB/*.lib; do \
/usr/bin/install -c -m 644 $file /home/jp/sage-5.2/local/LIB; \
done
}}}
while make install-libsingular in Singular.
I guess some Makefile is broken for Cygwin as in #12089.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13344#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.