diff options
Diffstat (limited to 'README.COMPILATION.PROBLEMS')
-rw-r--r-- | README.COMPILATION.PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.COMPILATION.PROBLEMS b/README.COMPILATION.PROBLEMS index d621ad5..bd1822d 100644 --- a/README.COMPILATION.PROBLEMS +++ b/README.COMPILATION.PROBLEMS | |||
@@ -117,11 +117,11 @@ Known problems as of 1.0pre8: | |||
117 | All that said: you might be able to get somewhere | 117 | All that said: you might be able to get somewhere |
118 | by finding the line in Makefile-libbz2_so which says | 118 | by finding the line in Makefile-libbz2_so which says |
119 | 119 | ||
120 | $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.1 $(OBJS) | 120 | $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.2 $(OBJS) |
121 | 121 | ||
122 | and replacing with | 122 | and replacing with |
123 | 123 | ||
124 | ($CC) -G -shared -o libbz2.so.1.0.1 -h libbz2.so.1.0 $(OBJS) | 124 | $(CC) -G -shared -o libbz2.so.1.0.2 -h libbz2.so.1.0 $(OBJS) |
125 | 125 | ||
126 | If gcc objects to the combination -fpic -fPIC, get rid of | 126 | If gcc objects to the combination -fpic -fPIC, get rid of |
127 | the second one, leaving just "-fpic". | 127 | the second one, leaving just "-fpic". |