John S. Chalice wrote:
> > I am attempting to recompile DRI on my newly configured Mandrake 9.0 system..
> > but it cuts out with an error on line 14282 or so of my log file..
> > with an error in a gcc line..
> > it's the only place it tries to use the Xpm library "-lXpm"
> > and for some reason, it says it can't find it.
>
> > Any ideas?

> Could you send the specific compiler output?  You don't have to send the
> whole output from make, just the part that shows the error.

---------------------
 
rm -f xf86cfg
gcc -m32 -o xf86cfg -march=i686 -O3 -pipe -ansi -Wno-return-type -w  -pipe -g     -L../../../../../exports/lib -L/usr/X11R6/lib accessx.o cards.o config.o card-cfg.o expert.o help.o interface.o keyboard-cfg.o libc_wrapper.o loader.o loadmod.o  monitor-cfg.o mouse-cfg.o options.o screen-cfg.o screen.o startx.o stubs.o text-mode.o vidmode.o xf86config.o -lxkbui -lxkbfile -lxf86config -lXxf86misc     -lXxf86vm -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE     -lXpm -L../loader -lxloader -L../dummylib -ldummy -rdynamic -ldl -lXext -lX11 -lncurses      -lm      -Wl,-rpath-link,../../../../../exports/lib
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
make[6]: *** [xf86cfg] Error 1
make[6]: Target `all' not remade because of errors.
 
-------------------------------
There 'tis :)
Thanks for any help. :)
 
-- John S. Chalice

Reply via email to