Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

qmail troubles

Status
Not open for further replies.

rgiachero

Technical User
Jul 2, 2001
10
IT
Hi ,
I would like to install "qmail" software on my RISC based workstation with AIX level 4.3.3.0 .
I have tried to compile the source version with gcc2.95.2, but the process stops with the following output :
<< ./compile dns.c
dns.c:11: parse error before `int'
make: 1254-004 The error code from the last command is 1. >>
Please help me.

Thanks.
 
Looks like dns.c had become corrupted somehow (might be someone used vi on that file and changed it by mistake)

Have a look at lines 10 and 11 - might be something trivial. Post the first 15 lines here if you like. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
Thank you very much Mike for your aid. Here there are the first 15 lines of dns.c :
---------------------------------------------
#include <stdio.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include <errno.h>
extern int res_query();
extern int res_search();
extern int errno;
extern int h_errno;
#include &quot;ip.h&quot;
#include &quot;ipalloc.h&quot;
#include &quot;fmt.h&quot;
#include &quot;alloc.h&quot;
---------------------------------------------

Renato
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top