gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: tilde


From: Camm Maguire
Subject: [Gcl-devel] Re: tilde
Date: 22 Mar 2006 16:22:44 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Should be done now.

Thanks!


Robert Boyer <address@hidden> writes:

> Tildes in file names continue to give GCL grief, as this transcript shows.
> 
> Bob
> 
> % cd
> % pwd
> /v/filer2/boyer
> % ls -l foo.lisp
> -rw-------  1 boyer prof 19 Mar  8 11:21 foo.lisp
> % cat foo.lisp
> (defun foo (x) x)
> 
> % xg
> GCL (GNU Common Lisp)  2.7.0 ANSI    Mar  8 2006 06:39:42
> Source License: LGPL(gcl,gmp,pargcl), GPL(unexec,bfd)
> Binary License:  GPL due to GPL'ed components: (READLINE 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.
> Temporary directory for compiler files set to /tmp/
> 
> >(compile-file "foo.lisp")
> 
> ;; Compiling foo.lisp.
> ;; End of Pass 1.  
> ;; End of Pass 2.  
> ;; OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3, 
> (Debug quality ignored)
> ;; Finished compiling foo.o.
> #P"/v/filer2/boyer/foo.o"
> NIL
> NIL
> 
> >(compile-file "~/foo.lisp")
> 
> ;; Compiling ~/foo.lisp.
> ;; End of Pass 1.  
> ;; End of Pass 2.  
> Error in CONDITIONS::CLCS-COMPILE-FILE [or a callee]: Format error: illegal 
> directive.
>                                                                               
>                                V
> "gcc -c -Wall -DVOL=volatile -fsigned-char -pipe  -I/u/boyer/my-parition/../h 
>  -O3 -fomit-frame-pointer -c "~/foo.c" -o "~/foo.o" "
> 
> 
> Fast links are on: do (si::use-fast-links nil) for debugging
> Broken at CONDITIONS::CLCS-UNIVERSAL-ERROR-HANDLER.  Type :H for Help.
>  1 (Continue) Retry compiling file "~/foo.lisp".
>  2 Return to top level.
> dbl:>>
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]