From a7478424330abe170bdddc00546e4858c9aa9b68 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Mon, 18 Mar 2013 22:55:28 -0700 Subject: [PATCH] Add note to readme about glibc unistd.h header problem --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index b7f49c370..25731940c 100644 --- a/README.txt +++ b/README.txt @@ -154,6 +154,12 @@ libBlocksRuntime.a is a static library no special system support will be needed to run the resulting executable. ------------- +Glibc Problem +------------- +The unistd.h header from glibc has an incompatibility with the -fblocks option. +See http://mackyle.github.com/blocksruntime/#glibc for a workaround. + +------------- Documentation ------------- You can find information on the Blocks language extension at these URLs -- 2.11.4.GIT