Re: [Fwd: Re: X11 and configure.in]

2002-10-30 Thread Bob Proulx
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

[Fwd: Re: X11 and configure.in]

2002-10-30 Thread Lars Hecking
- 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

Re: X11 and configure.in

2002-10-30 Thread Lars Hecking
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

X11 and configure.in

2002-10-30 Thread Lars Segerlund
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.