On Tuesday, March 18, 2014 2:26:53 PM UTC-4, Volker Braun wrote: > > > > On Tuesday, March 18, 2014 2:19:05 PM UTC-4, kcrisman wrote: >> >> gcc -g -Wl,-no_pie -o gap ariths.o ...... weakptr.o -lm >>>> /Users/.../sage-6.2.beta4/local/lib/libgmp.a >>>> >>> /usr/bin/ld: unknown flag: -no_pie >>> collect2: error: ld returned 1 exist status >>> >>> I'm searching for stuff about this, maybe this pos. ind. exec. was added >>> more recently? But you'd think gcc 4.7.3 would support new things. >>> >> > That is just passed through to the linker. The problem is that your "ld" > doesn't understand -no_pie >
Yeah, I figured that out - see my next post. Now my problem is I don't know how to remove that option. You can just update at #15973 if you or someone else have a quick fix for that. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
