Re: compiling and installing lib's

1999-05-19 Thread Dean Allen Provins
Mich: > How do i compile both static and non static librarys under C (.a and .so) > and how do i install them on the system so they can be found by the linker > or programs. I've just been through this process, trying to build the shared libraries for UIT and SlingShot (Xview C++ and graphics sup

Re: compiling and installing lib's

1999-05-18 Thread Gary L. Hennigan
[EMAIL PROTECTED] (Gary L. Hennigan) writes: | Micha Feigin <[EMAIL PROTECTED]> writes: | | How do i compile both static and non static librarys under C (.a and .so) | | and how do i install them on the system so they can be found by the linker | | or programs. | | You just put them in a directory

Re: compiling and installing lib's

1999-05-18 Thread Gary L. Hennigan
Micha Feigin <[EMAIL PROTECTED]> writes: | How do i compile both static and non static librarys under C (.a and .so) | and how do i install them on the system so they can be found by the linker | or programs. You just put them in a directory somewhere. Generally /usr/local/lib is a good location i

compiling and installing lib's

1999-05-18 Thread Micha Feigin
How do i compile both static and non static librarys under C (.a and .so) and how do i install them on the system so they can be found by the linker or programs.