* Markus Steinborn <[email protected]> [090904 07:56]:
> [email protected] schrieb:
>> Trying to compile gv from gv-3.6.7.tar.gz using gcc on an x86_64 machine 
>> using an uptodate SLED 11 OS.  ./configure gives the attached config.log.  
>> However, Xaw3d is installed as shown below:
>>
>> $ find /usr -name "*Xaw3d*"
>> /usr/lib64/libXaw3d.so.8
>> /usr/lib64/libXaw3d.so.6
>> /usr/lib64/libXaw3d.so.8.0
>> /usr/lib64/libXaw3d.so.6.1
>> /usr/lib/libXaw3d.so.8
>> /usr/lib/libXaw3d.so.6
>> /usr/lib/libXaw3d.so.8.0
>> /usr/lib/libXaw3d.so.6.1
>>   
> You are missing the Xaw3d-header files:

It's not only the header files, but is also the .so symlink.
The libXaw3d.so.VERSION are for already existing binaries to use.
To create new binaries, you need a libXaw3d.so file, which is usually
a symlink to one of the ones with version.

But the symlink will usually be in the same package as the header files,
so if you install the correct package for the headers, you will most
likely also have the needed symlink.

Hochachtungsvoll,
        Bernhard R. Link
-- 
"Never contain programs so few bugs, as when no debugging tools are available!"
        Niklaus Wirth


Reply via email to