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

FYI / bug database at savannah project page

2002-07-01 Thread David Hovemeyer
Howdy, Just FYI, I submitted several bug reports using the interface on the savannah project page. (One was duplicated accidentally, sorry.) They should all be pretty trivial to fix. Overall, I've been pretty impressed with the completeness and quality of classpath. Keep up the good work!

Re: FYI / bug database at savannah project page

2002-07-01 Thread Brian Jones
David Hovemeyer [EMAIL PROTECTED] writes: Howdy, Just FYI, I submitted several bug reports using the interface on the savannah project page. (One was duplicated accidentally, sorry.) They should all be pretty trivial to fix. Overall, I've been pretty impressed with the completeness and