From: Slobodan Blazeski
Subject: Is it possible to instruct asdf to put compiled files in diferent 	directory
Date: 
Message-ID: <0fd90f03-2f3f-4222-ad74-4812228e2590@d70g2000hsb.googlegroups.com>
than then the place when  file being compiled reside?
Or any other portable way?

thanks
Slobodan

From: Marco Antoniotti
Subject: Re: Is it possible to instruct asdf to put compiled files in diferent 	directory
Date: 
Message-ID: <ee116d49-ba4c-4f4a-8dae-3863617327aa@h11g2000prf.googlegroups.com>
On Feb 1, 10:27 am, Slobodan Blazeski <·················@gmail.com>
wrote:
> than then the place when  file being compiled reside?
> Or any other portable way?

With MK:DEFSYSTEM you can do this out-of-the box.

Cheers
--
Marco
From: Petter Gustad
Subject: Re: Is it possible to instruct asdf to put compiled files in diferent  directory
Date: 
Message-ID: <873asdc5zs.fsf@mediacenter.home.gustad.com>
Slobodan Blazeski <·················@gmail.com> writes:

> than then the place when  file being compiled reside?
> Or any other portable way?

You probably want to look at ASDF binary locations at URL:
http://common-lisp.net/project/cl-containers/asdf-binary-locations/

Petter
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
From: Slobodan Blazeski
Subject: Re: Is it possible to instruct asdf to put compiled files in diferent 	directory
Date: 
Message-ID: <fb6e47d4-9b3e-447d-8d7f-2b781fa4a67c@q39g2000hsf.googlegroups.com>
On Feb 1, 11:42 am, Petter Gustad <·············@gustad.com> wrote:
> Slobodan Blazeski <·················@gmail.com> writes:
> > than then the place when  file being compiled reside?
> > Or any other portable way?
>
> You probably want to look at ASDF binary locations at URL:http://common-lisp.net/project/cl-containers/asdf-binary-locations/
>
> Petter

I will look at it.

Many thanks
Slobodan
From: Dimiter "malkia" Stanev
Subject: Re: Is it possible to instruct asdf to put compiled files in diferent    directory
Date: 
Message-ID: <60sf1jF1s3c6hU1@mid.individual.net>
Slobodan Blazeski wrote:
> On Feb 1, 11:42 am, Petter Gustad <·············@gustad.com> wrote:
>> Slobodan Blazeski <·················@gmail.com> writes:
>>> than then the place when  file being compiled reside?
>>> Or any other portable way?
>> You probably want to look at ASDF binary locations at URL:http://common-lisp.net/project/cl-containers/asdf-binary-locations/
>>
>> Petter
> 
> I will look at it.
> 
> Many thanks
> Slobodan
> 
> 
> 
> 

With some packages I was having problems with asdf-binary-locations

I believe it was that those packages were loading some pieces 
(resources) directly from the source directory (*load-truename* ?), or 
something else, and it did not work for them.