Skip to content

Instantly share code, notes, and snippets.

@radhikalism
Created September 7, 2009 18:55
Show Gist options
  • Save radhikalism/182515 to your computer and use it in GitHub Desktop.
Save radhikalism/182515 to your computer and use it in GitHub Desktop.
; cc -m64 -fPIC -o /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c: In function ‘main’:
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:69: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:75: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:80: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:85: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:90: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:95: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:100: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:105: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:110: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:115: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:120: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:136: warning: cast from pointer to integer of different size
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c: In function ‘print_double_for_lisp’:
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c:177: warning: incompatible implicit declaration of built-in function ‘memset’
; /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.grovel-tmp.lisp
;;; Compiling /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.grovel-tmp.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;; Warning: in file /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.grovel-tmp.lisp, position 116, and form
;;; (NOTICE-FOREIGN-TYPE 'PID (MAKE-INSTANCE 'FOREIGN-TYPEDEF NAME ...))
;;; Too many arguments for generic function MAKE-INSTANCE
;;; End of Pass 1.
;;; Note: Invoking external command:
;;; gcc "-I/home/abhishek/opt/ecl/include/" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC -Dlinux -O -w -c "/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.c" -o "/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o"
;;; Note: Invoking external command:
/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o: file not recognized: File truncated
collect2: ld returned 1 exit status
;;; gcc -o "/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o" -L"/home/abhishek/opt/ecl/lib/" "/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o" -shared -lecl -lgc -lgmp -ldl -lm
;;; Internal error: (SYSTEM "gcc -o \"/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o\" -L\"/home/abhishek/opt/ecl/lib/\" \"/home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o\" -shared -lecl -lgc -lgmp -ldl -lm ") returned non-zero value 1
Cannot find out entry point for binary file /home/abhishek/Shed/cl-proc/darcs/cl-proc/src/grovel.o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment