[MPlayer-dev-eng] configure X check issue

Sylvain Petreolle spetreolle at yahoo.fr
Wed Jul 24 01:07:05 CEST 2002


> Also those commands demonstrate a misunderstanding of symbolic
> linking. The correct way would be:
> 
> ln -s libX11.so.6 /usr/X11R6/lib/libX11.so
> ln -s libXext.so.6 /usr/X11R6/lib/libXext.so
> 
You're wrong, because ln -s syntax is :
ln -s /real/path/filename         name_of_the_link
so:
ln -s /usr/X11R6/lib/libX11.so.6  libX11.so
ln -s /usr/X11R6/lib/libXext.so.6 libXext.so

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the MPlayer-dev-eng mailing list