Mail Archives: djgpp/2004/06/13/02:45:25
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f
|
From: | MC <nospam AT nowhere DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Want to build GNU ftp (from inetutils) using DJGPP
|
Message-ID: | <iktnc0hft1pafik53loih8ttpmjbu7v5e8@4ax.com>
|
References: | <2gmmc01jpsi5shmc5n8d97rbbcnt8qgq7i AT 4ax DOT com> <3028-Sun13Jun2004070129+0300-eliz AT gnu DOT org>
|
X-Newsreader: | Forte Agent 1.91/32.564
|
MIME-Version: | 1.0
|
Lines: | 39
|
Date: | Sun, 13 Jun 2004 06:40:52 GMT
|
NNTP-Posting-Host: | 64.180.161.128
|
X-Trace: | edtnps89 1087108852 64.180.161.128 (Sun, 13 Jun 2004 00:40:52 MDT)
|
NNTP-Posting-Date: | Sun, 13 Jun 2004 00:40:52 MDT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
My mistake. The exact error message is:
Makefile:15: *** missing separator. Stop.
I took a look at the site you listed and it seems that the ftp clients
on there are reliant on a library that isn't included with Windows.
I'd prefer to have a self-contained executable--a replacement for the
Windows ftp.exe that is capable of passive mode.
Thanks,
Craig
On Sun, 13 Jun 2004 07:01:30 +0200, "Eli Zaretskii" <eliz AT gnu DOT org>
wrote:
>> From: MC <nospam AT nowhere DOT com>
>> Newsgroups: comp.os.msdos.djgpp
>> Date: Sat, 12 Jun 2004 19:36:26 GMT
>>
>> So in order to build the source that I obtained from GNU, I installed
>> the latest version of DJGPP (set my environment variables and path,
>> and downloaded/installed the socket libraries). A hello world program
>> compiles, but I can't make ftp using the makefile that comes with the
>> ftp source. I get the following error on line 15:
>>
>> "Separator missing".
>
>That's not the precise wording of the error message, since GNU Make
>doesn't have such a message. Please try to reproduce the exact
>message when you report such problems.
>
>In general, errors about missing separators usually mean that spaces
>were used in the Makefile where a TAB should have been.
>
>In addition, I'd suggest to look for an already built ftp.exe on this
>site:
>
> http://www.bgnett.no/~giva/
- Raw text -