From: Marco W. <mar...@gm...> - 2016-09-06 11:34:48
|
Thomas LaBone <la...@em...> writes: > When I execute the command "load (lapack)$" I get ~300 lines of output, > most of which looks something like this: > > ;; Loading file > C:\Users\thomas\maxima\binary\5_38_1_5_gdf93b7b_dirty\clisp\2_49__2010_07_07___built_on_toshiba__192_168_43_3__\share\lapack\lapack-package.fas > ... > > Can anyone suggest a way to suppress this? I am running Maxima 5.38.1 on > a Windows 7 computer. > > Tom > > > ------------------------------------------------------------------------------ Possibly this is the issue answered in https://sourceforge.net/p/maxima/mailman/message/35291542/ I.e. try with_stdout("/dev/null", load (lapack))$ instead of load (lapack)$ HTH, -- Marco Wahl https://marcowahl.github.io |