PDA

View Full Version : how to compile and run "linux in a box" from source



sam2501
July 18th, 2008, 07:15 PM
I've been trying to compile the source code of this for a while
this is my first time compiling from source so i have no idea what i am doing

i want to post the output but its too long
so, any ideas on what i have to do?

Partyboi2
July 19th, 2008, 09:03 AM
maybe just post the last 10 lines so we have an idea where you are stuck at. You can also use something like pastebin (http://pastebin.com/) to paste to and then provide a link to it.

sam2501
July 26th, 2008, 07:55 AM
maybe just post the last 10 lines so we have an idea where you are stuck at. You can also use something like pastebin (http://pastebin.com/) to paste to and then provide a link to it.


:)=D> Thanks, for ur answer, but tried a different way & it worked
i installed clisp & slime from synaptic and wrote these few lines in a new file .emacs in my home directory
(setq inferior-lisp-program "usr/bin/cmucl")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/slime")
(require 'slime)
(slime-setup)
its a different implementation though (cmucl not clisp)
but thanks anyway