Re: Portable Use of Variables

2014-10-27 Thread Nick Bowler
On 2014-10-26 22:15 +0200, fr33domlover wrote: > I'm a bit confused about all the expressive features and ways to use makefile > variables, so just to be sure - > > http://www.gnu.org/software/make/manual/html_node/Substitution-Refs.html > > Are these uses of variables portable, or should a porta

Re: Portable Use of Variables

2014-10-27 Thread Eric Blake
On 10/27/2014 11:11 AM, Nick Bowler wrote: > On 2014-10-26 22:15 +0200, fr33domlover wrote: >> I'm a bit confused about all the expressive features and ways to use makefile >> variables, so just to be sure - >> >> http://www.gnu.org/software/make/manual/html_node/Substitution-Refs.html >> >> Are th

Static Library Linking Problem using Autotool

2014-10-27 Thread Wy kevinthesun
Hi, I am using GNU Autotool toolchain to work in Eclipse. I have some problems with linking to static library. First, I create a static library project "GPIOPin" and successfully compiling it with following Makefile.am: noinst_LIBRARIES = libGPIOPin.a libGPIOPin_a_SOURCES = GPIOPin.cpp GPIOPin.h