gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Problem with (compile-file)


From: Camm Maguire
Subject: Re: [Gcl-devel] Problem with (compile-file)
Date: 22 Aug 2004 09:02:58 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  this is a problem with your C compiler setup.  Try

(compile-file "hello.lsp" :c-file t :h-file t :data-file t)
(by)

gcc -o hello.o -c hello.c

and debug from there!

Take care,

"E. Otto" <address@hidden> writes:

> Greetings, I tried to compile a small function,
> 
> (defun hello ()
>   (format t "HELLO")
> )
> 
> but it does not work, what do I wrong?
> My system: Windows 98 SE, GCL-2.6.3-ANSI
> 
> 
> >(compile-file "hello.lsp")
> 
> Compiling hello.lsp.
> End of Pass 1.
> End of Pass 2.
> {standard input}:8: Error: Unknown pseudo-op:  `.p2align'
> Your C compiler failed to compile the intermediate file.
> #p"hello.o"
> 
> >
> 
> 
> Best regards
>  Eduard Otto
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
> 
> 
> 

-- 
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]