Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@danielsz
Created April 27, 2018 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsz/119e5552974c756527bc62818fb209ca to your computer and use it in GitHub Desktop.
Save danielsz/119e5552974c756527bc62818fb209ca to your computer and use it in GitHub Desktop.
Parsing:
"namespace"
"namespace"
"declare"
__gx#libdir
__gx#load-mdoule
__gx#expander-loaded
__gx#rtlibs
__gx#method-ref
_gx#load-runtime!
_gx#load-expander-runtime!
_gx#load-expander!
_gx#init!
__gx#display-exception
_gx#start!
"expr"
Compiling:
_gx#load-runtime!
"unknown"
_gx#load-expander-runtime!
_gx#load-expander!
_gx#init!
"unknown"
__gx#display-exception
_gx#start!
Dumping:
#<primitive | gxprof|>
#<primitive _gx#load-runtime!>
#<primitive _gx#load-expander-runtime!>
#<primitive _gx#load-expander!>
#<primitive _gx#init!>
#<primitive __gx#display-exception>
#<primitive _gx#start!>
Compilation finished.
gcc -I/usr/include/openssl-1.0 -Wno-unused -Wno-write-strings -Wdisabled-optimization -O2 -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fmodulo-sched -freschedule-modulo-scheduled-loops -fomit-frame-pointer -fPIC -fno-common -mieee-fp -mpc64 -D___SINGLE_HOST -I"/usr/local/Gambit/v4.8.9/include" -c -o "gxprof.o" gxprof.c
gcc -I/usr/include/openssl-1.0 -Wno-unused -Wno-write-strings -Wdisabled-optimization -O2 -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fmodulo-sched -freschedule-modulo-scheduled-loops -fomit-frame-pointer -fPIC -fno-common -mieee-fp -mpc64 -D___SINGLE_HOST -I"/usr/local/Gambit/v4.8.9/include" -c -o "gxprof_.o" gxprof_.c
gcc -L/usr/lib/openssl-1.0 -lssl -I/usr/include/openssl-1.0 -Wno-unused -Wno-write-strings -Wdisabled-optimization -O2 -fwrapv -fno-strict-aliasing -fno-trapping-math -fno-math-errno -fschedule-insns2 -fmodulo-sched -freschedule-modulo-scheduled-loops -fomit-frame-pointer -fPIC -fno-common -mieee-fp -mpc64 -rdynamic -D___SINGLE_HOST -I"/usr/local/Gambit/v4.8.9/include" -o "gxprof" gxprof_.o gxprof.o "/usr/local/Gambit/v4.8.9/lib/libgambit.a" -lutil -ldl -lm -L/usr/local/opt/openssl/lib -lssl -lcrypto
/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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment