ok, installed libtool 2.4.2 into /usr/local/bin changed the names to glibtool and glibtoolize and that fixed the previous problem.
Next issue was: OSError: [Errno 13] Permission denied: '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/python_dateutil-1.2-py2.6.egg-info' so I then tried $sudo ./build.sh which got me to the next issue: ... ... make[1]: *** [libsupport_a-PyArray.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: g++: error: unrecognized command line option '-Wnewline-eof' *** [libsupport_a-NumpyVector.o] Error 1 make[1]: *** [libsupport_a-PyHelpers.o] Error 1 make: *** [all-recursive] Error 1 I decided for some reason to change my .bashrc file so MK_JOBS=1 instead of 2. I'm not sure, but I think its built! Not really sure tho, it all seemed pretty anticlimactic, was expecting maybe a 'success' or something. anyway I can't find the tests listed in the readme. I'll look at this in the morning to see what I have in the way of executables... Patrick / wow, did i really reply to my own message twice : / On Aug 12, 2013, at 6:47 PM, Patrick Higgins wrote: > I did some reading and it looks like Macs > have glibtool and libtool. It appears that > glibtool and glibtoolize are the ones that > will work, so this reports: > > bash-3.2$ glibtool --version > ltmain.sh (GNU libtool) 2.2.4 > > What version is required? Thanks! > > > > > Patrick > > > On Aug 12, 2013, at 5:11 PM, Patrick Higgins wrote: > >> bash-3.2$ which libtool >> /usr/bin/libtool >> >> bash-3.2$ libtool -V >> Apple Computer, Inc. version cctools-795 >> >> thanks Marek : ) >> >> >> >> Patrick >> >> >> On Aug 12, 2013, at 4:59 PM, Marek Otahal wrote: >> >>> Ok, so now what does >>> $which libtool >>> and $libtool --version >>> give? >>> Thanks, M. >>> >> >> >> _______________________________________________ >> nupic mailing list >> [email protected] >> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >> > > > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org > _______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
