https://bugzilla.novell.com/show_bug.cgi?id=212375 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Comment #11 from sndirsch@novell.com 2006-11-01 03:27 MST ------- Ok. I filed a request to drop it completely from distribution. So it's also no longer available internal for SUSE/Novell employees. Feel free to reintroduce it via our openSUSE buildservice if you find it useful. The Source RPM is available on SUSE 10.1 AFAIK. Let me know if you run into problems building it for Factory. You likely need a small patch: --- nvidia-installer-1.0.7/Makefile +++ nvidia-installer-1.0.7/Makefile @@ -190,7 +190,7 @@ $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(MKPRECOMPILED_OBJS) -o $@ $(NVIDIA_INSTALLER): $(CONFIG_H) $(OBJS) - $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(OBJS) -Wl,-Bstatic -lpci -Wl,-Bdynamic -o $@ + $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(OBJS) -Wl,-Bstatic -lpci -lz -Wl,-Bdynamic -lz -o $@ $(NCURSES_UI_C): $(GEN_UI_ARRAY) $(NCURSES_UI) $(GEN_UI_ARRAY) $(NCURSES_UI) ncurses_ui_array > $@ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.