summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2011-03-07 13:57:30 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2011-03-07 13:57:30 +0000
commit2777bf23c6386c971dd07d7abe533f7d7a436578 (patch)
tree6dfb97ddec85a47f97c2becaf802017e488ed1eb /ACE
parent47886cb58e03ab74243e25ca139e86d5c79a4a76 (diff)
downloadATCD-2777bf23c6386c971dd07d7abe533f7d7a436578.tar.gz
ChangeLogTag:Sun
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ACE-INSTALL.html21
-rw-r--r--ACE/ChangeLog11
-rw-r--r--ACE/THANKS4
3 files changed, 35 insertions, 1 deletions
diff --git a/ACE/ACE-INSTALL.html b/ACE/ACE-INSTALL.html
index 796caa96768..56f0222eec2 100644
--- a/ACE/ACE-INSTALL.html
+++ b/ACE/ACE-INSTALL.html
@@ -955,6 +955,19 @@ For our build we require the packages
before the previous one.
<br><br>
+ <p>
+ If you want to install ACE (using "make install") and want all the <tt>.pc</tt> files generated,
+ set the installation prefix in platform_macros.GNU.
+ </p><blockquote><code></code><pre> INSTALL_PREFIX=/c/ACE
+ </pre></blockquote>
+ Headers will be installed to $INSTALL_PREFIX/include, documentation and
+ build system files to $INSTALL_PREFIX/share and libraries to $INSTALL_PREFIX/lib. With INSTALL_PREFIX set, RPATH will be enabled.
+ To disable RPATH (for example, if $INSTALL_PREFIX/$INSTALL_LIB is already
+ a system-known location for shared libraries), set the make macro
+ install_rpath to 0 by adding install_rpath=0 to platform_macros.GNU.
+
+ <br><br>
+
</li><li> In the MSYS shell, change to the $ACE_ROOT/ace directory and
run make:
@@ -974,6 +987,14 @@ For our build we require the packages
</p><blockquote><code></code><pre> % make static_libs=1
</pre></blockquote>
+ </li><li> Run make install:
+
+ <blockquote><code></code><pre> % make install
+ </pre></blockquote>
+ <p>
+ This should create <tt>ACE.pc</tt> to use with pkg-config.
+ </p>
+
</li><li> <a name="mingwrunpath">
The same rules for Win32 search of DLLs apply for MinGW. If you
want to run some ACE programs from the MSYS shell, you may
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 3b271f9f7de..867317e78af 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Sun Mar 6 14:49:04 UTC 2011 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * ACE-INSTALL.html: Update this document to explain how to use the
+ "make install" step for MinGW. Thanks to Laura Autón García
+ <darklulu+ace at gmail dot com> for contributing this
+ description.
+
Mon Mar 7 09:38:57 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
* ace/SSL/SSL_Context.cpp:
@@ -994,6 +1001,10 @@ Mon Dec 27 20:32:33 UTC 2010 Adam Mitz <mitza@ociweb.com>
Set LD_RPATH_FLAGS to enable DT_RUNPATH in the ELF headers.
+Sat Dec 25 15:52:56 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * Merry Christmas and Peace on Earth.
+
Tue Dec 21 09:57:54 UTC 2010 Olli Savia <ops@iki.fi>
* protocols/ace/TMCast/TransactionController.hpp:
diff --git a/ACE/THANKS b/ACE/THANKS
index 5a81bfcfaca..6f8cfae57d5 100644
--- a/ACE/THANKS
+++ b/ACE/THANKS
@@ -411,7 +411,7 @@ Andrew Harbick <aharbick at opentext dot com>
Pavel Motuzenko <p_motuzenko at hotmail dot com>
Ross J. Lillie <lillie at rsch dot comm dot mot dot com>
Sam Hauer <shauer at nmo dot gtegsc dot com>
-Frank J. Hodum <fhodum at dctd dot saic dot com>
+Frank J. Hodum <FRANK.J.HODUM at saic dot com>
David Miron <dxm at crapper dot dsto dot defence dot gov dot au>
Anton van Straaten <anton at appsolutions dot com>
Joe Covalesky <joe at nowsol dot com>
@@ -2346,6 +2346,8 @@ Helmut Böing
Andrew Hill <lists at thefrog dot net>
Henk Jan Priester <hjpriester at gmail dot com>
Glenn Zickert <gzickert at comcast dot net>
+Chris Galli <christian dot galli at gmail dot com>
+Laura Autón García <darklulu+ace at gmail dot com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile