Bug#2724: marked as done (Additional flags for linker error) by Ralf Nolden <nolden at kde.org>

Stephan Kulow owner at bugs.kde.org
Fri Jan 26 10:33:03 UTC 2001


Your message dated Fri, 26 Jan 2001 11:25:15 +0100
with message-id <0101261125151P.05786 at unixware>
and subject line (no subject)
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; 22 Feb 2000 11:06:28 +0000
>From root at dns.digiro.net Tue Feb 22 12:06:28 2000
Received: from dns.digiro.net ([194.102.93.2]:19465 "EHLO dns.digiro.net")
	by max.tat.physik.uni-tuebingen.de with ESMTP id <S741424AbQBVLGH>;
	Tue, 22 Feb 2000 12:06:07 +0100
Received: (from root at localhost)
	by dns.digiro.net (8.9.3/8.9.3) id NAA03509;
	Tue, 22 Feb 2000 13:06:21 +0200
Date:   Tue, 22 Feb 2000 13:06:21 +0200
Message-Id: <200002221106.NAA03509 at dns.digiro.net>
FROM:   Catalin Mihaila <catalin at digiro.net>
TO:     submit at bugs.kde.org
SUBJECT: Additional flags for linker error
Return-Path: <root at dns.digiro.net>
X-Orcpt: rfc822;submit at bugs.kde.org

Package: kdevelop
Version: 1.1beta2
Severity: grave

Bugreport ID : 12:39,22.02.00

Originator	: Catalin Mihaila
E-Mail		: catalin at digiro.net

Subject : Additional flags for linker error

Error Class	: software bug
Error Location	: build process
Priority	: medium
Bug Description ---------------------------

Assuming following example:

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <stdio.h>
#include <stdlib.h>
#include <crypt.h>

void main()
{
   char *pass = crypt("one_word","ow");
   fprintf(stderr,pass);
}


  For building this I need to specify -lcrypt additional flag in "Linker Options"
tab from "Project Options" menu.  In KDevelop all things work OK but if
I will made "DistClean" from "Buid" menu in my current project folder I
will have distribution archive of my project. I copy this archive in another 
folder, unpack, run configure and make and surprise: -lcrypt flag was not added
and my application cannot be linked ......

How to repeat the error -------------------



Bugfix or Workaround ----------------------



System Information ------------------------

KDevelop version	: 1.1beta2
KDE version		: 1.1.2
QT version		: 1.44
OS/Distribution		: RedHat Linux 6.1
Compiler		: 

misc :

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list