Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ perl -MCurses -E'say $INC{"Curses.pm"}' # determin location of Curses.bundle
- /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/Curses.pm
- $ otool -L /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/Curses/Curses.bundle
- /Users/hakonhaegland/perl5/perlbrew/perls/perl-5.34.0/lib/site_perl/5.34.0/darwin-2level/auto/Curses/Curses.bundle:
- /opt/homebrew/opt/ncurses/lib/libncursesw.6.dylib (compatibility version 6.0.0, current version 6.0.0)
- /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1311.0.0)
- # Note from the above output, the following library is used /opt/homebrew/opt/ncurses/libncursesw.6.dylib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement