Greetings, and thanks!  Fixed in CVS head, not yet tagging t3 until
other changes get in later.  But at this burning moment, CVS head
works. 

Take care,

Robert Boyer <[EMAIL PROTECTED]> writes:

> The file md5.lisp is simply http://www.pmsf.de/pub/download/MD5/md5.lisp.
> This bug does not arise in GCL 6.6 ANSI.  (Note that I had to do the initial
> load to skirt other compiler issues.)
> 
> GCL (GNU Common Lisp)  2.7.0 ANSI    Jun 27 2005 11:26:37
> Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
> Binary License:  GPL due to GPL'ed components: (BFD UNEXEC)
> Modifications of this banner must retain notice of a compatible license
> Dedicated to the memory of W. Schelter
> 
> Use (help) to get some basic information on how to use GCL.
> 
> >(load "md5.lisp")
> 
> Loading md5.lisp
> Finished loading md5.lisp
> T
> 
> >(compile-file "md5.lisp")
> 
> Compiling md5.lisp.
> ; (DEFUN UPDATE-MD5-STATE ...) is being compiled.
> ;; Warning: Type declaration was found for not bound variable SEQUENCE.
> ;; Warning: Type declaration was found for not bound variable SEQUENCE.
> End of Pass 1.  
> End of Pass 2.  
> md5.c: In function `L14':
> md5.c:5926: warning: implicit declaration of function `stoi'
> md5.c: In function `LnkTLI114':
> md5.c:8397: warning: assignment from incompatible pointer type
> md5.c: In function `LnkTLI113':
> md5.c:8398: warning: assignment from incompatible pointer type
> md5.c: In function `LnkTLI112':
> md5.c:8399: warning: assignment from incompatible pointer type
> md5.c: In function `LnkTLI111':
> md5.c:8401: warning: assignment from incompatible pointer type
> md5.c: In function `LnkTLI6':
> md5.c:8402: warning: assignment from incompatible pointer type
> md5.c: In function `LnkTLI5':
> md5.c:8403: warning: assignment from incompatible pointer type
> OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
> Finished compiling md5.lisp.
> #P"md5.o"
> 
> >(load "md5")
> 
> Loading md5.o
> stoi is undefined
> Error in EVAL [or a callee]: Cannot get relocated section contents
> 
> 
> Fast links are on: do (use-fast-links nil) for debugging
> Broken at CONDITIONS::CLCS-LOAD.  Type :H for Help.
>  1 (Continue) Retry loading file "md5".
>  2 Return to top level.
> dbl:>>
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to