On Mon, 2003-08-18 at 12:29, Chris B. Vetter wrote: > Hi, > > 1) There's a configure problem in -gui. > > Running configure will tell you that it found -ljpeg and -laudiofile > (including the headers) but never adds the appropriate -L/path/to/foo or > -lfoo to config.make unless the two options --with-<foo>-include= and > --with-<foo>-library= are specified. As a result, linking of -gui fails. >
jpeg is only added if it is needed to link with tiff. Works fine for me. Perhaps you can send me the config.log file it you're having problems with that. > On BSD, it is relatively safe to assume that additional libraries and > headers are located in /usr/local/lib and /usr/local/include. Those are > the default directories for packages installed via ports(there are a few > exceptions, such as Window Maker. However, there are no libraries > related to GNUstep I know of where this also applies). Therefor, I > propose to automatically add /usr/local/lib and /usr/local/include on > BSD systems. > It is. (in all the configure files). Also it's added in make to CONFIG_SYSTEM_... in config.make so it's used when compiling any GNUstep stuff. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
