LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   .so files for cygwin (https://www.linuxquestions.org/questions/linux-general-1/so-files-for-cygwin-22672/)

max2878 06-05-2002 02:18 PM

.so files for cygwin
 
:confused:

Hi everybody,

well I'm trying to install a program at cygwin, but there is an architecture file where there are some linking to some .so files (e.g. libg++.so, libdl.so, libBLT.so, etc)

the problem is that I don't have the most of these files, I only found libtcl8.1.so and libtk8.1.so, that are located in a directory where I decompress a .tar file to install the tcl bundle (tcl, tk, tix, blt).

So any body could tell me which kind of files can repleace these .so (I think that are the .dlls files but I'm not sure) or how can I obtain these files.

Thank you for your time.

rverlander 06-05-2002 08:02 PM

hmm theres a lot of stuff at the cygwin website, look there:)

rverlander 06-05-2002 08:03 PM

or you could try
tar zxf libname.tar.gz
cd libname
./configure
make
make install


All times are GMT -5. The time now is 06:55 PM.