I'm getting a strange cython behaviour when compiling 
u/jakobkroeker/ticket.17254.squashed , 
<http://git.sagemath.org/sage.git/diff/?id2=d27f8497dcd19d70ec08155888e6fec9c74b839a&id=6384b9b8d22905e7dcc72b84df33effae9c8a517>

cython tries to pick -lsingular instead of -lSingular when compiling plural:

g++ -pthread -shared -L~/Projects/sage/local/lib 
build/temp.linux-x86_64-2.7/build/cythonized/sage/rings/polynomial/plural.o 
-L~/Projects/sage/local/lib -L~/Projects/sage/local/lib -lcsage -lm 
-lreadline -lsingular -lgivaro -lgmpxx -lgmp -lstdc++ -lpython2.7 -o 
build/lib.linux-x86_64-2.7/sage/rings/polynomial/plural.so

this does not happen for other modules (for them  libSingular.so  is picked 
correctly !!)

Remark: Singular v 4.0 and later changed the libnames from 'libsingular.so'  
to  'libSingular.so'


Any idea what is going on or where ask for help?




-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to