X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=PROBLEMS;h=30df4251841c9a8767bf74d899c115c988044b6a;hp=5ef0d6aef44a34180c44c50664cdfeae4e10bc75;hb=d81014e89b5102527e5b50aac62edeed2955671d;hpb=1bbdeb3a4ec887b8a6bcacb0384a978cc3b1f6f5 diff --git a/PROBLEMS b/PROBLEMS index 5ef0d6a..30df425 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -59,6 +59,11 @@ library, you only need the shared library. To compile objects that link with it, you need the headers---and distros don't provide them with the libraries. You need the additional "development" package, too. +If you have installed it yourself in a non-system location, you may also +need to specify --site-includes, --site-libraries, or --site-prefixes. +Note that many packages, especially X11, expect to find includes in a +subdirectory. Eg, XEmacs #includes , not . See INSTALL. + *** Don't use -O2 with gcc 2.8.1 and egcs 1.0 under SPARC architectures without also using `-fno-schedule-insns'.