#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):
Indeed, you only have:
{{{
g++ -shared -shared -o libsingular.so \
iparith.o mpsr_Tok.o claptmpl.o \
grammar.o scanner.o attrib.o blackbox.o eigenval_ip.o extra.o
fehelp.o feOpt.o ipassign.o ipconv.o ipid.o iplib.o ipprint.o ipshell.o
newstruct.o lists.o sdb.o fglm.o interpolation.o silink.o ssiLink.o
subexpr.o janet.o wrapper.o libparse.o sing_win.o gms.o pcv.o maps_ip.o
walk.o walk_ip.o cntrlc.o misc_ip.o calcSVD.o pipeLink.o Minor.o
MinorProcessor.o MinorInterface.o bigintm.o pyobject_setup.o bbcone.o
bbfan.o denom_list.o minpoly.o slInit_Dynamic.o -lkernel -L../kernel
-L../factory -L../libfac -L/usr/local/src/sage/sage-5.2/local/lib
-lsingfac -lsingcf -lntl -lreadline -lgmp -lomalloc
./mkinstalldirs /usr/local/src/sage/sage-5.2/local/include/singular
for file in *.so; do \
/usr/bin/install -c $file
/usr/local/src/sage/sage-5.2/local/lib; \
done
}}}
but that's an old spkg, I'd like to also check the later ones (I could
also look into the old spkg sources but i'm lazy).
Your Cygwin log is similar to mine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13344#comment:10>
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.