X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.221.137 with SMTP id qe9mr556362pac.4.1383290634215; Fri, 01 Nov 2013 00:23:54 -0700 (PDT) X-Received: by 10.49.62.97 with SMTP id x1mr7446qer.10.1383290634152; Fri, 01 Nov 2013 00:23:54 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 1 Nov 2013 00:23:54 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.147.252.85; posting-account=eVrEawoAAADQsAq8j1547wmK-xA1XmPE NNTP-Posting-Host: 93.147.252.85 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <921a79c9-9c3a-4823-9d68-bc644d63b96f@googlegroups.com> Subject: missing files at start of ./configure From: iw2evk AT gmail DOT com Injection-Date: Fri, 01 Nov 2013 07:23:54 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2034 Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all, i running djgpp on freedos only pc with 256Mb ram pentium3. I've download all required files in djgpp directory, and i've created a batch file for setting the djgpp enveronment lh doslfn.com path=c:\usr\local\bin;c:\usr\local;c:\djgpp\bin;%path% set WATT_ROOT=c:\djgpp\net\watt set C_INCLUDE_PATH=c:/djgpp/net/watt/inc set LIBRARY_PATH=c:/djgpp/net/watt/lib set DJDIR=c:\djgpp set DJGPP=c:\djgpp\djgpp.env set C_INCLUDE_PATH=c:\net\watt\inc set aclocal=c:/djgpp/bin/aclocal set autoheader=c:/djgpp/bin/autoheader set autoconf=c:/djgpp/bin/autoconf set automake=c:/djgpp/bin/automake If i run a ./configure from bash i receive a message during compiling like this: "aclocal-1.4 missing" ""automake-1.4 missing" , so when i start make the build stuck. I've checked in directory, BUT THE FILES ARE PRESENTS, so it's a setting problem .. Another related problem it's this : I've OpneSSl files , but djgpp don't recognize the openssl files. Where is my error? Many thanks in advance Roberto iw2evk