Re: Problem compiling libgtop 1.0.13



> I am trying to install gnome on my LFS linux system w/
>     kernel 2.4.18
>     glibc 2.2.5
>     gcc 2.95.3
>     XFree86 4.2.0
hey i just did the same thing, i mananged to get a successful install
after a lot of issues, here is my somewhat smaller list iof how to
install, without esound and i still ahvnt got some things to work;

export CFLAGS='-O2 -march=i686 -mcpu=i686'
export CXXFLAGS='-O2 -march=i686 -mcpu=i686'
export LDFLAGS='-L/usr/X11R6/gnome/lib'
export CPPFLAGS='-I/usr/X11R6/gnome/include'
export GNOME_ROOT=/usr/X11R6/gnome
export PATH=$PATH:$GNOME_ROOT/bin
export GNOME_OPTS="--prefix=$GNOME_ROOT --with-gnu-ld --disable-static
--disable-debug"
alias gcfg='./configure $GNOME_OPTS'

compile in order:
(some libs missing)
in /usr or /usr/X11R6
glib with threads
gtk+

in /usr/X11R6/gnome
libxml
imlib
libiconv
Orbit (try to put this in gnome path as well and use soem configure
flags)
gnome-libs
gdk-pixbuf
gnome-mime-data
export PKG_CONFIG_PATH=/usr/X11R6/gnome/lib/pkgconfig:$PKG_CONFIG_PATH
gnome-print
guile --with-threads
oaf --enable-oaf-debug=no
GConf
bonobo (i have libIDL problems)
gnome-vfs (problem with iconv.h rename that file temporarily)
control-center
libglade
scrollkeeper
librep (requires gdbm)
gtk-rep
bc
libgtop (but in guile build and you need to type the lines yourself with
the file at the front and do some moving around)
sawfish --with-gdk-pixbuf --disable-linguas
gnome-core --with-window-manager=sawfish
gnome-admin --with-messages=/var/log/sys.log 
gnome-utils --with-messages=/var/log/sys.log (maybe disable some of
these applets we dont need)
gedit
glimmer
bonobo (hack configure on line 10369 to have version=006008)
libole
gal
gnumeric --with-bonobo --with-guile --with-python
guppi --enable-gnumeric
(although gnumeric has a problem loading guile plugin.. hmm)
sodipodi (ln -sf /usr/X11R6/gnome/include/gdk-pixbuf-1.0/gdk-pixbuf
/usr/X11R6/gnome/include/gdk-pixbuf)
gnome-applets (need to compile whereami manually for headers. only make
install the ones you want 'diskusage, multiload, clipboard, asclock')
texmacs make CXX='g++ -O2 -march=i686 -mcpu=i686' (this doesnt work)

cheers hope this helps
Sam
-- 
You know you're in trouble when...
(1)	You wake up face down on the pavement.
(2)	Your wife wakes up feeling amorous and you have a headache.
(3)	You turn on the news and they're showing emergency routes
		out of the city.
(4)	Your twin sister forgot your birthday.
(5)	You wake up and discover your waterbed broke and then
		remember that you don't have a waterbed.
(6)	Your doctor tells you you're allergic to chocolate.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]