<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.8">
</HEAD>
<BODY>
Hi...
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>/usr/lib/libtest.so and /usr/lib/libtest.a
you can link with /usr/lib/libtest.a (-l option is not needed).</I></FONT></PRE>
</BLOCKQUOTE>
I'm working in an automake project and I use the box labeled with "Other" in the linker Flags tab of the Target Options of my executable to specify:<BR>
<BR>
/usr/local/ssl/lib/libssl.a<BR>
<BR>
without -l option as you recomended but I get liking time dependencies errors for the libssl symbols. Is ok the place I used to put the new static librarie?<BR>
<BR>
Israel
</BODY>
</HTML>