Re: Installation directory for shared libs

2002-07-01 Thread Brian Jones
John Leuner [EMAIL PROTECTED] writes: Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? This is due to the use of pkglib_LTLIBRARIES in Makefile.am. We could have used lib_LTLIBRARIES instead and you

Re: Installation directory for shared libs

2002-07-01 Thread John Leuner
Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? This is due to the use of pkglib_LTLIBRARIES in Makefile.am. We could have used lib_LTLIBRARIES instead and you would get them in $prefix/lib.

Re: Installation directory for shared libs

2002-07-01 Thread Alex Lau
John Leuner wrote: Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? This is due to the use of pkglib_LTLIBRARIES in Makefile.am. We could have used lib_LTLIBRARIES instead and you would get them

Re: Installation directory for shared libs

2002-07-01 Thread Brian Jones
Alex Lau [EMAIL PROTECTED] writes: John Leuner wrote: Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? This is due to the use of pkglib_LTLIBRARIES in Makefile.am. We could have used

Installation directory for shared libs

2002-06-30 Thread John Leuner
Why are the classpath shared libraries installed into $prefix/lib/classpath ? How do I configure the build to install them in $prefix/lib ? John Leuner ___ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath