RE: LDADD doesn't work as expected

2015-09-21 Thread Arthur Schwarz
Subject: Re: LDADD doesn't work as expected The make target refers to a directory (trailing slash). I suspect the Makefile.am has a typo. Am 21. September 2015 17:21:46 MESZ, schrieb Bob Friesenhahn : On Mon, 21 Sep 2015, Arthur Schwarz wrote: I'm trying to use LDADD to reference

Re: LDADD doesn't work as expected

2015-09-21 Thread Thomas Martitz
The make target refers to a directory (trailing slash). I suspect the Makefile.am has a typo. Am 21. September 2015 17:21:46 MESZ, schrieb Bob Friesenhahn : >On Mon, 21 Sep 2015, Arthur Schwarz wrote: > >> >> >> I'm trying to use LDADD to reference libgslip.a in another directory. >After >> bui

Re: LDADD doesn't work as expected

2015-09-21 Thread Bob Friesenhahn
On Mon, 21 Sep 2015, Arthur Schwarz wrote: I'm trying to use LDADD to reference libgslip.a in another directory. After building libgslip.a with make, I issue a make check and get the message: *** No rule to make target '../libgslip/libgslip.a/', needed by 'SlipTest.exe'. Stop. The test dire

LDADD doesn't work as expected

2015-09-21 Thread Arthur Schwarz
I'm trying to use LDADD to reference libgslip.a in another directory. After building libgslip.a with make, I issue a make check and get the message: *** No rule to make target '../libgslip/libgslip.a/', needed by 'SlipTest.exe'. Stop. The test directory is entered and the Makefile in the test