[SciPy-dev] sandbox xplt
Nils Wagner
nwagner at iam.uni-stuttgart.de
Thu Sep 21 03:29:55 CDT 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 ?
>>
>
> Install libx11-dev (in suse this package may have different name).
>
> Pearu
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
Hi Pearu,
Thank you very much for your prompt reply.
rpm -qi xorg-x11-devel
yields
Name : xorg-x11-devel Relocations: (not relocatable)
Version : 6.8.2 Vendor: SUSE LINUX
Products GmbH, Nuernberg, Germany
Release : 100 Build Date: Tue 13 Sep 2005
12:56:49 AM CEST
Install date: Mon 27 Feb 2006 11:01:32 AM CET Build Host:
mahler.suse.de
Group : Development/Libraries/X11 Source RPM:
xorg-x11-6.8.2-100.src.rpm
Size : 11022807 License: X11/MIT, Other
License(s), see package
Signature : DSA/SHA1, Tue 13 Sep 2005 01:07:38 AM CEST, Key ID
a84edae89c800aca
Packager : http://www.suse.de/feedback
URL : http://freedesktop.org/XOrg
Summary : Include Files and Libraries mandatory for Development
Description :
This package contains all necessary include files and libraries needed
to develop applications that require these.
Maybe it's a 64-bit issue.
Nils
More information about the Scipy-dev
mailing list