Subject: Problem by Compiling X
To: None <port-alpha@netbsd.org>
From: Sascha Valckenier Kips <merlin.germany@gmx.net>
List: port-alpha
Date: 06/27/2002 22:30:05
I have build new kernel and userland.
Uname: NetBSD alpha.svk.de 1.6B NetBSD 1.6B (MYALPHA-$Revision: 1.0 $)
#0: Thu Jun 27 21:17:32 CEST 2002
Now i have try to build XFree 4.x on this machine.

After any time compiling, i have this become:

---------------------
Full build of Release 6.6 of the X Window System complete.

making all in /usr/xsrc/local/programs...
making all in /usr/xsrc/local/programs/x11-ssh-askpass...
gcc -O2 -ansi -Dasm=__asm     -I../../../xfree/xc
-I../../../xfree/xc/exports/include   -DCSRG_BASED  -DFUNCPROTO=15
-DNARROWPROTO      -c x11-ssh-askpass.c
rm -f ssh-askpass
gcc -o ssh-askpass -O2 -ansi -Dasm=__asm
-L../../../xfree/xc/exports/lib drawing.o  dynlist.o  resources.o
x11-ssh-askpass.o -lXt -lX11 -lSM -lICE -L/usr/X11R6/lib
-Wl,-rpath,/usr/X11R6/lib -Wl,-rpath-link,../../../xfree/xc/exports/lib
ld: cannot find -lX11
*** Error code 1

Stop.
make: stopped in /usr/xsrc/local/programs/x11-ssh-askpass
making all in /usr/xsrc/local/programs/xftlsfonts...
rm -f xftlsfonts
gcc -o xftlsfonts -O2 -ansi -Dasm=__asm
-L../../../xfree/xc/exports/lib xftlsfonts.o -lXft -lXext -lX11
-L/usr/X11R6/lib     -Wl,-rpath,/usr/X11R6/lib
-Wl,-rpath-link,../../../xfree/xc/exports/lib
ld: cannot find -lX11
*** Error code 1

Stop.
make: stopped in /usr/xsrc/local/programs/xftlsfonts
*** Error code 1

Stop.
make: stopped in /usr/xsrc/local/programs
*** Error code 1

Stop.
make: stopped in /usr/xsrc/local
*** Error code 1

Stop.
make: stopped in /usr/xsrc
---------------------

The ld cannot find -lX11, i think "-l" is a option an X11 is a file,
directory or type of linking.

Can anybody help me to correct this problem ?

I will use the Xfree 4 for a standart SVGA Card. I have not a tga card.

Thanks

Sascha