emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r115472: Make 'configure' work out-of-the-box on Solaris.


From: Jan Djärv
Subject: Re: trunk r115472: Make 'configure' work out-of-the-box on Solaris.
Date: Sat, 14 Dec 2013 15:18:04 +0100

Hi. 

14 dec 2013 kl. 14:45 skrev martin rudalics <address@hidden>:

>> I have not read the whole thread, but isn't this what separate build 
>> directories are for?  Use them all the time.
> 
> I understand that meanwhile.  But what do I have to do to use them?

Use a make that supports Vpath (I think that is all makes nowdays).

% mkdir obj-gtk
% cd obj-gtk
% /path/to/src/configure 
% make 
% mkdir ../obj-lucid
% cd ../obj-lucid
% /path/to/src/configure --with-x-toolkit lucid
% make 

And so on. 

    Jan D. 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]