On 07 Jan 2008, at 09:04, Dominique Dhumieres wrote: > Sorry for the nuisance, but I have another problem building plplot, > this time on ppc(G5) OSX 10.5.1: > > ... > g++ -bundle -bundle_loader /sw/bin/octave-3.0.0 -o > plplot_octave.oct plplot_octave.o -L../../src/.libs -lplplotd -L/sw/ > lib/python2.5/config -L/sw/lib/freetype219/lib -L/sw/lib/ > freetype219/lib -lfreetype -L/sw/lib -lz -L/sw/src/fink.build/ > plplot-5.8.0-1003/plplot-5.8.0/lib/csa -L/sw/src/fink.build/ > plplot-5.8.0-1003/plplot-5.8.0/lib/csa/.libs -lcsirocsa -L/sw/src/ > fink.build/plplot-5.8.0-1003/plplot-5.8.0/lib/nn -L/sw/src/ > fink.build/plplot-5.8.0-1003/plplot-5.8.0/lib/nn/.libs -lcsironn - > lqhull -L/usr/lib -lltdl -ldl -lm -L/sw/lib/octave-3.0.0 -L/sw/lib - > loctinterp -loctave -lcruft -L/sw/lib/python2.5/config -Wl,-x,- > dead_strip /sw/lib/liblapack.dylib /sw/lib/libf77blas.dylib -lfftw3 > -lreadline -lncurses -lhdf5 -lz -lm /sw/lib/gcc4.2/lib/ > libgfortran.dylib > powerpc-apple-darwin9-g++-4.0.1: /sw/lib/liblapack.dylib: No such > file or directory > powerpc-apple-darwin9-g++-4.0.1: /sw/lib/libf77blas.dylib: No such > file or directory
That command is generated by a mkoctfile command one or 2 lines above; it is as if you were building on the basis of octave-atlas, (eg by replacing in octave.info "Type: -atlas (.)" by "Type: -atlas (boolean)" ). That is no problem, but the atlas variant has a dependency on atlas- shlibs. JF ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
