Danek Duvall wrote: > > http://cr.opensolaris.org/~dduvall/sfw-nethack/ > > I think this is pretty straightforward. I'll ping individuals tomorrow if > I don't get a response. :)
5min race through "http://cr.opensolaris.org/~dduvall/sfw-nethack/sfwnv-nethack.patch" (patch code is quoted with "> "): > +all: $(VER)/Makefile > + (cd $(VER); env \ > + LD_OPTIONS="-M $(SRC)/cmd/mapfile_noexstk" \ > + CC=$(CC) CXX=$(CCC) \ > + "CFLAGS=$(CFLAGS) -I../include" \ > + PATH=$(SFW_PATH) \ > + MAKE=$(CCSMAKE) \ > + $(CCSMAKE) -e all) Please add "-xstrconst" to CFLAGS > + @find . -name core -exec rm -f {} \; Why are you expecting any "core" files in this directory ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) roland.mainz at nrubsig.org \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;)
