GCC linking problem

2005-01-27 Thread Base64
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

Re: Cant install Cygwin

2005-02-01 Thread Base64
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

Re: ./configure

2005-03-14 Thread Base64
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

Re: ./configure

2005-03-15 Thread Base64
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