gcl-devel
[Top][All Lists]
Advanced

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

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


From: E. Otto
Subject: [Gcl-devel] Problem with (compile-file)
Date: Sat, 21 Aug 2004 20:59:49 +0200

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




reply via email to

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