<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style>
</head>
<body class='hmmessage'>
I ues the lastest ECL form sf,and build it with vc2005 on winXP sp3.<BR>
I follow the manual 1.6 compiler examples.<BR>
 <BR>
"(princ "Hello world!")<BR>
(terpri)" in the hello.lisp file.<BR><BR>
When I (compile-file "hello.lisp") the message is <BR>
";;; Compiling hello.lispHello world!<BR>
#P"hello.fasb"<BR>
NIL<BR>
NIL".<BR>
 <BR>
A new file hello.fasb been created.<BR>
The words<BR>
"(FUNCALL "Hello world!")<BR>(FUNCALL NIL)<BR>
"in it.<BR>
 <BR>
And (compile-file "hello.lisp" :system-p t) get the same result.<BR>
In the example will call c compiler,I think it will call vc's cl.exe in my computer.But it didn't.<BR>
Is there something need I config?<BR>                                       </body>
</html>