Re: [sage-devel] libgcc_s and libstdc++ library in Sage binary distribution

2009-12-02 Thread Dr. David Kirkby
William Stein wrote: > Hi, > > I think I like David Kirkby's suggestion that we ship libstdc++. Even > on Linux, not having it *does* cause trouble sometimes. At least, if > we ship it then a sage binary built for LinuxDistro x.y will be more > likely to work on LinuxDistro x'.y'. There hav

Re: [sage-devel] libgcc_s and libstdc++ library in Sage binary distribution

2009-12-01 Thread Dan Drake
On Wed, 02 Dec 2009 at 12:16AM +, Dr. David Kirkby wrote: > The current script for building a binary does not copy over either > libgcc_s or libstdc++ runtime libraries. Yet Sage will be linked > against them. I suspect you can get away with this on Linux, as those > libraries will be present i

[sage-devel] libgcc_s and libstdc++ library in Sage binary distribution

2009-12-01 Thread Dr. David Kirkby
The current script for building a binary does not copy over either libgcc_s or libstdc++ runtime libraries. Yet Sage will be linked against them. I suspect you can get away with this on Linux, as those libraries will be present in a directory searched at runtime. You can't get away without cop