Hi Juergen, Juergen Arndt wrote on 05.09.2009 21:34: > when compiling spine (checked in into subversion) on Solaris 8 sparc, the > binary which is created is a V8+ binary. So my questions are: > > (1) Why it becomes a V8+? I cannot find a reason for that. > (2) Is this a critical thing or can I ignore it? > > The name of the (one and only) binary: /opt/csw/bin/spine
it's simple. :) You are using a custom configure target which is missing the $(CONFIGURE_ENV) environment and thus the $(CFLAGS), in particular the -xarch=v8 one. Better use the pre-configure-modulated hook instead. I have committed an adjusted version of the Makefile. $ svn diff -r6089:6199 Makefile In case you want to revert these changes just do $ svn merge -r6199:6089 Makefile $ svn commit -m "spine: Undid r6199" Sebastian _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
