Commit 894ec46e authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Note about the static lib requirement; -DCURL_STATICLIB.

parent 4eb1d3eb
Loading
Loading
Loading
Loading
+29 −22
Original line number Diff line number Diff line
@@ -293,6 +293,13 @@ Win32
      - Add defines to Project/Settings/C/C++/General/Preprocessor Definitions
        in the curllib.dsw/curllib.dsp Visual C++ 6 IDE project.


   Important (with SSL or not):
      When building an application that uses the static libcurl library, you
      must add '-DCURL_STATICLIB' to your CFLAGS.  Otherwise the linker will
      look for dynamic import symbols.


IBM OS/2
========