Bug#1750: marked as done (libtool is unable to find dlopen [00:03,18.08.99])

Stephan Kulow owner at bugs.kde.org
Sat Oct 23 10:48:01 UTC 1999


Your message dated Sat, 23 Oct 1999 12:20:25 +0200
with message-id <99102312203003.17359 at lina>
and subject line 
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 17 Aug 1999 22:13:54 +0000
>From g.ganssauge at 01019freenet.de Wed Aug 18 00:13:54 1999
Received: from mout1.01019freenet.de ([62.104.201.3]:25611 "EHLO mout1.01019freenet.de") by max.tat.physik.uni-tuebingen.de with ESMTP id <S757363AbPHQWNf>; Wed, 18 Aug 1999 00:13:35 +0200
Received: from [62.104.201.6] (helo=mx0.01019freenet.de)
	by mout1.01019freenet.de with esmtp (Exim 3.03 #1)
	id 11GrTn-0004LH-00
	for submit at bugs.kde.org; Wed, 18 Aug 1999 00:13:15 +0200
Received: from [212.81.133.101] (helo=borstel2.gg)
	by mx0.01019freenet.de with esmtp (Exim 3.03 #1)
	id 11GrTm-0006ao-00
	for submit at bugs.kde.org; Wed, 18 Aug 1999 00:13:14 +0200
Received: (from dfue at localhost)
	by borstel2.gg (8.9.3/8.9.3) id AAA22480
	for submit at bugs.kde.org; Wed, 18 Aug 1999 00:11:31 +0200 (CEST)
	(envelope-from dfue at gg)
Date:	Wed, 18 Aug 1999 00:11:31 +0200 (CEST)
From:	g.ganssauge at 01019freenet.de
Message-Id: <199908172211.AAA22480 at borstel2.gg>
To:	submit at bugs.kde.org
Subject: libtool is unable to find dlopen [00:03,18.08.99]
Return-Path: <g.ganssauge at 01019freenet.de>
X-Orcpt: rfc822;submit at bugs.kde.org


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