PERL_CC not determined correctly
chincheta0815 opened this issue · 0 comments
chincheta0815 commented
@fsbruva Hi there and Happy New Year. Right at the beginning I got an issue with the buildme.sh script and as I remember that you reworked it a lot I thought of asking you. The PERL_CC version is not determined correct by the grep-sed-pipe... In my case (SunOS) it only works when I change it to: "PERL_CC=$ARCHPERL -V | grep cc=\' | sed "s#.*cc='##g | sed "s#'.*##g"
" The issue is mainly related to the comment before the single quote. The # (hash) can also be change to / (slash), but that doesn't matter. Could you check if the above sed works on your platforms too? Then I would change the buildme.sh and do the request.