This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/30071] make install fails for libjava
- From: "r dot emrich at de dot tecosim dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 19 Feb 2007 16:16:13 -0000
- Subject: [Bug libgcj/30071] make install fails for libjava
- References: <bug-30071-11564@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from r dot emrich at de dot tecosim dot com 2007-02-19 16:16 -------
> Could you try adding this to Makefile.am and then re-running automake?
> (If you can't re-run automake, let me know and I will send you a patch.)
>
> install-binPROGRAMS: install-toolexeclibLTLIBRARIES
>
I think the only solution is to add the install-exec-am target to the
Makefile.am.
install-exec-am: install-binPROGRAMS install-binSCRIPTS \
install-dbexecDATA install-dbexecLTLIBRARIES \
install-toolexeclibLTLIBRARIES install-toolexecmainlibDATA
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
This works for me.
Could somebody else try this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30071