On Mon, Aug 05, 2002 at 10:50:50PM -0500, Dave Trollope wrote:
> Hi
> 
> I've been having problems building 2.5.3 recently (month or two) and tonight
> decided to figure it out.
> 
> At some point the $(Xft_LIBS) in LDADD of several Makefile.am files eg
> fvwm/fvwm. On my system (cygwin) this causes a problem because -lfvwm is now
> after -lXft. Flocale.c in libfvwm uses Xft.
> 
> Before submitting a patch for this, I was hoping someone could explain what
> this change was made for so that I can make sure I don't undo whatever they
> did!
> 

I did this "inversion" when I add Xft2 support. From the Changeog:

     * fvwm/Makefile.am:
     * libs/Makefile.am:
     Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
     Xft2 library. Removed FT2 CFLAGS and LIBS

So -lfvwm should be before -lXft but -lXft should be before $(X_CFLAGS) ?
Patch welcome.

Regards, Olivier
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to