Hi,
Thanks for your help with the configure file. Can you please suggest how to configure the "makevars.win" content to "makevars.in" to be used in linux as I am trying to work in LINUX environment.
The content of "makevars.win" is as follows:
PKG_CPPFLAGS=-I"$(R_HOME)/foobar/include" -I"$(FOO_HOME)/foobar/include" -I.
PKG_LIBS=-L"$(R_HOME)/foobar/bin" -L"$(FOO_HOME)/foobar/bin" -lfooexec
I am trying to include C library in my source package to be used during installation of my R package using makevars.
Thanks for your help.