On 11/14/21 16:55, [email protected] wrote:
compiling builtin.c generating a glommed object with DTrace probes for static library linking static-library libruby-static.a gar: ruby-glommed.o: SHT_GROUP section [index 52] has no SHF_GROUP sections gar: ruby-glommed.o: SHT_GROUP section [index 53] has no SHF_GROUP sections gar: ruby-glommed.o: SHT_GROUP section [index 54] has no SHF_GROUP sections gar: ruby-glommed.o: SHT_GROUP section [index 55] has no SHF_GROUP sections ... lots of similar messages gar: ruby-glommed.o: unknown type [0] section `' in group [.group] gar: ruby-glommed.o: unknown type [0] section `' in group [.group] gar: ruby-glommed.o: unknown type [0] section `' in group [.group]
Did you tried to NOT use GNU ar/ranlib at all e.g. # mv /usr/gnu/bin/ar /usr/gnu/bin/ar.orig # mv /usr/gnu/bin/ranlib /usr/gnu/bin/ranlib.orig # mv /usr/bin/gar /usr/bin/gar.orig and then start the configure with the dtrace option enabled? Rgds Klaus _______________________________________________ oi-dev mailing list [email protected] https://openindiana.org/mailman/listinfo/oi-dev
