I learned about using :profile here, so I just tried to install vim with profiling enabled.
I tried this:
./configure --prefix=/home/username --with-features=profile
But in the output from configure I got the message
Sorry, profile is not supported
Does that mean that profile is not an option for me at all because of my OS, or is there something that I can do to make it "supported"?
libperl.soand skips it because of that? You should post at least the full output ofvim --version(has linker command) and preferable also the full output of./configureandmake... You should have something like-L/usr/lib/perl5/core_perl/CORE -lperlin there. – Martin Tournoij Mar 10 '15 at 14:07profileenabled (a necessity for me) andperlis more of a want. – Christopher Bottoms Mar 10 '15 at 14:25