|
From: Banerjee, T. K <tap...@jp...> - 2019-08-05 18:39:05
|
Hi,
I fail to build Java QuantLib-SWIG library, with below error.
When I execute Makefile -C Java , I get error "No targets specified and no makefile found. Stop."
Any idea, what can do to fix?
Thanks,
/home/podsintr/qlib/QuantLib-SWIG-1.15 ./configure --with-jdk-include=/usr/java/jdk1.8.0/include --with-jdk-system-include=/usr/java/jdk1.8.0/linux --prefix=/home/podsintr/qlib/
/home/podsintr/qlib/QuantLib-SWIG-1.15 > make -C Java
make: Entering directory `/lfs/fs00/dev/home/podsintr/qlib/QuantLib-SWIG-1.15/Java'
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory `/lfs/fs00/dev/home/podsintr/qlib/QuantLib-SWIG-1.15/Java'
I see Makefiles are present in Java dir
/home/podsintr/qlib/QuantLib-SWIG-1.15 > ls Java/Ma*
Java/Makefile.am Java/Makefile.in
Below is excerpts from Makefile. I removed other files e.g. R, CSharp etc, as I am interested only in Java build.
Any pointers?
Thanks,
Makefile
...
SUBDIRS = Java
EXTRA_DIST = \
ChangeLog.txt \
LICENSE.TXT \
News.md \
Readme.txt \
autogen.sh
all: all-recursive
.SUFFIXES:
am--refresh: Makefile
@:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
.......
This message is confidential and subject to terms at: https://www.jpmorgan.com/emaildisclaimer including on confidential, privileged or legal entity information, viruses and monitoring of electronic messages. If you are not the intended recipient, please delete this message and notify the sender immediately. Any unauthorized use is strictly prohibited.
|