Created
April 27, 2018 18:00
-
-
Save danielsz/3720a70652e4fd72758000c50e155ef9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; This buffer is for text that is not saved, and for Lisp evaluation. | |
;; To create a file, visit it with <open> and enter text in its buffer. | |
... compile exe gxprof -> gxprof | |
/usr/bin/ld: cannot find -lieee | |
collect2: error: ld returned 1 exit status | |
*** ERROR IN ##main -- target link failed while linking "/home/arch/daniel/scheme/gerbil/bin/gxprof_.o" "/home/arch/daniel/scheme/gerbil/bin/gxprof.o" | |
*** ERROR IN gxc#compile-exe-stub-module -- Syntax Error | |
*** ERROR IN ? | |
--- Syntax Error at compile: Compilation error; gsc exit with nonzero status | |
... form: "/home/arch/daniel/scheme/gerbil/bin/gxprof.scm" | |
... detail: "/home/arch/daniel/scheme/gerbil/bin/gxprof" | |
... detail: 17920 | |
*** ERROR; build failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment