Bob Friesenhahn <[EMAIL PROTECTED]> writes:
>> Can you see what I'm doing wrong from the above Makefile.am snippet?
>
> Yes.  The path to the LIBADD .la files must be complete.  This aspect
> does not use -L options to search for .la files.  Automake takes care
> of this part.  The -L options are normally used to look for installed
> libraries referenced like -lTAO.  So perhaps
>
> libTAO_CosNaming_la_LIBADD = \
>       $(TAO_BUILDDIR)/tao/libTAO.la \
>       $(ACE_BUILDDIR)/ace/libACE.la
>
> will work better.  I am not sure if Automake allows this part to refer
> to variables yet though (try it and see).

Thanks Bob,

That works fine.  I've been doing it that way, but was hoping there
was a way to avoid the directory prefix by using -L's.

    --jtc

-- 
J.T. Conklin


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to