This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: problems in linking


thank you for responding

   i searched for libeay.a file in my system and i
couldn,t find it.I searched for it in the net to
download.But i find ssleay but not eay.these two
libraries are same or different.if those are different
where can i find the leay library

  plz help me out

venkat narayana
--- Rupert Wood <me@rupey.net> wrote:
> Sagar Shah wrote:
> 
> > which libraries does des_ecb_encrypt() uses, try
> to link with that
> > libraries. try out
> >
> > gcc -o $optname $programname.c -l$libname
> 
> It'll be OpenSSL's libeay.a or libeay.so, i.e. you
> want to add '-leay' to
> your link line plus '-L<path to libeay.*>' if
> necessary.
> 
> Good luck,
> Rup.
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]