From 11df3dc163f2a73c3c83ce7eb367c5b8a673c7eb Mon Sep 17 00:00:00 2001 From: skimo Date: Sun, 29 Jul 2001 19:04:32 +0000 Subject: [PATCH] typo --- README.DB3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.DB3 b/README.DB3 index bccfc578..58b4a623 100644 --- a/README.DB3 +++ b/README.DB3 @@ -14,7 +14,7 @@ If, on top of that, the vi binary is explicitly linked against that previous version of db (such as might happen if you enable the perl embedding), you should compile the 3.x version with all symbols internally resolved. In case you use the Gnu linker (ld), this can be accomplished -by passing it the -Bsymbolic option. You can do these by setting CC +by passing it the -Bsymbolic option. You can do this by setting CC to e.g. "gcc -Wl,-Bsymbolic" prior to configuring db. See docs/ref/build_unix/flags.html in the db distribution for more information. -- 2.11.4.GIT