Re: statically linking on Linux

On Mon, Dec 30, 2002 at 12:08:56AM +0100, Timothee Besset wrote:
> Does anyone have successful experience statically linking against libwww
> on Linux? Any particular pitfalls to avoid? I have everything working
> fine with dynamic linking, but static linking is giving me a hard time.

Well, what errors do you get? And what command do you use for linking?

Are the static libs present in the directory output by
"libwww-config --libs"?

For example, on my machine it prints out "-L/usr/lib -lwwwzip -lwwwinit 
..." and /usr/lib/libwwwzip.a etc. is present.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer     |  CS student at the Technische  |  GnuPG key:
  | \/¯|  http://atterer.net  |  Universität München, Germany  |  0x888354F7
  ¯ '` ¯

Received on Monday, 30 December 2002 09:27:36 UTC