# HG changeset patch # User Titus von Boxberg # Date 1275214299 -7200 # Node ID c7c1e027fba2f9d45732d28a3f039ff7e1fbd4c8 # Parent 8946b80364fb6e2018e64ee860e7b61ef1a4afeb docs/README.macos.txt: Provide hints section Hints for building tool chains. diff -r 8946b80364fb -r c7c1e027fba2 docs/README.macos.txt --- a/docs/README.macos.txt Sat May 29 15:08:11 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.