Re: 2 questions about libraries

2003-06-17 Thread Assar Westerlund
Jose Roman Bilbao <[EMAIL PROTECTED]> writes: > 1st: I have a multiple subdirectories project. One of those directories > stores again multiple subdirectories. In each of them a librtary > (shared) is built and stored in .lib (local) directory. Te thing is that > I would like all my libraries to be

Re: 2 questions about libraries

2003-06-17 Thread Santosh
Thank you for correcting me. with regards, Santosh. On Tue, 17 Jun 2003, Raja R Harinath wrote: > Hi, > > Santosh <[EMAIL PROTECTED]> writes: > > > For the second question, you can use the $(top_srcdir) > > variable and give the complete path of your library. > > > > example: > > 2Dint

Re: 2 questions about libraries

2003-06-17 Thread Raja R Harinath
Hi, Santosh <[EMAIL PROTECTED]> writes: > For the second question, you can use the $(top_srcdir) > variable and give the complete path of your library. > > example: > 2Dinterpolation_LDADD = > $(GLIB_CFLAGS) \ > $(top_srcdir)/src/errors/libErrors.a \ > $(

Re: 2 questions about libraries

2003-06-17 Thread Santosh
hi, For the second question, you can use the $(top_srcdir) variable and give the complete path of your library. example: 2Dinterpolation_LDADD = $(GLIB_CFLAGS) \ $(top_srcdir)/src/errors/libErrors.a \ $(top_srcdir)/src/lib/libLib.a with re

2 questions about libraries

2003-06-17 Thread Jose Roman Bilbao
Hi, I am finally reaching the end of my "autotoolization" of my program but I still have two questions I think will be easy to solve but I can not figure out how to do it... 1st: I have a multiple subdirectories project. One of those directories stores again multiple subdirectories. In each of th