Advertisement
Guest User

Guix error

a guest
Jan 22nd, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. >> pkg install -forge control
  2. warning: LFLAGS is deprecated and will be removed in a future version of Octave, use LDFLAGS instead
  3. ld: cannot find -loctinterp
  4. ld: cannot find -loctave
  5. collect2: error: ld returned 1 exit status
  6. make: *** [Makefile:46: __control_helper_functions__.oct] Error 1
  7. make: *** Waiting for unfinished jobs....
  8. make: Entering directory '/tmp/oct-oy22xM/control-3.2.0/src'
  9. tar -xzf slicot.tar.gz
  10. /gnu/store/xzvma4lz1qba6frdqrqjq21wiivagqbh-octave-6.1.0/bin/mkoctfile-6.1.0 -Wall -Wno-deprecated-declarations __control_helper_functions__.cc
  11. mkdir sltmp
  12. mv slicot/src/*.f ./sltmp
  13. mv slicot/src_aux/*.f ./sltmp
  14. cp TG04BX.fortran ./sltmp/TG04BX.f
  15. cp TB01ZD.fortran ./sltmp/TB01ZD.f
  16. cd sltmp; /gnu/store/xzvma4lz1qba6frdqrqjq21wiivagqbh-octave-6.1.0/bin/mkoctfile-6.1.0 -c *.f
  17. ar -rc slicotlibrary.a ./sltmp/*.o
  18. rm -rf sltmp slicot
  19. make: Leaving directory '/tmp/oct-oy22xM/control-3.2.0/src'
  20.  
  21. error: pkg: error running 'make' for the control package.
  22. error: called from
  23. configure_make at line 110 column 9
  24. install at line 196 column 7
  25. pkg at line 568 column 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement