public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Andrea 'fwyzard' Bocci" <fwyzard@inwind.it>
To: "reza afshar" <iso@engineer.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: gnu
Date: Sun, 22 Dec 2002 08:15:00 -0000	[thread overview]
Message-ID: <5.2.0.9.2.20021222130256.00b29c70@popmail.libero.it> (raw)
In-Reply-To: <20021221175050.10932.qmail@mail.com>

At 12.50 21/12/2002 -0500, reza afshar wrote:

>HI,
>CAN YOU HELP ME TO COMPILE THIS C PROGRAM WITH GCC COMPILER?
>I RUNNING WIN98 ON A PC.

I could compile it with no problems under the latest cygwin, with 
openssl-devel installed.
Cygwin is a GNU environment for Windows, and comes with gcc, openssl, and 
everything you would need.

>/* fileSaveAs.c
>
>Compile with:
>gcc -g -o fileSaveAs -lssl -lcrypto fileSaveAs.c
>
>*/

Here's the problem. It compiled just fine with

gcc -g -o fileSaveAs fileSaveAs.c -lssl -lcrypto

IIRC, the order of the libraries IS important.

fwyzard


  reply	other threads:[~2002-12-22 12:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-21 16:15 gnu reza afshar
2002-12-22  8:15 ` Andrea 'fwyzard' Bocci [this message]
2005-07-05 15:40 GNU Ravi Haksar
2005-07-05 16:20 ` GNU Lionel B

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5.2.0.9.2.20021222130256.00b29c70@popmail.libero.it \
    --to=fwyzard@inwind.it \
    --cc=gcc-help@gcc.gnu.org \
    --cc=iso@engineer.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).