From 919cc774e43f62659ecfe5f85882b0073c4ea2d4 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Tue, 7 Aug 2001 14:59:57 +0000 Subject: Polished description of libtool bug. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 9f92ecc..a27b8b7 100644 --- a/README +++ b/README @@ -34,8 +34,9 @@ as follows ./configure CC='CC -LANG:std' There is a bug in libtool 1.4c (and presumably earlier?) that prevents -this flag from being properly passed during the linking stage. If you -get error messages about missing standard library functions (e.g. iostream), -then you need to edit the libtool script in the source directory, -find the *first* occurrance of "with_gcc=", and change it to read -"with_gcc=no". +this flag from being properly passed during the linking stage. After +configuring, run "grep with_gcc libtool" in the top of the source +directory. If the first line of output reads "with_gcc=", then edit +libtool and change it to read "with_gcc=no". + + -- cgit v1.2.3