From 299a312b54828e04a3c157abb54b849a6a8bf099 Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Sat, 3 Nov 2012 15:10:14 +0100 Subject: [PATCH] Fix linkage for CUtils --- CUtils/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUtils/Makefile.PL b/CUtils/Makefile.PL index 1087b15..69a6c5b 100644 --- a/CUtils/Makefile.PL +++ b/CUtils/Makefile.PL @@ -9,7 +9,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ALTree/CUtils.pm', # retrieve abstract from module AUTHOR => 'Claire Bardel <Claire.Bardel@univ-lyon1.fr>') : ()), - LIBS => ['-lm ', '-lpthread', '-lgsl', '-lcblas'], # e.g., '-lm' + LIBS => ['-lm -lpthread -lgsl -lcblas'], # e.g., '-lm' DEFINE => '', # e.g., '-DHAVE_SOMETHING' INC => '-ggdb3 -I. -Ic_sources', # e.g., '-I. -I/usr/include/other' # Un-comment this if you add C files to link with later: -- GitLab