--- IO-AIO/Makefile.PL 2018/08/14 14:03:15 1.37 +++ IO-AIO/Makefile.PL 2018/08/25 19:55:48 1.38 @@ -62,7 +62,7 @@ $ENV{CFLAGS} = $Config{ccflags}; $ENV{LDFLAGS} = "$Config{ldflags} $Config{ccdlflags}"; $ENV{LINKER} = $Config{ld}; # nonstandard - $ENV{LIBS} = "-L$Config{archlibexp}/CORE -L$Config{privlibexp} -lperl $Config{libs}"; + $ENV{LIBS} = "-L$Config{archlibexp}/CORE -L$Config{privlibexp} -lperl $Config{perllibs}"; system $ENV{SHELL}, -c => "./configure --prefix \Q$Config{prefixexp}\E" and exit $? >> 8;