On Tuesday, February 26, 2002, at 02:12 PM, Martin Costabel wrote:

> Matthias Neeracher wrote:
>> localhost% gnome-config --libs gnomeui
>> -L/sw/lib -L/usr/X11R6/lib -L.libs -lgnomeui -lart_lgpl -lgdk_imlib 
>> -lSM
>> -lICE -lgtk -lgdk -lgmodule -ldl -lintl -lXext -lX11 -lgnome
>> -lgnomesupport -lesd -laudiofile -lm -lglib
>>
>> The -L.libs doesn't really have any business being there, does it? How
>> did it get there?
>
> Was your gnome-libs built while esound was at version 0.2.23-1? There
> was a "SetLIBS: -L.libs" for some reason or other which caused the
> "library=`'" bug for me when rebuilding sawfish.

Aha! That was indeed the reason for all of this.

>  It was removed on
> 2002/02/22 in version 0.2.23-2. When gnome-libs is compiling the library
> lists for gnome-config, it might be using esd-config (I am guessing,
> have not yet checked this).

Yes it is. In gnome-libs configure:

LIBGNOME_LIBS="$ESD_LIBS $AUDIOFILE_LIBS $DB_LIB $GLIB_LIBS $DL_LIB"

and ESD_LIBS is obtained from esd-config.

I'd never have guessed that. Amazing at what remote distance effects 
that SetLIBS had.

Matthias


_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to