ROOT installation for newbie

Okay, so I removed the root folder in /usr/local/ and configured it again.

The configuration ends with:

gfortran -O2 -m32 -std=legacy -o main/src/g2root.o -c main/src/g2root.f
gfortran -O2 -m32 -o bin/g2root main/src/g2root.o
-Llib lib/libminicern.dylib
/usr/local/lib/gcc/i386-apple-darwin8.10.1/4.3.0/…/…/…/libgfortran.dylib /usr/local/lib/gcc/i386-apple-darwin8.10.1/4.3.0/libgfortranbegin.a -lm -lpthread -ldl
/usr/bin/ld: warning can’t open dynamic library: /libgcc_s.1.dylib referenced from: /usr/local/lib/gcc/i386-apple-darwin8.10.1/4.3.0/…/…/…/libgfortran.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
cp cint/reflex/python/genreflex/gccdemangler.py lib/python/genreflex/gccdemangler.py
…(some more cp …)…
rm core/utils/src/RStl_tmp.cxx core/utils/src/rootcint_tmp.cxx

Before configurating I have tried, as suggested in Installing root on mac os x 10.5.2 to edit the .bash_profile with the addition mentioned there.

After the configuration ended i tried to set the environment, as described in root.cern.ch/root/EnvVars.html

and tried to run root. Then I get this message:
mathias-karsten-bjerres-computer:/usr/local/root Mathias$ root
dyld: warning, unknown environment variable: DYLD_LIBERARY_PATH
root: can’t figure out DISPLAY, set it manually
In case you run a remote ssh session, restart your ssh session with:
=========> ssh -Y

Anyone got at suggestion?
Thanks