From: <jc...@fe...> - 2003-03-26 10:01:25
|
On Wednesday 26 March 2003 03:05, Alan W. Irwin wrote: | On Wed, 26 Mar 2003, Joao Cardoso wrote: ... | Inspired by your question and these results, I did a lot of | experimentation and finally found that if | | ld -o plplot_octave.oct plplot_octave.o -L../../src/.libs -lplplotd | | is replaced by | | g++ -shared -o plplot_octave.oct plplot_octave.o -L../../src/.libs | -lplplotd | | then all the linking problems disappear! So clearly, the netbsd | version of mkoctfile is set up improperly for that system: Could you please run from within octave the command octave_config_info and tell us the result? Thanks, Joao |