Tels <[EMAIL PROTECTED]> writes: >-----BEGIN PGP SIGNED MESSAGE----- > >Moin, > >after the inital troubles I am now in more troubles. Warning, long mail! > >MakeMaker does not seem to find Xxf86vm: > >null:/home/te/perl/Irrlicht/Games-Irrlicht-0.01 # perl Makefile.PL >Note (probably harmless): No library found for -lXxf86vm >Writing Makefile for Games::Irrlicht > >Hm. > >null:/home/te/perl/Irrlicht/Games-Irrlicht-0.01 # whereis libXxf86vm >libXxf86vm: >null:/home/te/perl/Irrlicht/Games-Irrlicht-0.01 # whereis libjpeg >libjpeg: /usr/lib/libjpeg.a /usr/lib/libjpeg.la /usr/lib/libjpeg.so > >The libraries are there and /usr/X11R6/lib is a symlink to /usr/X11/lib:
And GCC et. al. don't look in there by default. You need a -L Tk has: # LIBS => [q[-L/usr/X11R6/lib -lX11 -lnsl -lm]] After its Makefile.PL has done some poking about.