gsl linking

Sergey Ivanov icegood1980@gmail.com
Thu Oct 14 13:11:00 GMT 2010


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



More information about the Cygwin mailing list