QUOTE FOR: #recipient# PASSWORD: jlcgh

2002-06-09 Thread vfor_division
Your present and future can be in your control. Debt reduction to lower your payments now. Life insurance to protect the future. Take advantage of great mortgage rates. - Select a program to receive the best online quotes - Yes!Debt Reduction Amount of debt: If yes please

libtool erroneously assumes -L/path to libtool library

2002-06-09 Thread Bob Friesenhahn
Using CVS libtool, it appears that when a package installs several libraries, with some libraries depending on other libraries, the install step for a library which depends on another library fails. The failure is due to not supplying the required -L option to find the already installed library.

Conditionally compiling Java

2002-06-09 Thread Braden McDaniel
I'm trying to conditionally compile some Java sources (with javac) using an Automake conditional: JAVAROOT = $(top_builddir)/java JAVA_FILES = MyClass1.java MyClass2.java if WITH_JDK noinst_JAVA = $(JAVA_FILES) endif EXTRA_DIST = $(JAVA_FILES) I am having