On 22 Aug 2003 21:45:45 -0600 Adam Fedor <[EMAIL PROTECTED]> wrote: > On Mon, 2003-08-18 at 12:29, Chris B. Vetter wrote: > > 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.
See the attached gui.make (gui)config.log and (gui)config.make. Those were created by running './configure' without any options. [...] > > 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. As you can see, -ltiff is set, but /usr/local/[lib,include] are not. -- Chris
gui.make
Description: Binary data
guiconfig.make
Description: Binary data
guiconfig.log
Description: Binary data
_______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
