Lars Hecking <[EMAIL PROTECTED]> [2002-10-30 10:36:09 +]:
> Well, I'm using AC_PATH_X but I don't know how to use this in the
> Makefile.am , I have tried to get it to work with :
>
> LDADD = -lX11 -lm -L$(x_libraries)
For one thing you need to place all of your -L options before
- Forwarded message from Lars Segerlund <[EMAIL PROTECTED]> -
Well, I'm using AC_PATH_X but I don't know how to use this in the
Makefile.am , I have tried to get it to work with :
LDADD = -lX11 -lm -L$(x_libraries)
But I think I'm missing something ? ( here it complaines a
Lars Segerlund writes:
>
> Hi,
>
> I'm trying to test for X11 libraries and I am having some trouble
> with getting my Makefile.am ( automake ) to link right, basicly it wont
> set the path to the X libraries right.
>
> Does anybody have any pointers ? or tips ?
Well, what exactly are yo
Hi,
I'm trying to test for X11 libraries and I am having some trouble
with getting my Makefile.am ( automake ) to link right, basicly it wont
set the path to the X libraries right.
Does anybody have any pointers ? or tips ?
/ Lars Segerlund.