After updating to 10.9, I have been trying to install polymake.
Following the mac how-to, I made several small changes to the procedure
- Using fink, installed readline6, boost1.53.python33, and gcc48
I could configure using
Code: Select all
./configure CC=/sw/lib/gcc4.8/bin/gcc-fsf-4.8 CXX=/sw/lib/gcc4.8/bin/g++-fsf-4.8
Code: Select all
WARNING: perl module Term::ReadLine::Gnu required for polymake not found on your machine.
Please be sure to install it prior to starting to use polymake.
If you have installed them in a non-standard location
please add the path to the environment variable PERL5LIB
I could make and make install, but on attempting to use polymake the problem with the perl installation came up
Code: Select all
dyld: lazy symbol binding failed: Symbol not found: _Perl_mod
Referenced from: /usr/local/lib/polymake/perlx/5.16.2/darwin-thread-multi-2level/auto/Polymake/Ext/Ext.bundle
Expected in: flat namespace
dyld: Symbol not found: _Perl_mod
Referenced from: /usr/local/lib/polymake/perlx/5.16.2/darwin-thread-multi-2level/auto/Polymake/Ext/Ext.bundle
Expected in: flat namespace
Trace/BPT trap: 5
I would be grateful for any advice about how to proceed here.