diff options
| author | Richard M. Stallman | 2002-07-24 03:59:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-24 03:59:52 +0000 |
| commit | fe44589306e35698b1ee62be12101b0bb9942444 (patch) | |
| tree | 7d60c59cc468dbe1c0e713dff45920bb48b69dc1 /etc/PROBLEMS | |
| parent | 95c997fa7f03b25717db583709d5a52893d7ccc5 (diff) | |
| download | emacs-fe44589306e35698b1ee62be12101b0bb9942444.tar.gz emacs-fe44589306e35698b1ee62be12101b0bb9942444.zip | |
*** empty log message ***
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0bb229ce5e8..e4bc7f4af98 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -402,17 +402,16 @@ library function. | |||
| 402 | 402 | ||
| 403 | * The `configure' script doesn't find the jpeg library. | 403 | * The `configure' script doesn't find the jpeg library. |
| 404 | 404 | ||
| 405 | This can happen because the linker by default only looks for shared | 405 | There are reports that this happens on some systems because the linker |
| 406 | libraries, but jpeg distribution by default doesn't build and doesn't | 406 | by default only looks for shared libraries, but jpeg distribution by |
| 407 | install a shared version of the library, `libjpeg.so'. One system | 407 | default only installs a nonshared version of the library, `libjpeg.a'. |
| 408 | where this is known to happen is Compaq OSF/1 (`Tru64'), but it | 408 | |
| 409 | probably isn't limited to that system. | 409 | If this is the problem, you can configure the jpeg library with the |
| 410 | 410 | `--enable-shared' option and then rebuild libjpeg. This produces a | |
| 411 | You can configure the jpeg library with the `--enable-shared' option | 411 | shared version of libjpeg, which you need to install. Finally, rerun |
| 412 | and then rebuild libjpeg. This produces a shared version of libjpeg, | 412 | the Emacs configure script, which should now find the jpeg library. |
| 413 | which you need to install. Finally, rerun the Emacs configure script, | 413 | Alternatively, modify the generated src/Makefile to link the .a file |
| 414 | which should now find the jpeg library. Alternatively, modify the | 414 | explicitly. |
| 415 | generated src/Makefile to link the .a file explicitly. | ||
| 416 | 415 | ||
| 417 | (If you need the static version of the jpeg library as well, configure | 416 | (If you need the static version of the jpeg library as well, configure |
| 418 | libjpeg with both `--enable-static' and `--enable-shared' options.) | 417 | libjpeg with both `--enable-static' and `--enable-shared' options.) |