[SciPy-dev] sandbox xplt

pearu at cens.ioc.ee pearu at cens.ioc.ee
Thu Sep 21 04:44:12 EDT 2006



> pearu at cens.ioc.ee wrote:
> >
> > On Thu, 21 Sep 2006, Nils Wagner wrote:
> >
> >   
> >> Hi all,
> >>
> >> I added xplt to the packages in enabled_packages.txt
> >>
> >> python setup.py install results in
> >>
> >> /usr/lib64/gcc/x86_64-suse-linux/4.0.2/../../../../x86_64-suse-linux/bin/ld:
> >> cannot find -lX11
> >> collect2: ld returned 1 exit status
> >>
> >> locate libX11 yields
> >>
> >> /usr/lib/NX/lib/libX11.so.6
> >> /usr/lib/NX/lib/libX11.so.6.2
> >> /usr/X11R6/lib/libX11.so.6
> >> /usr/X11R6/lib/libX11.so.6.2
> >> /usr/X11R6/lib64/libX11.a
> >> /usr/X11R6/lib64/libX11.so
> >> /usr/X11R6/lib64/libX11.so.6
> >> /usr/X11R6/lib64/libX11.so.6.2
> >>
> >>
> >> How can I fix this problem ?

You need to add /usr/X11R6/lib64 directory to default_x11_lib_dirs list in
system_info.py, and also update default_x11_include_dirs accordingly.

HTH,
Pearu




More information about the SciPy-Dev mailing list