From: <lan...@qw...> - 2006-03-28 10:00:21
|
NOOB ALERT Attempting to install on OS X 10.4.5 and had a problem. Here are the last few lines from the "make" and "make install" lines which might be helpful. (Also, the make install command (earlier, not here) failed on Line 1 apparently because there was a space in a path name. Specifically, my path contained the string "Plotting Stuff" which I replaced with "Plotting_Stuff".) This happens a lot with Unix scripts running on Mac systems--a bit of a culture clash.) Here's the last few lines of output, but maybe the problem was earlier: Jerry ld: Undefined symbols: .objc_class_name_NSAutoreleasePool .objc_class_name_NSConstantString .objc_class_name_NSMutableAttributedString .objc_class_name_NSNumber .objc_class_name_NSString __NSConstantStringClassReference /usr/bin/libtool: internal link edit command failed make[2]: *** [libplplotd.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 [AlBook:Programming/Plotting Stuff/plplot-5.5.3] me% make install Making install in drivers make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/doc/plplot" || /Applications/Programming/ Plotting_Stuff/plplot-5.5.3/cf/install-sh -d "/usr/local/share/doc/ plplot" mkdir: /usr/local/share/doc: Permission denied make[2]: *** [install-docDATA] Error 1 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 [AlBook:Programming/Plotting Stuff/plplot-5.5.3] me% |