On 15-Sep-99 Brian Paul wrote:
> After ./configure and make, the lib/ directory is empty and I only find
> static libraries in the src*/ directories.  It would be nice if the
> libraries wound up in the lib/ directory.

 Why? You don't need to install the libraries by hand any more.
 
> I thought shared libs would be made by default.

 Yep

>  I tried
> ./configure --enable-shared  but that didn't make shared libs either.

 Are you sure that there are no shared libs in src/.libs (hidden directory!)?
 The libGL.la file is not the static library.

 If you see the following lines in the output of configure
 everything should be ok:

checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

Thomas Tanner -------------------------
email: tanner@(ffii.org|gnu.org|gmx.de)
web:   http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to