Re: How to link the objects that are not created by libtool

2018-03-09 Thread sea star
Thanks Basin. Yes, it works. -Thanks cvin On Thu, Feb 15, 2018 at 5:49 AM, Basin Ilya wrote: > I've tested your rules. Simply remove the double quotes surrounding the > OBJS value and it will work. > > > On 15.02.2018 16:36, Basin Ilya wrote: > > Please try to add > > > >

Re: How to link the objects that are not created by libtool

2018-02-15 Thread Basin Ilya
I've tested your rules. Simply remove the double quotes surrounding the OBJS value and it will work. On 15.02.2018 16:36, Basin Ilya wrote: > Please try to add > > .PHONY: $(objdir)/bar.lo: > > $(objdir)/bar.lo: > > to your Makefile.am > > On 15.02.2018 3:59, sea star wrote: >> Hi,

Re: How to link the objects that are not created by libtool

2018-02-15 Thread Basin Ilya
Please try to add .PHONY: $(objdir)/bar.lo: $(objdir)/bar.lo: to your Makefile.am On 15.02.2018 3:59, sea star wrote: > Hi, > > I have a set of object files built by libool and other set of object files > that are not built by libool. The non-libtool object files are created > outside

how to link the objects that are not created by libtool

2018-02-15 Thread sea star
Hi, I have a set of object files built by libool and other set of object files that are not built by libool. The non-libtool object files are created outside of my project to which I have limited access. I have the following in my Makefile.am: objdir=/nfsmnt/projx/build/release/

How to link the objects that are not created by libtool

2018-02-15 Thread sea star
Hi, I have a set of object files built by libool and other set of object files that are not built by libool. The non-libtool object files are created outside of my project to which I have limited access. I have the following in my Makefile.am: objdir=/nfsmnt/projx/build/release/