Then start removing Gnome packages, make sure if other packages are dependent on the package you are trying to remove, you remove the dependent packages first (if you can live without them, if not, leave package installed).
You can start by getting a list of install Gnome packages:
# rpm -qa | grep ^gnome | sort | more
and maybe start by trying to remove "gnome-session" and "gnome-desktop". I don't know how much space you are going to be able to free up if you still want to be able to run some Gnome apps. Might want to look into getting another drive, remove all all your *-devel packages, source, compilers, docs (/usr/share/doc/*), etc, and only install binary RPMs. Or just delete your Windows partition, can gain lots of room doing that.
[ November 07, 2002: Message edited by: void main ]