Unable to deliver the following message.

mail-daemon at lsr.co.uk mail-daemon at lsr.co.uk
Wed Mar 1 08:14:38 GMT 2000


I said to server digital-healthcare.com : "RCPT TO:<mwa at digital-healthcare.com>
"
The server replied: "553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)"

   ----- Original message follows -----

Received: from punt-11.mail.demon.net ([194.217.242.34]) by lsr.co.uk ( IA Mail Server Version: 3.1.3.0 Build: 1065 ) ) ; 01 Mar 2000 07:56:08 UT
Received: from punt-1.mail.demon.net by mailstore for ma at lsr.co.uk
          id 951896935:10:22121:5; Wed, 01 Mar 2000 07:48:55 GMT
Received: from barney.cs.uni-potsdam.de ([141.89.48.226])
          by punt-1.mail.demon.net  id aa1100421; 1 Mar 2000 7:48 GMT
Received: from mdom by barney.cs.uni-potsdam.de with local (Exim 3.03 #3)
	id 12Q3p4-0003RD-00
	for kdevelop-outgoing at barney.cs.uni-potsdam.de; Wed, 01 Mar 2000 08:45:30 +0100
Received: from lsrltd.demon.co.uk ([193.237.88.218] helo=lsr.co.uk)
	by barney.cs.uni-potsdam.de with smtp (Exim 3.03 #3)
	id 12Q3ox-0003Qj-00
	for kdevelop at barney.cs.uni-potsdam.de; Wed, 01 Mar 2000 08:45:23 +0100
Date: Wed, 01 Mar 2000 07:45:42 +0000
From: "" <mail-daemon at lsr.co.uk>
Subject: Unable to deliver the following message.
To: "mdom at barney.cs.uni-potsdam.de" <mdom at barney.cs.uni-potsdam.de>
Auto-Submitted: auto-replied
Message-ID: <0000AE8 at lsr.co.uk>
X-Mailer: Internet Anywhere Message Server Version: 3.1.3.0 Build: 1065
Precedence: bulk
Reply-To: kdevelop at barney.cs.uni-potsdam.de
Sender: Mailing list agent <mdom at barney.cs.uni-potsdam.de>

I said to server digital-healthcare.com : "RCPT TO:<mwa at digital-healthcare.com>
"
The server replied: "553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)"

   ----- Original message follows -----

Received: from punt-11.mail.demon.net ([194.217.242.34]) by lsr.co.uk ( IA Mail Server Version: 3.1.3.0 Build: 1065 ) ) ; 01 Mar 2000 07:15:34 UT
Received: from punt-1.mail.demon.net by mailstore for ma at lsr.co.uk
          id 951894893:10:03556:3; Wed, 01 Mar 2000 07:14:53 GMT
Received: from barney.cs.uni-potsdam.de ([141.89.48.226])
          by punt-1.mail.demon.net  id aa1003526; 1 Mar 2000 7:14 GMT
Received: from mdom by barney.cs.uni-potsdam.de with local (Exim 3.03 #3)
	id 12Q3J8-00029Y-00
	for kdevelop-outgoing at barney.cs.uni-potsdam.de; Wed, 01 Mar 2000 08:12:30 +0100
Received: from helium.singnet.com.sg ([165.21.101.212])
	by barney.cs.uni-potsdam.de with esmtp (Exim 3.03 #3)
	id 12Q3It-000298-00
	for kdevelop at barney.cs.uni-potsdam.de; Wed, 01 Mar 2000 08:12:16 +0100
Received: from singnet.com.sg (IDENT:jmb at 58bravo334.singnet.com.sg [165.21.212.40])
	by helium.singnet.com.sg (8.9.3/8.9.3) with ESMTP id PAA10938
	for <kdevelop at barney.cs.uni-potsdam.de>; Wed, 1 Mar 2000 15:12:11 +0800 (SGT)
Message-ID: <38BCC305.C185B8E at singnet.com.sg>
Date: Wed, 01 Mar 2000 07:13:09 +0000
From: Joachim <nuklear at singnet.com.sg>
Organization: Android nuklear labs
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: "kdevelop at barney.cs.uni-potsdam.de" <kdevelop at barney.cs.uni-potsdam.de>
Subject: Cannot link c-project sources
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Precedence: bulk
Reply-To: kdevelop at barney.cs.uni-potsdam.de
Sender: Mailing list agent <mdom at barney.cs.uni-potsdam.de>

Hi There!

I'm a beginner with Linux programming and using kdevelop.

When trying to make my C program which consists of several source-files
I get the following errors:

../path/main.c:line#: undefined reference to 'function'
collect2: ld returned 1 exit status
gmake[1]:***[myprogram] Error 1
gmake: ***[all-recursive] Error 1
***failed***

Every source file is without warnings and errors when compiled
individually.
And I'm sure though that my C syntax is correct. 

Every source file other than main.c represents an individual function
accessed by main().
As I said, everything is correctly prototyped in main(), etc... but it
looks like kdevelop
can only see my main.c which it compiles, but is unable to find any of
the other source files, representing 
the various "undefined references." 
All the source file are also located in the same directory as main.c
Here are my settings:
From: Options --> Kdevelop_Setup --> General --> Make command = gmake
From: Project --> Options --> Compiler Options --> additional options =
-D_GNU_SOURCE (everything else default)
From: Project --> Options --> Linker Options --> additional flags [nil]
From: Project --> Options --> Linker Options --> additonal Libraries =
-lslang
From: Project --> Options --> Make options --> all default (nil)

Any glues to what I'm doing wrong here?

Thanks a billion! 

Joachim






More information about the KDevelop mailing list