|
From: Michael A. <mab...@go...> - 2008-12-24 00:19:58
|
On Tue, Dec 23, 2008 at 3:36 PM, Michael Abshoff <mab...@go...> wrote: > Hi Bill, > > I am just updating to FLINT 1.0.20 in Sage and I noticed an issue I > never reported upstream: src/makefile has DOS line endings, i.e. ^M. > This causes a BSD make to throw in the towel. > > One way to fix this via vim would be to to ":s/^M//g: :) Ok, I got it all wrong and the problem was a patch I had that caused rejections, so please ignore this dumb mistake. > subversion should also offer the option to convert all the newlines > automatically. > > Cheers, > > Michael I just checked the diff I had for the makefile in Sage vs. vanilla and the only relevant change is this: +libflint.dylib64: $(FLINTOBJ) + $(CC) -m64 -single_module -fPIC -dynamiclib -o libflint.dylib $(FLINTOBJ) $(LIBS) + I.e. I need to add an extra -m64 flag to get a 64 bit OSX dylib. Hopefully we will upgrade to FLINT 1.1 during SD 12, but we will see how that goes. Cheers, Michael |