On Monday, March 17, 2014 4:19:26 PM UTC-4, Dima Pasechnik wrote: > > On 2014-03-17, kcrisman <[email protected] <javascript:>> wrote: > > On OS X 10.4 PPC, I get the following error. Incidentally, I'm used to > GAP > > compiling toward the very end of the process on this machine, so I was > > surprised it showed up relatively early. I'd be grateful for any hints; > > looks like includes in the wrong order or something, but I may be > > interpreting it wrong. > > it might be trickier: basically the system does have sys_errlist, > but HAVE_SYS_ERRLIST gets set to undefined by ./configure. > Try adding -DHAVE_SYS_ERRLIST to CFLAGS in spkg-install, and > see if this fixes the problem. > > > Man, where do you come up with this stuff? Amazing - yes, that indeed allows GAP to make it past that file.
So... I just hacked it in the configure part of the spkg-install for GAP. But maybe there's a better place? Also, it still fails, with 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. -- 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.
