[Bug 77526] New: Can't find KDE libs on AMD64 (lib64 not in search path)

Judd Taylor judd at marine.usf.edu
Sat Mar 13 21:32:07 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=77526      
           Summary: Can't find KDE libs on AMD64 (lib64 not in search path)
           Product: kdevelop
           Version: 3.0.0
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: judd marine usf edu


Version:           3.0.0 (using KDE KDE 3.2.0)
Installed from:    RedHat RPMs
Compiler:          default... 
OS:          Linux

I just installed KDE 3.2.0 the other day on my fedora code 1 distro. My machine is an AMD64, running in 64bit mode, so all 64bit libraries should should be installed in /lib64, /usr/lib64, /usr/local/lib64, etc...

When running configure, I get an error that it can't find the KDE libraries. After looking at the config.log, it looks for libkio.la and kdewidgets.la, but not in any lib64 directories. On AMD64 machines, these will generally be installed in:
/usr/lib64/libkio.la
/usr/lib64/kde3/plugins/designer/kdewidgets.la

Please add these paths to the beginning of the library search paths for the KDE libraries. They should be added at the front of the search paths because on AMD64 systems there may also be 32bit versions of the libraries installed in the normal places, but it should use 64bit versions by default (It's the AMD64 convention, plus you have to add extra options to compilers to get them to produce 32bit code, which would be a pain to automatically figure out).

All include files on AMD64 are in the normal places.




More information about the KDevelop-devel mailing list