diff options
author | Steve M. Robbins <smr@sumost.ca> | 2001-08-07 14:59:57 +0000 |
---|---|---|
committer | Steve M. Robbins <smr@sumost.ca> | 2001-08-07 14:59:57 +0000 |
commit | 919cc774e43f62659ecfe5f85882b0073c4ea2d4 (patch) | |
tree | 1f3b4502fd13d9cfb022345e7425d233dd3786c1 /README | |
parent | de0befb6d7ba3d1e6bbc67ca9c86d04412f2fb08 (diff) |
Polished description of libtool bug.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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". + + |