Mail Archives: djgpp/2002/11/26/01:03:59
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.
- Raw text -