Open nxadm opened 10 years ago
Good thought. In the sense that if we wish to be able to just rsync the whole seaman dir to a remote and make it run over there after static links could be a better solution -- in the sense that it does not depend on /usr/lib
to have -ldbm -ldl -lm -lutil -lc
.
Out of the box, perlbrew create a dynamically linked perl binary. This is fine when deploying the seacan result on a similar setup (the same used and installed libraries).
Does this make seacan less portable? Is static linking a solution?
http://perldoc.perl.org/ExtUtils/MakeMaker.html#Static-Linking-of-a-new-Perl-Binary
Just some ideas.