I have installed the KDE3 devel setup package, but I cannot find any *.dll.a files in the kdes lib dir. Whats going wrong ?
The *.dll.a files are so-called “import libraries” for the linker and are symbolic links to the related dll. It seems that the inno setup compiler is not able to deal with symbolic links. I will see how this could be fixed in further releases. A workaround is to use the following sh script, which recreates the necessary links. Enter /opt/kde3/bin before running it.
Related Questions
- I have installed the KDE3 devel setup package, but I cannot find any *.dll.a files in the kdes lib dir. Whats going wrong ?
- Do the workstation setup/runtime support files ever need to be installed on the file server?
- I changed something in kdelibs, installed the new lib, but new KDE apps don seem to use it?