This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2 of 2] docs/README.macos.txt: Provide hints section


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1275214299 -7200
# Node ID 4405dacd5368058794d4cebbcf77558fe291631c
# Parent  10fbc5ec3704a826db14eabf38e824de08e79241
docs/README.macos.txt: Provide hints section

Hints for building tool chains.

diff -r 10fbc5ec3704 -r 4405dacd5368 docs/README.macos.txt
--- a/docs/README.macos.txt	Sat May 22 14:11:27 2010 +0200
+++ b/docs/README.macos.txt	Sun May 30 12:11:39 2010 +0200
@@ -37,3 +37,14 @@
                [...other configure parameters as you like...]
 
 5) proceed as described in standard documentation
+
+-----
+
+HINTS:
+- Apparently, GNU make's builtin variable .LIBPATTERNS is misconfigured
+  under MacOS: It does not include lib%.dylib.
+  This affects build of (at least) gdb-7.1
+  Put 'lib%.a lib%.so lib%.dylib' as .LIBPATTERNS into your environment
+  before executing ct-ng build.
+  See http://www.gnu.org/software/make/manual/html_node/Libraries_002fSearch.html
+  as an explanation.

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]