Re: Configure problems with octave4.2.1 on redhat7
Markus Mützel <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.general |
|---|---|
| Message-ID | <trinity-9abde88b-6306-4c61-8a08-5dca9ad61917-1606308948200@3c-app-gmx-bs42> |
Am 25. November 2020 um 13:45 Uhr schrieb "Grunow, Ingo (EXTERN: ARkentec)": > Hello Markus > > I don't know how I get the complete output in a file. I got the shown dialog via copy and paste I sent you by attached file. But the first command lines were missing. I actually prefer reading the plain text instead of looking at images (from which it would be difficult to copy and paste). So the output is perfect in the format you sent it. > Here is the command output by diary on: > > %================================================================================= > >> diary on > >> pkg install /net/hfbf34/Benutzer/wr0itvr/04_Software/GNU_OCTAVE/mypkg/struct-1.0.16.tar.gz > make: Entering directory `/tmp/oct-ym7NVH/struct-1.0.16/src' > CXXFLAGS=" -I/appl/opensoft/octave/4.2.1/redhatel7/octave/4.2.1/ext/libopenblas/0.2.18/include -I/appl/opensoft/octave/4.2.1/redhatel7/octave/4.2.1/ext/libreadline/6.3/include -Wall " /appl/opensoft/octave/4.2.1/redhatel7/octave/4.2.1/bin/mkoctfile-4.2.1 -c error-helpers.cc > make: Leaving directory `/tmp/oct-ym7NVH/struct-1.0.16/src' > > error: called from > install at line 200 column 5 > pkg at line 394 column 9 > pkg: error running `make' for the struct package. > error: called from > configure_make at line 95 column 9 > install at line 192 column 7 > pkg at line 394 column 9 Could you please run the following command and show its complete output? pkg install -verbose /net/hfbf34/Benutzer/wr0itvr/04_Software/GNU_OCTAVE/mypkg/struct-1.0.16.tar.gz Markus