From help-octave-request at che dot utexas dot edu Wed Jan 25 09:19:07 1995 Subject: compiling octave on SunOS 4.1.3 From: vdp at us0 dot mayo dot EDU (Vinayak Dutt) To: help-octave at che dot utexas dot edu Date: Wed, 25 Jan 95 09:18:39 CST Hi: I just wanted to report to other octave users about compiling Octave 1.1 on SunOS4.1.3 with Sun Fortran 2.0. If any Sun Compiler with version number >= 2.0 is used, it stick library versions into the objects. So the best way to compile Octave with the Sun F772.0.1 is to edit Makeconf after the configure run and add values-Xs.o object from the Sun Compiler objects to the list objects to be linked in FLIBS. So if the Sun COmpiler resides in /usr/lang , then add /usr/lang/SC2.0.1/values-Xs.o to FLIBS in Makeconf generated by configure and then run make to compile the code. John you could add this to the INSTALL.OCTAVE file of the source code. --vinayak- /* * vinayak dutt * graduate student, ultrasound research * mayo graduate school, rochester mn * * e-mail: vdp at mayo dot edu * dutt dot vinayak at mayo dot edu * */ #include "disclaimer.h"