3 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
jakob@jakob-desktop:~/Desktop/Tk-804.027$ perl Makefile.PL
/usr/bin/perl is installed in /usr/lib/perl/5.8 okay
PPM for perl5.008008
Test Compiling config/signedchar.c
Test Compiling config/Ksprintf.c
Test Compiling config/tod.c
Test Compiling -DTIMEOFDAY_TZ config/tod.c
TZ gettimeofday()
Using -L/usr/lib to find /usr/lib/libX11.so.6.2.0
Cannot find X include files via /usr/include
Cannot find X include files anywhere at ./myConfig line 332.
Compilation failed in require at Makefile.PL line 36.
BEGIN failed--compilation aborted at Makefile.PL line 38.
jakob@jakob-desktop:~/Desktop/Tk-804.027$
1
2
3
4
If Makefile.PL reports that it cannot find X, or chooses a version
you don't like you can specify a version on the command line:
perl Makefile.PL X11=/usr/local/X11R5
3 Einträge, 1 Seite |