Bug#1750: libtool is unable to find dlopen [00:03,18.08.99]
g.ganssauge at 01019freenet.de
g.ganssauge at 01019freenet.de
Tue Aug 17 22:11:31 UTC 1999
Package: kdevelop
Version: 1.0-19990811
Severity: critical
Bugreport ID : 00:03,18.08.99
Originator : Gottfried Ganßauge
E-Mail : ganssauge at mpwsoftware.de
Subject : libtool is unable to find dlopen
Error Class : software bug
Error Location: configuration
Priority : high
Bug Description ---------------------------
During the configuration of libtool the detection of dlopen
fails although it is in crt0.
How to repeat the error -------------------
Bugfix or Workaround ----------------------
Delete lines 2195 and 2196 from configure.
Those Lines declare CC as the C++-Compiler.
Alternatively the declaration of dlopen() in line
2084 of ltconfig should be changed to
# ifdef __cplusplus
extern "C" {
# endif
char dlopen();
# ifdef __cplusplus
}
# endif
System Information ------------------------
KDevelop version : 1.0-19990811
KDE version : 1.1.1
QT version : 1.42
OS/Distribution : FreeBSED 2.2.8-STABLE
Compiler : egcs-1.1.2
More information about the KDevelop-devel
mailing list