Advertisement
Guest User

Untitled

a guest
Jan 4th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. sh run-tests.sh elfcore.test.sh
  2. /running tests on '/home/ralt/Dev/github.com/ralt/sbcl/tests/../src/runtime/sbcl --core /home/ralt/Dev/github.com/ralt/sbcl/tests/../output/sbcl.core --disable-ldb --noinform --no-sysinit --no-userinit --noprint --disable-debugger'
  3. // Running impure tests (SH-TEST)
  4. // Running elfcore.test.sh in COMPILE evaluator mode
  5. cc -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wunused-parameter -fno-omit-frame-pointer -momit-leaf-frame-pointer -I. -c -o os-common.o os-common.c
  6. os-common.c: In function 'os_dlsym_default':
  7. os-common.c:155:18: warning: implicit declaration of function 'dlsym' [-Wimplicit-function-declaration]
  8. 155 | void *frob = dlsym(RTLD_DEFAULT, name);
  9. | ^~~~~
  10. os-common.c:155:24: error: 'RTLD_DEFAULT' undeclared (first use in this function)
  11. 155 | void *frob = dlsym(RTLD_DEFAULT, name);
  12. | ^~~~~~~~~~~~
  13. os-common.c:155:24: note: each undeclared identifier is reported only once for each function it appears in
  14. make: *** [<builtin>: os-common.o] Error 1
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement