X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: MC Newsgroups: comp.os.msdos.djgpp Subject: Re: Want to build GNU ftp (from inetutils) using DJGPP Message-ID: <0itnc0tvj51dcsj9s724e5p5jq1k52vasa@4ax.com> References: <2gmmc01jpsi5shmc5n8d97rbbcnt8qgq7i AT 4ax DOT com> X-Newsreader: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 51 Date: Sun, 13 Jun 2004 06:39:10 GMT NNTP-Posting-Host: 64.180.161.128 X-Trace: edtnps89 1087108750 64.180.161.128 (Sun, 13 Jun 2004 00:39:10 MDT) NNTP-Posting-Date: Sun, 13 Jun 2004 00:39:10 MDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks for the info. I'll look into the TAB problem. As for Cygwin, must the target machine have Gygwin installed? I'd prefer to have an ftp executable that only relies on the winsock library that's already available with Windows. Craig On Sun, 13 Jun 2004 03:56:04 GMT, Andrew wrote: >On Sat, 12 Jun 2004 19:36:26 GMT, MC wrote: > >>Hi all, >> >>I'm sick of the ftp.exe that comes with Windows because it doesn't >>have passive mode, so I found inetutils offered by GNU, which contains >>the source for ftp. I'm hoping that it's just like the UNIX one, >>which has passive mode, if I'm not mistaken. >> >>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". > >Somewhere there's no tab where there should be. GNU make expects tabs >in certain places: > >atarget: adependent > atabindentedcommand > >If you editted the Makefile in a text editor that converts tabs to >spaces, you have to fix it. > >>Unfortunately, I'm no makefile expert so I don't have a clue what's >>going wrong. Is it even possible to compile GNU source using DJGPP? >>(I would think so.) There are two makefiles that come with the ftp >>source: makefile.in and makefile.am. What are these and do I need to >>tweak them to work wth DJGPP? >> >>Any help would be appreciated! > >Try Cygwin, a native (more or less) Win32 port of GCC and many many >tools. It uses a dll that provides some of the functionality that >Windows lacks but UNIX does not. DJGPP does not, technically, >interface with Windows (correct me if I'm wrong). > >-- >Andrew