Date: Tue, 26 Nov 2002 08:01:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: reza afshar cc: djgpp AT delorie DOT com, php-dev-help AT list DOT php DOT net Subject: Re: your mail In-Reply-To: <20021125170011.15603.qmail@mail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 25 Nov 2002, reza afshar wrote: > i running a machine with windows98 os. > can you help me to compile this program? > if possible for you please compile that and mail to me. > thanks. > ---------------------------------------- > /* fileSaveAs.c > Compile with: > gcc -g -o fileSaveAs -lssl -lcrypto fileSaveAs.c > > To compile, you'll need packages libssl09-dev and libCrypto. > This is a list of things that must be worked out: Sounds like a program meant to be built on GNU/Linux. In any case, you will have to find and install the two libraries this program needs (see above), before you have any chance to build it.