You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Mu...@GDM.DE on 2000/07/19 18:11:56 UTC

Another 'make install' bug


'make install' doesn't install the util/Platforms directory.

Well, I have a feeling it did once, but I've done 2 fresh builds on linux
and Solaris and it didn't get installed.

Murray Cumming
murrayc@usa.net
www.murrayc.com


Re: Another 'make install' bug

Posted by Andy Heninger <an...@jtcsv.com>.
I've put this change back into CVS.

Andy Heninger
IBM XML Technology Group, Cupertino, CA
heninger@us.ibm.com


----- Original Message -----
From: "Todd Collins" <To...@sdrc.com>
To: <xe...@xml.apache.org>
Sent: Wednesday, July 19, 2000 11:07 AM
Subject: Re: Another 'make install' bug


> The following line needs to be added at the end of Makefile located in
> util/Platforms
>
> install::
>         ${CD} $(SUBMODULE) ; $(MAKE) $@ ; ${CD} ..
>
> Then type "gmake install" and your installation will be correct..  To
ensure
> the permanence of this change, so that
> runConfigure produces the addition, add the same line to the end of
> Makefile.in.  This file is used by runConfigure
> to assist in the generation of the Makefile.
>
> Hope this helps.
>
>
> Murray.Cumming@GDM.DE wrote:
>
> > 'make install' doesn't install the util/Platforms directory.
> >
> > Well, I have a feeling it did once, but I've done 2 fresh builds on
linux
> > and Solaris and it didn't get installed.
> >
> > Murray Cumming
> > murrayc@usa.net
> > www.murrayc.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>
>


Re: Another 'make install' bug

Posted by Todd Collins <To...@sdrc.com>.
The following line needs to be added at the end of Makefile located in
util/Platforms

install::
        ${CD} $(SUBMODULE) ; $(MAKE) $@ ; ${CD} ..

Then type "gmake install" and your installation will be correct..  To ensure
the permanence of this change, so that
runConfigure produces the addition, add the same line to the end of
Makefile.in.  This file is used by runConfigure
to assist in the generation of the Makefile.

Hope this helps.


Murray.Cumming@GDM.DE wrote:

> 'make install' doesn't install the util/Platforms directory.
>
> Well, I have a feeling it did once, but I've done 2 fresh builds on linux
> and Solaris and it didn't get installed.
>
> Murray Cumming
> murrayc@usa.net
> www.murrayc.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org