Forum: developers


RE: perl [ Reply ] By: joke evers on 2016-10-27 15:29 | [forum:17715] |
I've uploaded to svn exec.c and wims_mathml.y: but somehow a few "perl" scripts from the src directory were also marked as 'changed' and uploaded. I've not modified the scripts in wims_svn (...) So it was not my intention of starting a discussion on the difference between linux (/usr/bin/perl) and my systems (/usr/local/bin/perl) On my systems I just symlink perl-stuff to "/usr/bin/" |
perl [ Reply ] By: Bernadette Perrin-Riou on 2016-10-27 14:59 | [forum:17712] |
The invocation #!/usr/local/bin/perl -w is not good for every system and in particular in all wims servers I maintained ! I don't think it is a better solution than the preceding #!/usr/bin/perl -w So I will come back to /usr/bin/perl The only good solution is to test in the .configure and use it . But I have no time to do it (and not so used to do that). Bernadette |