To Marco Atzeri:
$(compiler) $< $(db_o) $(foreach pth, $(sublibpathes), "-I$(pth)") \
        $(foreach pth, $(sublibpathes), "-L$(pth)") -L/usr/lib -lgsl -lgslcblas 
-lm \
  $(foreach pth, $(notdir $(sublibraries)), "-l$(pth)") -I$(prog_path) -o $@


sublibpathes - there is my own list of static libraries
-- 
Kind regards,
Sergey Ivanov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to