Re: [sage-devel] Problem with extern C in c_lib and C++ reference

2014-12-01 Thread Paulo César Pereira de Andrade
2014-12-01 0:41 GMT-02:00 François Bissey francois.bis...@canterbury.ac.nz: In sage-on-gentoo I don't seem to hit that problem with 4.9.2 either. I am really curious about your default building flags. Actually, it was partly my fault. I was using an early patch to adapt to use ntl6, what is

Re: [sage-devel] Problem with extern C in c_lib and C++ reference

2014-12-01 Thread François Bissey
On Mon, 01 Dec 2014 16:04:28 Paulo César Pereira de Andrade wrote: Actually, it was partly my fault. I was using an early patch to adapt to use ntl6, what is no longer required as sagemath now uses ntl6. Just removing that patch correct the problem. But, the patch was working previously,

[sage-devel] Problem with extern C in c_lib and C++ reference

2014-11-30 Thread Paulo César Pereira de Andrade
I think this may have been working somewhat of by accident before, because it says 'extern C' in one place and in another say '// sorry, if you want a C version, feel free to add it' I delayed a bit sagemath 6.4 update due to some dependencies needing to be updated in Fedora, in the meantime

Re: [sage-devel] Problem with extern C in c_lib and C++ reference

2014-11-30 Thread François Bissey
Very strange I don't have it in sage-on-gentoo. objdump -T --demangle /usr/lib64/libcsage.so |grep ZZ_p_to_int 9320 gDF .text 000e BaseZZ_p_to_int sage -v Sage Version 6.5.beta1, Release Date: 2014-11-23 We had a few issue with C++ ompiling during the

Re: [sage-devel] Problem with extern C in c_lib and C++ reference

2014-11-30 Thread François Bissey
In sage-on-gentoo I don't seem to hit that problem with 4.9.2 either. I am really curious about your default building flags. Francois On Mon, 01 Dec 2014 12:51:50 François Bissey wrote: Very strange I don't have it in sage-on-gentoo. objdump -T --demangle /usr/lib64/libcsage.so |grep