I installed the slackware-3.0.0 distribution from Koeln, and I had many troubles with the
libraries to compile programms that were not include in the distribution (Tgif, LyX) and
someone suggested me to recompile my Kernell. Well, I found that a evry good idea and started
the task to copy the new kernell and after 'make config', 'make dep ; make clean' the world
seemed to be in ordnung and i tried then 'make zImage'; and after quite while the compilation
was stopped. Now, I can at least use the already installed programms, but I am not able to
compile any thing else. Here I include the messages that apeared at the compilation time of the
programms mentioned above
...Erstes Problem
make[1]: Entering directory `/tgifR6-2.16p8'
rm -f tgif
gcc -o tgif -O2 -m486 -ansi -s -L/usr/X11R6/lib tgif.o align.o animate.o arc.o attr.o
auxtext.o box.o button.o choice.o cmd.o color.o copypaste.o cursor.o dialog.o
drawing.o dup.o edit.o eps.o exec.o expr.o file.o font.o ftp.o grid.o group.o
http.o mainloop.o mainmenu.o mark.o menu.o move.o msg.o names.o navigate.o obj.o
oval.o page.o pattern.o poly.o polygon.o ps.o raster.o rcbox.o rect.o remote.o ruler.o
scroll.o select.o setup.o shortcut.o special.o spline.o stk.o stretch.o
tcp.o text.o util.o version.o vms_compat.o xbitmap.o xpixmap.o -lXExExt -lXext -lX11 -lm
-Wl,-rpath,/usr/X11R6/lib
copypaste.o(.text+0x306): undefined reference to `_fxstat'
eps.o(.text+0xcde): undefined reference to `_xstat'
eps.o(.text+0x1351): undefined reference to `_xstat'
eps.o(.text+0x198e): undefined reference to `_xstat'
file.o(.text+0x9429): undefined reference to `_xstat'
file.o(.text+0x9446): undefined reference to `_lxstat'
file.o(.text+0xb537): undefined reference to `_xstat'
file.o(.text+0xb54f): undefined reference to `_xstat'
names.o(.text+0x8b4): undefined reference to `_xstat'
names.o(.text+0x9d4): undefined reference to `_xstat'
make[1]: *** [tgif] Error 1
make[1]: Leaving directory `/tgifR6-2.16p8'
make: *** [build] Error 2
Zweites Problem
Flossdorf1:/lyx-0.8.2# configure
loading cache ./config.cache
checking for prefix by ... checking for lyx... ./lyx
checking for c++... c++
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/ginstall -c
checking for POSIXized ISC... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for -lICE... yes
checking for -ldnet... no
checking for -ldnet_stub... no
checking for -lnsl... no
checking for -lsocket... no
checking for -lXpm... no
configure: error: Can't find libXpm. Please check that the Xpm library is installed on your
system.
The libbXpm is my system, but the links does not work.
Can anybody help me?. My knowledge in this subject is not enough and I need to finished a
couple of things in rather short time.