Re: adding libraries and header file directories

2006-11-13 Thread Stepan Kasal
Hello Ralf, On Fri, Nov 10, 2006 at 05:50:18PM +0100, Jim Rainville wrote: > + aclocal-1.10 -I m4 ... > configure.ac:80: warning: macro `AM_LIBTOOLFLAGS' not found in library On Sun, Nov 12, 2006 at 06:43:44PM +0100, Ralf Wildenhues wrote: > The warning shouldn't be there. Please post the config

Re: adding libraries and header file directories

2006-11-12 Thread Ralf Wildenhues
Hello Jim, * Jim Rainville wrote on Sun, Nov 12, 2006 at 06:13:23PM CET: > > I think I can make this work if AM_LIBTOOLSFLAGS is supported. I > upgraded autoconf to 2.6 so automake and autoconf are happy working > together. I still get the error that the AM_LIBTOOLSFLAGS directory is > not there.

RE: adding libraries and header file directories

2006-11-12 Thread Jim Rainville
macro but its not there. Where should this macro exist? Thanks. Jim -Original Message- From: Jim Rainville Sent: Friday, November 10, 2006 6:50 AM To: 'Ralf Wildenhues' Cc: automake@gnu.org Subject: RE: adding libraries and header file directories Hi Ralf - I'm still

RE: adding libraries and header file directories

2006-11-10 Thread Jim Rainville
Message- From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 9:22 AM To: Jim Rainville Cc: automake@gnu.org Subject: Re: adding libraries and header file directories Hello Jim, * Jim Rainville wrote on Wed, Nov 08, 2006 at 06:14:49PM CET: > > I trie

RE: adding libraries and header file directories

2006-11-09 Thread Jim Rainville
: Jim Rainville Cc: Ralf Wildenhues; automake@gnu.org Subject: Re: adding libraries and header file directories "Jim Rainville" <[EMAIL PROTECTED]> writes: > Doh! Sometimes I fail to see the forest for the trees. So I copied the > link line and added the --perserve-dup-deps flag. Som

Re: adding libraries and header file directories

2006-11-09 Thread Andreas Schwab
"Jim Rainville" <[EMAIL PROTECTED]> writes: > Doh! Sometimes I fail to see the forest for the trees. So I copied the > link line and added the --perserve-dup-deps flag. Something weird > happens here. It's cutting off a lot of the file names. I thought at > first it was a copy and paste error but

RE: adding libraries and header file directories

2006-11-08 Thread Jim Rainville
libraries and header file directories Hello Jim, * Jim Rainville wrote on Wed, Nov 08, 2006 at 06:14:49PM CET: > > I tried adding the --preserver-dup-deps flag in several different ways. > But for some reason it doesn't end up on the link line. I tried adding > it to the fr

Re: adding libraries and header file directories

2006-11-08 Thread Ralf Wildenhues
Hello Jim, * Jim Rainville wrote on Wed, Nov 08, 2006 at 06:14:49PM CET: > > I tried adding the --preserver-dup-deps flag in several different ways. > But for some reason it doesn't end up on the link line. I tried adding > it to the front of the LD flags but I'm guessing this is a flag to > libt

RE: adding libraries and header file directories

2006-11-08 Thread Jim Rainville
h -Wl,/usr/local/lib -Original Message- From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 6:58 AM To: Jim Rainville Cc: mick; automake@gnu.org Subject: Re: adding libraries and header file directories * Jim Rainville wrote on Tue, Nov 07, 2006 at 05:5

Re: adding libraries and header file directories

2006-11-07 Thread Ralf Wildenhues
* Jim Rainville wrote on Tue, Nov 07, 2006 at 05:52:08PM CET: > > You mention below that if I'm not using libtool I can just add the > libraries twice, but what if I am using libtool? Then does adding --preserve-dup-deps (before --mode) help? If not, then please post again the command that libtoo

RE: adding libraries and header file directories

2006-11-07 Thread Jim Rainville
ues [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 12:43 PM To: Jim Rainville Cc: mick; automake@gnu.org Subject: Re: adding libraries and header file directories Hello Jim, Mick, * Jim Rainville wrote on Mon, Nov 06, 2006 at 02:46:12PM CET: > > This was very helpful. It got me off

Re: adding libraries and header file directories

2006-11-06 Thread mick
On Mon, 6 Nov 2006 23:46, you wrote: > Mick - > > This was very helpful. It got me off the ground and now I think I'm > about 90% there. What I'm struggling with now is circular dependencies > in libraries. In the old Makefile for this software they dealt with this > in this fashion: > -Wl,--start-

Re: adding libraries and header file directories

2006-11-06 Thread Ralf Wildenhues
Hello Jim, Mick, * Jim Rainville wrote on Mon, Nov 06, 2006 at 02:46:12PM CET: > > This was very helpful. It got me off the ground and now I think I'm > about 90% there. What I'm struggling with now is circular dependencies > in libraries. In the old Makefile for this software they dealt with thi

RE: adding libraries and header file directories

2006-11-06 Thread Jim Rainville
, 2006 6:57 PM To: Jim Rainville Cc: automake@gnu.org Subject: Re: adding libraries and header file directories On Sun, 5 Nov 2006 02:36, you wrote: > Hi Mick - > > Thanks for any help you can give me. > > ... -I$(path_to_my_headers) -L$(path_to_my_libraries) element_hal >

Re: adding libraries and header file directories

2006-11-04 Thread mick
On Sun, 5 Nov 2006 02:36, you wrote: > Hi Mick - > > Thanks for any help you can give me. > > ... -I$(path_to_my_headers) -L$(path_to_my_libraries) element_hal > element_sal ... I have used:- bin_PROGRAMS = gyachi gyachi_SOURCES = \ ... INCLUDES = -I/usr/include/gtkhtml-2.0 -I/usr/include/libxml2