
For example, Cygwin does not install ssh by default. Now, find out what other programs you need. That means bash is running, and you've installed Cygwin successfully. When finished, you can test run Cygwin by clicking the icon on desktop, and the Cygwin terminal should come up. If this is your first time, i highly recommend you follow this. Once you done installation of the base packages, you can come back to it and install other packages you need. When in the dialog to choose what programs to install, simply accept the default. Accept the default parameters, unless you really have a need to change things. # CYGWIN_NT-6.0-WOW64 xah-PC 1.5.25(0.156/4/2) 19:34 i686 Cygwin Cygwin Base Installationįirst, download the Cygwin installer “setup.exe”.

(make sure you quit all Cygwin processes first) How to find Cygwin version? You can simply delete the whole Cygwin dir. Here's a decent tutorial on linking shared objects.This page is a short guide on installing Cygwin on Microsoft Windows (Vista).Ĭygwin homepage is at: How to uninstall Cygwin? so file, but I imagine it doesn't matter. There should be a file called libcurl.so and/or a file called libcurl.a in the /usr/lib directory. tmp/ccjGDNTk.o:CurlSample.cpp:(.eh_frame+0x11): undefined reference to `_gxx_personality_v0'Ĭollect2: ld returned 1 exit /cygdrive/c/cygwin/home/Jeremy/project tmp/ccjGDNTk.o:CurlSample.cpp:(.text+0x54): undefined reference to `_curl_easy_cleanup' tmp/ccjGDNTk.o:CurlSample.cpp:(.text+0x46): undefined reference to `_curl_easy_perform'

tmp/ccjGDNTk.o:CurlSample.cpp:(.text+0x3b): undefined reference to `_curl_easy_setopt'

tmp/ccjGDNTk.o:CurlSample.cpp:(.text+0x17): undefined reference to `_curl_easy_init' $ cc -o CurlSample.exe CurlSample.cpp -L/libcurl.a When I try to compile I still get error messages. I found libcurl.a, copied that to my directory, now what? Thanks for the link, but I'm still not able to compile correctly.
