On Thu, Aug 13, 2009 at 4:27 PM, Justin Heyes-Jones <justi...@gmail.com>wrote:

> If you can load source but not compile, then maybe you have stale fast load
> files.
>
> Could you verify that you've cleaned out any from a different lisp version
> of older build?
>

It looks like the error was caused by using GCC 4 instead of 3 (which is
apparently tested more). Now I get a failure in trivial garbage.

;;; Note: Invoking external command:
;;;   gcc -shared -o "c:/bin/asdf/trivial-garbage/trivial-garbage.fas"
-Wl,--export-all-symbols -L"c:/bin/ecl"
"c:/DOCUME~1/ESLAUG~1/LOCALS~1/Temp/ECL24D.o"
"c:/bin/asdf/trivial-garbage/trivial-garbage.o"      -lecl    -lm
-lws2_32c:/bin/asdf/trivial-garbage/trivial-garbage.o: In function
`L14finalize':
c:/bin/asdf/trivial-garbage/trivial-garbage.c:273: undefined reference to
`si_get_finalizer'
c:/bin/asdf/trivial-garbage/trivial-garbage.c:276: undefined reference to
`si_set_finalizer'
c:/bin/asdf/trivial-garbage/trivial-garbage.o: In function
`L15cancel_finalization':
c:/bin/asdf/trivial-garbage/trivial-garbage.c:310: undefined reference to
`si_set_finalizer'
collect2: ld returned 1 exit status

Filesystem error with pathname
#P"c:/bin/asdf/trivial-garbage/trivial-garbage.fas".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.

Available restarts:

1. (QUIT-DEBUGGER) Quit debugger level 1.
2. (TRY-RECOMPILING) Recompile trivial-garbage and try loading it again
3. (RETRY) Retry performing #<ASDF:LOAD-OP NIL 18706344> on
#<ASDF:CL-SOURCE-FILE "trivial-garbage" "trivial-garbage" 18738032>.
4. (ACCEPT) Continue, treating #<ASDF:LOAD-OP NIL 18706344> on
#<ASDF:CL-SOURCE-FILE "trivial-garbage" "trivial-garbage" 18738032> as
having been successful.
5. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (ASDF:OOS 'ASDF:LOAD-OP
:TRIVIAL-GARBAGE
)]
>>

-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
_______________________________________________
application-builder mailing list
application-builder@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to