I have just installed cygwin along with make,crypt, libcrypt, openssh,
openssl-devel and gcc. When compiling code that is known to work with
cygwin, the linker says it cannot find -lssh. I have googled to the
end of the results for 2 days now, and any help would be much
appreciated. Here is the
Maybe somehow the base packages were deselected or something , so what
i would do is uninstall cygwin completely, then run setup.exe again
and let it do a default install. Then after installation is complete
run setup.exe again to add more packages. Its a good idea to save
setup.exe because it ac
configure scripts come with a specific package or source you are
trying to compile. Usually these packages come in a .tar.gz or .bz2
file. After extracting this, in the directory there may be a
configure script which would be executed by running ./configure and
this would optimize the make settin
when that says "src directory" it means the directory into which you
extracted the package you downloaded. for example, if you have a file
called programsource.tar.gz in your /home directory, you would do
something like the following..
# cd /home
# tar zxvf programsource.tar.gz <-- t
4 matches
Mail list logo