From: Hazen B. <hba...@ma...> - 2006-03-29 03:33:13
|
> > ld: warning multiple definitions of symbol _xerbla_ > /usr/local/lib/octave-2.1.71/liboctinterp.dylib(single module) > definition of _xerbla_ > /usr/local/lib/octave-2.1.71/libcruft.dylib(single module) > definition of _xerbla_ > /System/Library/Frameworks/Accelerate.framework/Versions/A/ > Frameworks/vecLib.framework/Versions/A/libBLAS.dylib(single module) > definition of _xerbla_ > ld: Undefined symbols: > _plparseopts > make[4]: *** [plplot_octave.oct] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 You need to run ./configure with --disable-octave & then hopefully you'll be in the clear. The error "undefined symbol _plparseopts" has been a long standing problem with Octave on OS-X. It has been fixed in the cvs version, but there haven't been any releases in a while. Ideally we'll have new a release in a month or so and you can grab that and use plplot with octave. best, -Hazen |