make source executable

Discussion of Common Lisp
Kompottkin
Posts: 94
Joined: Mon Jul 21, 2008 7:26 am
Location: München, Germany
Contact:

Re: make source executable

Post by Kompottkin » Thu Apr 14, 2011 9:45 am

walter80 wrote:Are there conventions for dot files (I saw reference to a ".clc" but no info on what should be put therein)?
The directory ~/.clc/systems/ is where CLC looks for .asd files. (Note that you must symlink them there from their original directories, not copy them.) In fact, I've been using the ~/.clc/systems/ directory as a convention since I first started using Common Lisp, even when not on Debian/Ubuntu/Gentoo, as it seems as good a canonical asdf:*central-registry* member as any other to me.

Note that Quicklisp, too, will happily find and load stuff from all the places that CLC searches (as long as CLC is present in the Lisp you're using), so if you follow nuntius' suggestion and use Quicklisp, there's no need to distinguish between Debian-provided libraries and Quicklisp-native ones.

qiutaoleo
Posts: 1
Joined: Fri Apr 15, 2011 8:26 am

Re: make source executable

Post by qiutaoleo » Fri Apr 15, 2011 8:44 am

I use ECL build example's exe on windows.ECL build by nmake only VC2005 on windows.
But it's error message is "Cannot Symobl BUILD-PROGRAM in #'("C" package)".
why?

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: make source executable

Post by nuntius » Sat Apr 16, 2011 8:39 am

Please reply to the ECL question on the new topic.

Post Reply